Interface InstanceParamsOrBuilder (1.47.0)

public interface InstanceParamsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsResourceManagerTags(String key)

public abstract boolean containsResourceManagerTags(String key)

Resource manager tags to be bound to the instance. Tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.

map<string, string> resource_manager_tags = 377671164;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getResourceManagerTags() (deprecated)

public abstract Map<String,String> getResourceManagerTags()
Returns
TypeDescription
Map<String,String>

getResourceManagerTagsCount()

public abstract int getResourceManagerTagsCount()

Resource manager tags to be bound to the instance. Tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.

map<string, string> resource_manager_tags = 377671164;

Returns
TypeDescription
int

getResourceManagerTagsMap()

public abstract Map<String,String> getResourceManagerTagsMap()

Resource manager tags to be bound to the instance. Tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.

map<string, string> resource_manager_tags = 377671164;

Returns
TypeDescription
Map<String,String>

getResourceManagerTagsOrDefault(String key, String defaultValue)

public abstract String getResourceManagerTagsOrDefault(String key, String defaultValue)

Resource manager tags to be bound to the instance. Tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.

map<string, string> resource_manager_tags = 377671164;

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getResourceManagerTagsOrThrow(String key)

public abstract String getResourceManagerTagsOrThrow(String key)

Resource manager tags to be bound to the instance. Tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.

map<string, string> resource_manager_tags = 377671164;

Parameter
NameDescription
keyString
Returns
TypeDescription
String