Class: Google::Cloud::ResourceManager::V3::DeleteTagValueRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ResourceManager::V3::DeleteTagValueRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/resourcemanager/v3/tag_values.rb
Overview
The request message for deleting a TagValue.
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#etag ⇒ ::String
Returns Optional. The etag known to the client for the expected state of the TagValue. This is to be used for optimistic concurrency.
189 190 191 192 |
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_values.rb', line 189 class DeleteTagValueRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. Resource name for TagValue to be deleted in the format tagValues/456.
189 190 191 192 |
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_values.rb', line 189 class DeleteTagValueRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Optional. Set as true to perform the validations necessary for deletion, but not actually perform the action.
189 190 191 192 |
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_values.rb', line 189 class DeleteTagValueRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |