public interface InstanceSettingsMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsItems(String key)
A metadata key/value items map.
|
Map<String,String> |
getItems()
Deprecated.
|
int |
getItemsCount()
A metadata key/value items map.
|
Map<String,String> |
getItemsMap()
A metadata key/value items map.
|
String |
getItemsOrDefault(String key,
String defaultValue)
A metadata key/value items map.
|
String |
getItemsOrThrow(String key)
A metadata key/value items map.
|
String |
getKind()
[Output Only] Type of the resource.
|
com.google.protobuf.ByteString |
getKindBytes()
[Output Only] Type of the resource.
|
boolean |
hasKind()
[Output Only] Type of the resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getItemsCount()
A metadata key/value items map. The total size of all keys and values must be less than 512KB.
map<string, string> items = 100526016;boolean containsItems(String key)
A metadata key/value items map. The total size of all keys and values must be less than 512KB.
map<string, string> items = 100526016;@Deprecated Map<String,String> getItems()
getItemsMap() instead.Map<String,String> getItemsMap()
A metadata key/value items map. The total size of all keys and values must be less than 512KB.
map<string, string> items = 100526016;String getItemsOrDefault(String key, String defaultValue)
A metadata key/value items map. The total size of all keys and values must be less than 512KB.
map<string, string> items = 100526016;String getItemsOrThrow(String key)
A metadata key/value items map. The total size of all keys and values must be less than 512KB.
map<string, string> items = 100526016;boolean hasKind()
[Output Only] Type of the resource. Always compute#metadata for metadata.
optional string kind = 3292052;String getKind()
[Output Only] Type of the resource. Always compute#metadata for metadata.
optional string kind = 3292052;com.google.protobuf.ByteString getKindBytes()
[Output Only] Type of the resource. Always compute#metadata for metadata.
optional string kind = 3292052;Copyright © 2025 Google LLC. All rights reserved.