Class: Google::Cloud::ResourceManager::V3::UpdateTagKeyRequest

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

Overview

The request message for updating a TagKey.

Instance Attribute Summary collapse

Instance Attribute Details

#tag_key::Google::Cloud::ResourceManager::V3::TagKey

Returns Required. The new definition of the TagKey. Only the description and etag fields can be updated by this request. If the etag field is not empty, it must match the etag field of the existing tag key. Otherwise, FAILED_PRECONDITION will be returned.

Returns:

  • (::Google::Cloud::ResourceManager::V3::TagKey)

    Required. The new definition of the TagKey. Only the description and etag fields can be updated by this request. If the etag field is not empty, it must match the etag field of the existing tag key. Otherwise, FAILED_PRECONDITION will be returned.



143
144
145
146
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_keys.rb', line 143

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

#update_mask::Google::Protobuf::FieldMask

Returns Fields to be updated. The mask may only contain description or etag. If omitted entirely, both description and etag are assumed to be significant.

Returns:

  • (::Google::Protobuf::FieldMask)

    Fields to be updated. The mask may only contain description or etag. If omitted entirely, both description and etag are assumed to be significant.



143
144
145
146
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_keys.rb', line 143

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

#validate_only::Boolean

Returns Set as true to perform validations necessary for updating the resource, but not actually perform the action.

Returns:

  • (::Boolean)

    Set as true to perform validations necessary for updating the resource, but not actually perform the action.



143
144
145
146
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_keys.rb', line 143

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