public interface CreateTagKeyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TagKey |
getTagKey()
Required.
|
TagKeyOrBuilder |
getTagKeyOrBuilder()
Required.
|
boolean |
getValidateOnly()
Optional.
|
boolean |
hasTagKey()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTagKey()
Required. The TagKey to be created. Only fields `short_name`, `description`, and `parent` are considered during the creation request.
.google.cloud.resourcemanager.v3.TagKey tag_key = 1 [(.google.api.field_behavior) = REQUIRED];
TagKey getTagKey()
Required. The TagKey to be created. Only fields `short_name`, `description`, and `parent` are considered during the creation request.
.google.cloud.resourcemanager.v3.TagKey tag_key = 1 [(.google.api.field_behavior) = REQUIRED];
TagKeyOrBuilder getTagKeyOrBuilder()
Required. The TagKey to be created. Only fields `short_name`, `description`, and `parent` are considered during the creation request.
.google.cloud.resourcemanager.v3.TagKey tag_key = 1 [(.google.api.field_behavior) = REQUIRED];
boolean getValidateOnly()
Optional. Set to true to perform 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.