Class: Google::Cloud::ResourceManager::V3::CreateTagKeyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ResourceManager::V3::CreateTagKeyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/resourcemanager/v3/tag_keys.rb
Overview
The request message for creating a TagKey.
Instance Attribute Summary collapse
-
#tag_key ⇒ ::Google::Cloud::ResourceManager::V3::TagKey
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#tag_key ⇒ ::Google::Cloud::ResourceManager::V3::TagKey
Returns Required. The TagKey to be created. Only fields short_name
,
description
, and parent
are considered during the creation request.
158 159 160 161 |
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_keys.rb', line 158 class CreateTagKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Optional. Set to true to perform validations necessary for creating the resource, but not actually perform the action.
158 159 160 161 |
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_keys.rb', line 158 class CreateTagKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |