Class Google::Cloud::ResourceManager::V3::DeleteTagKeyRequest (v0.1.3)

The request message for deleting a TagKey.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#etag

def etag() -> ::String
Returns
  • (::String) — Optional. The etag known to the client for the expected state of the TagKey. This is to be used for optimistic concurrency.

#etag=

def etag=(value) -> ::String
Parameter
  • value (::String) — Optional. The etag known to the client for the expected state of the TagKey. This is to be used for optimistic concurrency.
Returns
  • (::String) — Optional. The etag known to the client for the expected state of the TagKey. This is to be used for optimistic concurrency.

#name

def name() -> ::String
Returns
  • (::String) — Required. The resource name of a TagKey to be deleted in the format tagKeys/123. The TagKey cannot be a parent of any existing TagValues or it will not be deleted successfully.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of a TagKey to be deleted in the format tagKeys/123. The TagKey cannot be a parent of any existing TagValues or it will not be deleted successfully.
Returns
  • (::String) — Required. The resource name of a TagKey to be deleted in the format tagKeys/123. The TagKey cannot be a parent of any existing TagValues or it will not be deleted successfully.

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — Optional. Set as true to perform validations necessary for deletion, but not actually perform the action.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Set as true to perform validations necessary for deletion, but not actually perform the action.
Returns
  • (::Boolean) — Optional. Set as true to perform validations necessary for deletion, but not actually perform the action.