Interface CreateTagValueRequestOrBuilder (1.43.0)

public interface CreateTagValueRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the tagValue field is set.