Reference documentation and code samples for the Resource Manager V3 API class Google::Cloud::ResourceManager::V3::TagValue.
A TagValue is a child of a particular TagKey. This is used to group cloud resources for the purpose of controlling them using policies.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. Creation time.
#description
def description() -> ::String
-
(::String) — Optional. User-assigned description of the TagValue.
Must not exceed 256 characters.
Read-write.
#description=
def description=(value) -> ::String
-
value (::String) — Optional. User-assigned description of the TagValue.
Must not exceed 256 characters.
Read-write.
-
(::String) — Optional. User-assigned description of the TagValue.
Must not exceed 256 characters.
Read-write.
#etag
def etag() -> ::String
- (::String) — Optional. Entity tag which users can pass to prevent race conditions. This field is always set in server responses. See UpdateTagValueRequest for details.
#etag=
def etag=(value) -> ::String
- value (::String) — Optional. Entity tag which users can pass to prevent race conditions. This field is always set in server responses. See UpdateTagValueRequest for details.
- (::String) — Optional. Entity tag which users can pass to prevent race conditions. This field is always set in server responses. See UpdateTagValueRequest for details.
#name
def name() -> ::String
-
(::String) — Immutable. Resource name for TagValue in the format
tagValues/456
.
#name=
def name=(value) -> ::String
-
value (::String) — Immutable. Resource name for TagValue in the format
tagValues/456
.
-
(::String) — Immutable. Resource name for TagValue in the format
tagValues/456
.
#namespaced_name
def namespaced_name() -> ::String
-
(::String) — Output only. Namespaced name of the TagValue. Must be in the format
{organization_id}/{tag_key_short_name}/{short_name}
.
#parent
def parent() -> ::String
-
(::String) — Immutable. The resource name of the new TagValue's parent TagKey.
Must be of the form
tagKeys/{tag_key_id}
.
#parent=
def parent=(value) -> ::String
-
value (::String) — Immutable. The resource name of the new TagValue's parent TagKey.
Must be of the form
tagKeys/{tag_key_id}
.
-
(::String) — Immutable. The resource name of the new TagValue's parent TagKey.
Must be of the form
tagKeys/{tag_key_id}
.
#short_name
def short_name() -> ::String
-
(::String) — Required. Immutable. User-assigned short name for TagValue. The short name should be
unique for TagValues within the same parent TagKey.
The short name must be 63 characters or less, beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), underscores (_), dots (.), and alphanumerics between.
#short_name=
def short_name=(value) -> ::String
-
value (::String) — Required. Immutable. User-assigned short name for TagValue. The short name should be
unique for TagValues within the same parent TagKey.
The short name must be 63 characters or less, beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), underscores (_), dots (.), and alphanumerics between.
-
(::String) — Required. Immutable. User-assigned short name for TagValue. The short name should be
unique for TagValues within the same parent TagKey.
The short name must be 63 characters or less, beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), underscores (_), dots (.), and alphanumerics between.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. Update time.