public interface CreateTagBindingRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TagBinding |
getTagBinding()
Required.
|
TagBindingOrBuilder |
getTagBindingOrBuilder()
Required.
|
boolean |
getValidateOnly()
Optional.
|
boolean |
hasTagBinding()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTagBinding()
Required. The TagBinding to be created.
.google.cloud.resourcemanager.v3.TagBinding tag_binding = 1 [(.google.api.field_behavior) = REQUIRED];
TagBinding getTagBinding()
Required. The TagBinding to be created.
.google.cloud.resourcemanager.v3.TagBinding tag_binding = 1 [(.google.api.field_behavior) = REQUIRED];
TagBindingOrBuilder getTagBindingOrBuilder()
Required. The TagBinding to be created.
.google.cloud.resourcemanager.v3.TagBinding tag_binding = 1 [(.google.api.field_behavior) = REQUIRED];
boolean getValidateOnly()
Optional. Set to 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.