public interface UpdateInstanceMetadataItemsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsItems(String key)
public abstract boolean containsItems(String key)Metadata items to add/update for the instance.
map<string, string> items = 2;
| 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()Metadata items to add/update for the instance.
map<string, string> items = 2;
| Type | Description |
| int |
getItemsMap()
public abstract Map<String,String> getItemsMap()Metadata items to add/update for the instance.
map<string, string> items = 2;
| Type | Description |
| Map<String,String> |
getItemsOrDefault(String key, String defaultValue)
public abstract String getItemsOrDefault(String key, String defaultValue)Metadata items to add/update for the instance.
map<string, string> items = 2;
| Name | Description |
| key | String |
| defaultValue | String |
| Type | Description |
| String |
getItemsOrThrow(String key)
public abstract String getItemsOrThrow(String key)Metadata items to add/update for the instance.
map<string, string> items = 2;
| Name | Description |
| key | String |
| Type | Description |
| String |
getName()
public abstract String getName() Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes() Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for name. |