Interface InstanceParamsOrBuilder (0.10.0)

public interface InstanceParamsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsResourceManagerTags(String key)

public abstract boolean containsResourceManagerTags(String key)

Optional. Resource manager tags to be bound to the instance.

map<string, string> resource_manager_tags = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
key String
Returns
Type Description
boolean

getResourceManagerTags() (deprecated)

public abstract Map<String,String> getResourceManagerTags()
Returns
Type Description
Map<String,String>

getResourceManagerTagsCount()

public abstract int getResourceManagerTagsCount()

Optional. Resource manager tags to be bound to the instance.

map<string, string> resource_manager_tags = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getResourceManagerTagsMap()

public abstract Map<String,String> getResourceManagerTagsMap()

Optional. Resource manager tags to be bound to the instance.

map<string, string> resource_manager_tags = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Map<String,String>

getResourceManagerTagsOrDefault(String key, String defaultValue)

public abstract String getResourceManagerTagsOrDefault(String key, String defaultValue)

Optional. Resource manager tags to be bound to the instance.

map<string, string> resource_manager_tags = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getResourceManagerTagsOrThrow(String key)

public abstract String getResourceManagerTagsOrThrow(String key)

Optional. Resource manager tags to be bound to the instance.

map<string, string> resource_manager_tags = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
key String
Returns
Type Description
String