Interface InstanceParamsOrBuilder (0.39.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface InstanceParamsOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
containsResourceManagerTags(String key)
publicabstractbooleancontainsResourceManagerTags(Stringkey)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)
publicabstractMap<String,String>getResourceManagerTags()Use #getResourceManagerTagsMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getResourceManagerTagsCount()
publicabstractintgetResourceManagerTagsCount()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()
publicabstractMap<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)
publicabstractStringgetResourceManagerTagsOrDefault(Stringkey,StringdefaultValue)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)
publicabstractStringgetResourceManagerTagsOrThrow(Stringkey)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 |
|