public interface CreateTagValueRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TagValue |
getTagValue()
Required.
|
TagValueOrBuilder |
getTagValueOrBuilder()
Required.
|
boolean |
getValidateOnly()
Optional.
|
boolean |
hasTagValue()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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];
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];
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];
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];Copyright © 2025 Google LLC. All rights reserved.