public interface CreateTagBindingRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTagBinding()
public abstract TagBinding getTagBinding()Required. The TagBinding to be created.
.google.cloud.resourcemanager.v3.TagBinding tag_binding = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TagBinding |
The tagBinding. |
getTagBindingOrBuilder()
public abstract TagBindingOrBuilder getTagBindingOrBuilder()Required. The TagBinding to be created.
.google.cloud.resourcemanager.v3.TagBinding tag_binding = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TagBindingOrBuilder |
|
getValidateOnly()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
boolean |
The validateOnly. |
hasTagBinding()
public abstract boolean hasTagBinding()Required. The TagBinding to be created.
.google.cloud.resourcemanager.v3.TagBinding tag_binding = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the tagBinding field is set. |