public interface InstancePropertiesPatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
The label key-value pairs that you want to patch onto the instance.
|
boolean |
containsMetadata(String key)
The metadata key-value pairs that you want to patch onto the instance.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
The label key-value pairs that you want to patch onto the instance.
|
Map<String,String> |
getLabelsMap()
The label key-value pairs that you want to patch onto the instance.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
The label key-value pairs that you want to patch onto the instance.
|
String |
getLabelsOrThrow(String key)
The label key-value pairs that you want to patch onto the instance.
|
Map<String,String> |
getMetadata()
Deprecated.
|
int |
getMetadataCount()
The metadata key-value pairs that you want to patch onto the instance.
|
Map<String,String> |
getMetadataMap()
The metadata key-value pairs that you want to patch onto the instance.
|
String |
getMetadataOrDefault(String key,
String defaultValue)
The metadata key-value pairs that you want to patch onto the instance.
|
String |
getMetadataOrThrow(String key)
The metadata key-value pairs that you want to patch onto the instance.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getLabelsCount()
The label key-value pairs that you want to patch onto the instance.
map<string, string> labels = 500195327;boolean containsLabels(String key)
The label key-value pairs that you want to patch onto the instance.
map<string, string> labels = 500195327;@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.Map<String,String> getLabelsMap()
The label key-value pairs that you want to patch onto the instance.
map<string, string> labels = 500195327;String getLabelsOrDefault(String key, String defaultValue)
The label key-value pairs that you want to patch onto the instance.
map<string, string> labels = 500195327;String getLabelsOrThrow(String key)
The label key-value pairs that you want to patch onto the instance.
map<string, string> labels = 500195327;int getMetadataCount()
The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.
map<string, string> metadata = 86866735;boolean containsMetadata(String key)
The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.
map<string, string> metadata = 86866735;@Deprecated Map<String,String> getMetadata()
getMetadataMap() instead.Map<String,String> getMetadataMap()
The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.
map<string, string> metadata = 86866735;String getMetadataOrDefault(String key, String defaultValue)
The metadata key-value pairs that you want to patch onto the instance. For more information, see Project and instance metadata.
map<string, string> metadata = 86866735;Copyright © 2025 Google LLC. All rights reserved.