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) = { ... }
| Returns | |
|---|---|
| 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) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getPolicyTag()
public abstract PolicyTag getPolicyTag()The policy tag to be created.
.google.cloud.datacatalog.v1beta1.PolicyTag policy_tag = 2;
| Returns | |
|---|---|
| Type | Description |
PolicyTag |
The policyTag. |
getPolicyTagOrBuilder()
public abstract PolicyTagOrBuilder getPolicyTagOrBuilder()The policy tag to be created.
.google.cloud.datacatalog.v1beta1.PolicyTag policy_tag = 2;
| Returns | |
|---|---|
| Type | Description |
PolicyTagOrBuilder |
|
hasPolicyTag()
public abstract boolean hasPolicyTag()The policy tag to be created.
.google.cloud.datacatalog.v1beta1.PolicyTag policy_tag = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the policyTag field is set. |