public interface TagsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFingerprint()
Specifies a fingerprint for this request, which is essentially a hash of the tags' contents and used for optimistic locking.
|
com.google.protobuf.ByteString |
getFingerprintBytes()
Specifies a fingerprint for this request, which is essentially a hash of the tags' contents and used for optimistic locking.
|
String |
getItems(int index)
An array of tags.
|
com.google.protobuf.ByteString |
getItemsBytes(int index)
An array of tags.
|
int |
getItemsCount()
An array of tags.
|
List<String> |
getItemsList()
An array of tags.
|
boolean |
hasFingerprint()
Specifies a fingerprint for this request, which is essentially a hash of the tags' contents and used for optimistic locking.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFingerprint()
Specifies a fingerprint for this request, which is essentially a hash of the tags' contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update tags. You must always provide an up-to-date fingerprint hash in order to update or change tags. To see the latest fingerprint, make get() request to the instance.
optional string fingerprint = 234678500;String getFingerprint()
Specifies a fingerprint for this request, which is essentially a hash of the tags' contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update tags. You must always provide an up-to-date fingerprint hash in order to update or change tags. To see the latest fingerprint, make get() request to the instance.
optional string fingerprint = 234678500;com.google.protobuf.ByteString getFingerprintBytes()
Specifies a fingerprint for this request, which is essentially a hash of the tags' contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update tags. You must always provide an up-to-date fingerprint hash in order to update or change tags. To see the latest fingerprint, make get() request to the instance.
optional string fingerprint = 234678500;List<String> getItemsList()
An array of tags. Each tag must be 1-63 characters long, and comply with RFC1035.
repeated string items = 100526016;int getItemsCount()
An array of tags. Each tag must be 1-63 characters long, and comply with RFC1035.
repeated string items = 100526016;String getItems(int index)
An array of tags. Each tag must be 1-63 characters long, and comply with RFC1035.
repeated string items = 100526016;index - The index of the element to return.com.google.protobuf.ByteString getItemsBytes(int index)
An array of tags. Each tag must be 1-63 characters long, and comply with RFC1035.
repeated string items = 100526016;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.