public interface TagHoldOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getHelpLink()
Optional.
|
com.google.protobuf.ByteString |
getHelpLinkBytes()
Optional.
|
String |
getHolder()
Required.
|
com.google.protobuf.ByteString |
getHolderBytes()
Required.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
String |
getOrigin()
Optional.
|
com.google.protobuf.ByteString |
getOriginBytes()
Optional.
|
boolean |
hasCreateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
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.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getNameBytes()
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.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getHolder()
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`
string holder = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getHolderBytes()
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`
string holder = 2 [(.google.api.field_behavior) = REQUIRED];String getOrigin()
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`
string origin = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getOriginBytes()
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`
string origin = 3 [(.google.api.field_behavior) = OPTIONAL];String getHelpLink()
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`
string help_link = 4 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getHelpLinkBytes()
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`
string help_link = 4 [(.google.api.field_behavior) = OPTIONAL];boolean hasCreateTime()
Output only. The time this TagHold was created.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. The time this TagHold was created.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time this TagHold was created.
.google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2025 Google LLC. All rights reserved.