Class: Google::Cloud::ResourceManager::V3::TagHold
- Inherits:
-
Object
- Object
- Google::Cloud::ResourceManager::V3::TagHold
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/resourcemanager/v3/tag_holds.rb
Overview
A TagHold represents the use of a TagValue that is not captured by
TagBindings. If a TagValue has any TagHolds, deletion will be blocked.
This resource is intended to be created in the same cloud location as the
holder
.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#help_link ⇒ ::String
Optional.
-
#holder ⇒ ::String
Required.
-
#name ⇒ ::String
readonly
Output only.
-
#origin ⇒ ::String
Optional.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time this TagHold was created.
53 54 55 56 |
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_holds.rb', line 53 class TagHold include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#help_link ⇒ ::String
Returns Optional. A URL where an end user can learn more about removing this hold.
E.g.
https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing
.
53 54 55 56 |
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_holds.rb', line 53 class TagHold include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#holder ⇒ ::String
Returns Required. The name of the resource where the TagValue is being used. Must
be less than 200 characters. E.g.
//compute.googleapis.com/compute/projects/myproject/regions/us-east-1/instanceGroupManagers/instance-group
.
53 54 55 56 |
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_holds.rb', line 53 class TagHold include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. The resource name of a TagHold. This is a String of the form:
tagValues/{tag-value-id}/tagHolds/{tag-hold-id}
(e.g. tagValues/123/tagHolds/456
). This resource name is generated by
the server.
53 54 55 56 |
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_holds.rb', line 53 class TagHold include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#origin ⇒ ::String
Returns Optional. An optional string representing the origin of this request. This
field should include human-understandable information to distinguish
origins from each other. Must be less than 200 characters. E.g.
migs-35678234
.
53 54 55 56 |
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_holds.rb', line 53 class TagHold include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |