Resource Manager V3 API - Class Google::Cloud::ResourceManager::V3::DeleteTagValueRequest (v0.2.0)

Reference documentation and code samples for the Resource Manager V3 API class Google::Cloud::ResourceManager::V3::DeleteTagValueRequest.

The request message for deleting a TagValue.

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 TagValue. 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 TagValue. This is to be used for optimistic concurrency.
Returns
  • (::String) — Optional. The etag known to the client for the expected state of the TagValue. This is to be used for optimistic concurrency.

#name

def name() -> ::String
Returns
  • (::String) — Required. Resource name for TagValue to be deleted in the format tagValues/456.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. Resource name for TagValue to be deleted in the format tagValues/456.
Returns
  • (::String) — Required. Resource name for TagValue to be deleted in the format tagValues/456.

#validate_only

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