public interface InstancesSetLabelsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
map<string, string> labels = 500195327; |
String |
getLabelFingerprint()
Fingerprint of the previous set of labels for this resource, used to prevent conflicts.
|
com.google.protobuf.ByteString |
getLabelFingerprintBytes()
Fingerprint of the previous set of labels for this resource, used to prevent conflicts.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
map<string, string> labels = 500195327; |
Map<String,String> |
getLabelsMap()
map<string, string> labels = 500195327; |
String |
getLabelsOrDefault(String key,
String defaultValue)
map<string, string> labels = 500195327; |
String |
getLabelsOrThrow(String key)
map<string, string> labels = 500195327; |
boolean |
hasLabelFingerprint()
Fingerprint of the previous set of labels for this resource, used to prevent conflicts.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLabelFingerprint()
Fingerprint of the previous set of labels for this resource, used to prevent conflicts. Provide the latest fingerprint value when making a request to add or change labels.
optional string label_fingerprint = 178124825;String getLabelFingerprint()
Fingerprint of the previous set of labels for this resource, used to prevent conflicts. Provide the latest fingerprint value when making a request to add or change labels.
optional string label_fingerprint = 178124825;com.google.protobuf.ByteString getLabelFingerprintBytes()
Fingerprint of the previous set of labels for this resource, used to prevent conflicts. Provide the latest fingerprint value when making a request to add or change labels.
optional string label_fingerprint = 178124825;int getLabelsCount()
map<string, string> labels = 500195327;boolean containsLabels(String key)
map<string, string> labels = 500195327;@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.String getLabelsOrDefault(String key, String defaultValue)
map<string, string> labels = 500195327;Copyright © 2023 Google LLC. All rights reserved.