public interface CreatePolicyTagRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
PolicyTag |
getPolicyTag()
The policy tag to be created.
|
PolicyTagOrBuilder |
getPolicyTagOrBuilder()
The policy tag to be created.
|
boolean |
hasPolicyTag()
The policy tag to be created.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Resource name of the taxonomy that the policy tag will belong to.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. Resource name of the taxonomy that the policy tag will belong to.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasPolicyTag()
The policy tag to be created.
.google.cloud.datacatalog.v1beta1.PolicyTag policy_tag = 2;PolicyTag getPolicyTag()
The policy tag to be created.
.google.cloud.datacatalog.v1beta1.PolicyTag policy_tag = 2;PolicyTagOrBuilder getPolicyTagOrBuilder()
The policy tag to be created.
.google.cloud.datacatalog.v1beta1.PolicyTag policy_tag = 2;Copyright © 2025 Google LLC. All rights reserved.