public interface CreateTagValueRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTagValue()
public abstract TagValue getTagValue() Required. The TagValue to be created. Only fields short_name,
description, and parent are considered during the creation request.
.google.cloud.resourcemanager.v3.TagValue tag_value = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TagValue |
The tagValue. |
getTagValueOrBuilder()
public abstract TagValueOrBuilder getTagValueOrBuilder() Required. The TagValue to be created. Only fields short_name,
description, and parent are considered during the creation request.
.google.cloud.resourcemanager.v3.TagValue tag_value = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TagValueOrBuilder |
|
getValidateOnly()
public abstract boolean getValidateOnly()Optional. Set as true to perform the validations necessary for creating the resource, but not actually perform the action.
bool validate_only = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The validateOnly. |
hasTagValue()
public abstract boolean hasTagValue() Required. The TagValue to be created. Only fields short_name,
description, and parent are considered during the creation request.
.google.cloud.resourcemanager.v3.TagValue tag_value = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the tagValue field is set. |