Reference documentation and code samples for the Resource Manager V3 API class Google::Cloud::ResourceManager::V3::DeleteTagHoldRequest.
The request message to delete a TagHold.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Required. The resource name of the TagHold to delete. Must be of the form:
tagValues/{tag-value-id}/tagHolds/{tag-hold-id}
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The resource name of the TagHold to delete. Must be of the form:
tagValues/{tag-value-id}/tagHolds/{tag-hold-id}
.
Returns
-
(::String) — Required. The resource name of the TagHold to delete. Must be of the form:
tagValues/{tag-value-id}/tagHolds/{tag-hold-id}
.
#validate_only
def validate_only() -> ::Boolean
Returns
- (::Boolean) — Optional. Set to true to perform the validations necessary for deleting the resource, but not actually perform the action.
#validate_only=
def validate_only=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. Set to true to perform the validations necessary for deleting the resource, but not actually perform the action.
Returns
- (::Boolean) — Optional. Set to true to perform the validations necessary for deleting the resource, but not actually perform the action.