Reference documentation and code samples for the Resource Manager V3 API class Google::Cloud::ResourceManager::V3::CreateTagBindingRequest.
The request message to create a TagBinding.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#tag_binding
def tag_binding() -> ::Google::Cloud::ResourceManager::V3::TagBinding
Returns
- (::Google::Cloud::ResourceManager::V3::TagBinding) — Required. The TagBinding to be created.
#tag_binding=
def tag_binding=(value) -> ::Google::Cloud::ResourceManager::V3::TagBinding
Parameter
- value (::Google::Cloud::ResourceManager::V3::TagBinding) — Required. The TagBinding to be created.
Returns
- (::Google::Cloud::ResourceManager::V3::TagBinding) — Required. The TagBinding to be created.
#validate_only
def validate_only() -> ::Boolean
Returns
- (::Boolean) — Optional. Set to true to perform the validations necessary for creating the resource, but not actually perform the action.
#validate_only=
def validate_only=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. Set to true to perform the validations necessary for creating the resource, but not actually perform the action.
Returns
- (::Boolean) — Optional. Set to true to perform the validations necessary for creating the resource, but not actually perform the action.