Class: Google::Cloud::ResourceManager::V3::Organization
- Inherits:
-
Object
- Object
- Google::Cloud::ResourceManager::V3::Organization
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/resourcemanager/v3/organizations.rb
Overview
The root node in the resource hierarchy to which a particular entity's (a company, for example) resources belong.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#delete_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#directory_customer_id ⇒ ::String
Immutable.
-
#display_name ⇒ ::String
readonly
Output only.
-
#etag ⇒ ::String
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#state ⇒ ::Google::Cloud::ResourceManager::V3::Organization::State
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'proto_docs/google/cloud/resourcemanager/v3/organizations.rb', line 57 class Organization include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Organization lifecycle states. module State # Unspecified state. This is only useful for distinguishing unset values. STATE_UNSPECIFIED = 0 # The normal and active state. ACTIVE = 1 # The organization has been marked for deletion by the user. DELETE_REQUESTED = 2 end end |
#delete_time ⇒ ::Google::Protobuf::Timestamp (readonly)
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'proto_docs/google/cloud/resourcemanager/v3/organizations.rb', line 57 class Organization include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Organization lifecycle states. module State # Unspecified state. This is only useful for distinguishing unset values. STATE_UNSPECIFIED = 0 # The normal and active state. ACTIVE = 1 # The organization has been marked for deletion by the user. DELETE_REQUESTED = 2 end end |
#directory_customer_id ⇒ ::String
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'proto_docs/google/cloud/resourcemanager/v3/organizations.rb', line 57 class Organization include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Organization lifecycle states. module State # Unspecified state. This is only useful for distinguishing unset values. STATE_UNSPECIFIED = 0 # The normal and active state. ACTIVE = 1 # The organization has been marked for deletion by the user. DELETE_REQUESTED = 2 end end |
#display_name ⇒ ::String (readonly)
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'proto_docs/google/cloud/resourcemanager/v3/organizations.rb', line 57 class Organization include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Organization lifecycle states. module State # Unspecified state. This is only useful for distinguishing unset values. STATE_UNSPECIFIED = 0 # The normal and active state. ACTIVE = 1 # The organization has been marked for deletion by the user. DELETE_REQUESTED = 2 end end |
#etag ⇒ ::String (readonly)
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'proto_docs/google/cloud/resourcemanager/v3/organizations.rb', line 57 class Organization include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Organization lifecycle states. module State # Unspecified state. This is only useful for distinguishing unset values. STATE_UNSPECIFIED = 0 # The normal and active state. ACTIVE = 1 # The organization has been marked for deletion by the user. DELETE_REQUESTED = 2 end end |
#name ⇒ ::String (readonly)
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'proto_docs/google/cloud/resourcemanager/v3/organizations.rb', line 57 class Organization include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Organization lifecycle states. module State # Unspecified state. This is only useful for distinguishing unset values. STATE_UNSPECIFIED = 0 # The normal and active state. ACTIVE = 1 # The organization has been marked for deletion by the user. DELETE_REQUESTED = 2 end end |
#state ⇒ ::Google::Cloud::ResourceManager::V3::Organization::State (readonly)
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'proto_docs/google/cloud/resourcemanager/v3/organizations.rb', line 57 class Organization include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Organization lifecycle states. module State # Unspecified state. This is only useful for distinguishing unset values. STATE_UNSPECIFIED = 0 # The normal and active state. ACTIVE = 1 # The organization has been marked for deletion by the user. DELETE_REQUESTED = 2 end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'proto_docs/google/cloud/resourcemanager/v3/organizations.rb', line 57 class Organization include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Organization lifecycle states. module State # Unspecified state. This is only useful for distinguishing unset values. STATE_UNSPECIFIED = 0 # The normal and active state. ACTIVE = 1 # The organization has been marked for deletion by the user. DELETE_REQUESTED = 2 end end |