public interface FirewallParamsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsResourceManagerTags(String key)
public abstract boolean containsResourceManagerTags(String key)Tag keys/values directly bound to this resource. Tag keys and values have the same definition as resource manager tags. The field is allowed for INSERT only. The keys/values to set on the resource should be specified in either ID { : } or Namespaced format { : }. For example the following are valid inputs:
- {"tagKeys/333" : "tagValues/444", "tagKeys/123" : "tagValues/456"}
- {"123/environment" : "production", "345/abc" : "xyz"} Note:
- Invalid combinations of ID & namespaced format is not supported. For instance: {"123/environment" : "tagValues/444"} is invalid.
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()Tag keys/values directly bound to this resource. Tag keys and values have the same definition as resource manager tags. The field is allowed for INSERT only. The keys/values to set on the resource should be specified in either ID { : } or Namespaced format { : }. For example the following are valid inputs:
- {"tagKeys/333" : "tagValues/444", "tagKeys/123" : "tagValues/456"}
- {"123/environment" : "production", "345/abc" : "xyz"} Note:
- Invalid combinations of ID & namespaced format is not supported. For instance: {"123/environment" : "tagValues/444"} is invalid.
map<string, string> resource_manager_tags = 377671164;
| Returns | |
|---|---|
| Type | Description |
int |
|
getResourceManagerTagsMap()
public abstract Map<String,String> getResourceManagerTagsMap()Tag keys/values directly bound to this resource. Tag keys and values have the same definition as resource manager tags. The field is allowed for INSERT only. The keys/values to set on the resource should be specified in either ID { : } or Namespaced format { : }. For example the following are valid inputs:
- {"tagKeys/333" : "tagValues/444", "tagKeys/123" : "tagValues/456"}
- {"123/environment" : "production", "345/abc" : "xyz"} Note:
- Invalid combinations of ID & namespaced format is not supported. For instance: {"123/environment" : "tagValues/444"} is invalid.
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)Tag keys/values directly bound to this resource. Tag keys and values have the same definition as resource manager tags. The field is allowed for INSERT only. The keys/values to set on the resource should be specified in either ID { : } or Namespaced format { : }. For example the following are valid inputs:
- {"tagKeys/333" : "tagValues/444", "tagKeys/123" : "tagValues/456"}
- {"123/environment" : "production", "345/abc" : "xyz"} Note:
- Invalid combinations of ID & namespaced format is not supported. For instance: {"123/environment" : "tagValues/444"} is invalid.
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)Tag keys/values directly bound to this resource. Tag keys and values have the same definition as resource manager tags. The field is allowed for INSERT only. The keys/values to set on the resource should be specified in either ID { : } or Namespaced format { : }. For example the following are valid inputs:
- {"tagKeys/333" : "tagValues/444", "tagKeys/123" : "tagValues/456"}
- {"123/environment" : "production", "345/abc" : "xyz"} Note:
- Invalid combinations of ID & namespaced format is not supported. For instance: {"123/environment" : "tagValues/444"} is invalid.
map<string, string> resource_manager_tags = 377671164;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|