Class: Google::Cloud::ResourceManager::V3::CreateTagHoldRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/resourcemanager/v3/tag_holds.rb

Overview

The request message to create a TagHold.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The resource name of the TagHold's parent TagValue. Must be of the form: tagValues/{tag-value-id}.

Returns:

  • (::String)

    Required. The resource name of the TagHold's parent TagValue. Must be of the form: tagValues/{tag-value-id}.



70
71
72
73
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_holds.rb', line 70

class CreateTagHoldRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tag_hold::Google::Cloud::ResourceManager::V3::TagHold

Returns Required. The TagHold to be created.

Returns:



70
71
72
73
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_holds.rb', line 70

class CreateTagHoldRequest
  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.



70
71
72
73
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_holds.rb', line 70

class CreateTagHoldRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end