public interface ReservationParamsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsResourceManagerTags(String key)
public abstract boolean containsResourceManagerTags(String key) Input only. Resource manager tags to be bound to the reservation. Tag keys and
values have the same definition as resource
manager tags. Keys and values can be either in numeric format,
such as tagKeys/{tag_key_id} and tagValues/{tag_value_id} or in
namespaced format such as {org_id|project_id}/{tag_key_short_name} and
{tag_value_short_name}. The field is ignored (both PUT &
PATCH) when empty.
map<string, string> resource_manager_tags = 377671164;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getResourceManagerTags() (deprecated)
public abstract Map<String,String> getResourceManagerTags()Use #getResourceManagerTagsMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getResourceManagerTagsCount()
public abstract int getResourceManagerTagsCount() Input only. Resource manager tags to be bound to the reservation. Tag keys and
values have the same definition as resource
manager tags. Keys and values can be either in numeric format,
such as tagKeys/{tag_key_id} and tagValues/{tag_value_id} or in
namespaced format such as {org_id|project_id}/{tag_key_short_name} and
{tag_value_short_name}. The field is ignored (both PUT &
PATCH) when empty.
map<string, string> resource_manager_tags = 377671164;
| Returns | |
|---|---|
| Type | Description |
int |
|
getResourceManagerTagsMap()
public abstract Map<String,String> getResourceManagerTagsMap() Input only. Resource manager tags to be bound to the reservation. Tag keys and
values have the same definition as resource
manager tags. Keys and values can be either in numeric format,
such as tagKeys/{tag_key_id} and tagValues/{tag_value_id} or in
namespaced format such as {org_id|project_id}/{tag_key_short_name} and
{tag_value_short_name}. The field is ignored (both PUT &
PATCH) when empty.
map<string, string> resource_manager_tags = 377671164;
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getResourceManagerTagsOrDefault(String key, String defaultValue)
public abstract String getResourceManagerTagsOrDefault(String key, String defaultValue) Input only. Resource manager tags to be bound to the reservation. Tag keys and
values have the same definition as resource
manager tags. Keys and values can be either in numeric format,
such as tagKeys/{tag_key_id} and tagValues/{tag_value_id} or in
namespaced format such as {org_id|project_id}/{tag_key_short_name} and
{tag_value_short_name}. The field is ignored (both PUT &
PATCH) when empty.
map<string, string> resource_manager_tags = 377671164;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getResourceManagerTagsOrThrow(String key)
public abstract String getResourceManagerTagsOrThrow(String key) Input only. Resource manager tags to be bound to the reservation. Tag keys and
values have the same definition as resource
manager tags. Keys and values can be either in numeric format,
such as tagKeys/{tag_key_id} and tagValues/{tag_value_id} or in
namespaced format such as {org_id|project_id}/{tag_key_short_name} and
{tag_value_short_name}. The field is ignored (both PUT &
PATCH) when empty.
map<string, string> resource_manager_tags = 377671164;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|