Class: Google::Cloud::ResourceManager::V3::CreateTagBindingRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#tag_binding::Google::Cloud::ResourceManager::V3::TagBinding

Returns Required. The TagBinding to be created.

Returns:



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.

Returns:

  • (::Boolean)

    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