Class: Google::Cloud::ResourceManager::V3::GetNamespacedTagValueRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ResourceManager::V3::GetNamespacedTagValueRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/resourcemanager/v3/tag_values.rb
Overview
The request message for getting a TagValue by its namespaced name.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. A namespaced tag value name in the following format:
{parentId}/{tagKeyShort}/{tagValueShort}
Examples:
42/foo/abc
for a value with short name "abc" under the key with short name "foo" under the organization with ID 42r2-d2/bar/xyz
for a value with short name "xyz" under the key with short name "bar" under the project with ID "r2-d2".
126 127 128 129 |
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_values.rb', line 126 class GetNamespacedTagValueRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |