Class: Google::Cloud::ResourceManager::V3::CreateTagBindingRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ResourceManager::V3::CreateTagBindingRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/resourcemanager/v3/tag_bindings.rb
Overview
The request message to create a TagBinding.
Instance Attribute Summary collapse
-
#tag_binding ⇒ ::Google::Cloud::ResourceManager::V3::TagBinding
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#tag_binding ⇒ ::Google::Cloud::ResourceManager::V3::TagBinding
Returns Required. The TagBinding to be created.
68 69 70 71 |
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_bindings.rb', line 68 class CreateTagBindingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Optional. Set to true to perform the validations necessary for creating the resource, but not actually perform the action.
68 69 70 71 |
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_bindings.rb', line 68 class CreateTagBindingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |