public interface CreatePolicyTagRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String 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) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract 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) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
getPolicyTag()
public abstract PolicyTag getPolicyTag()The policy tag to create.
.google.cloud.datacatalog.v1.PolicyTag policy_tag = 2;
| Type | Description |
| PolicyTag | The policyTag. |
getPolicyTagOrBuilder()
public abstract PolicyTagOrBuilder getPolicyTagOrBuilder()The policy tag to create.
.google.cloud.datacatalog.v1.PolicyTag policy_tag = 2;
| Type | Description |
| PolicyTagOrBuilder |
hasPolicyTag()
public abstract boolean hasPolicyTag()The policy tag to create.
.google.cloud.datacatalog.v1.PolicyTag policy_tag = 2;
| Type | Description |
| boolean | Whether the policyTag field is set. |