public interface UpdateInstanceMetadataItemsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsItems(String key)
public abstract boolean containsItems(String key)Map of items that were added/updated to/in the metadata.
map<string, string> items = 1;
| Name | Description |
| key | String |
| Type | Description |
| boolean |
getItems()
public abstract Map<String,String> getItems()Use #getItemsMap() instead.
| Type | Description |
| Map<String,String> |
getItemsCount()
public abstract int getItemsCount()Map of items that were added/updated to/in the metadata.
map<string, string> items = 1;
| Type | Description |
| int |
getItemsMap()
public abstract Map<String,String> getItemsMap()Map of items that were added/updated to/in the metadata.
map<string, string> items = 1;
| Type | Description |
| Map<String,String> |
getItemsOrDefault(String key, String defaultValue)
public abstract String getItemsOrDefault(String key, String defaultValue)Map of items that were added/updated to/in the metadata.
map<string, string> items = 1;
| Name | Description |
| key | String |
| defaultValue | String |
| Type | Description |
| String |
getItemsOrThrow(String key)
public abstract String getItemsOrThrow(String key)Map of items that were added/updated to/in the metadata.
map<string, string> items = 1;
| Name | Description |
| key | String |
| Type | Description |
| String |