Interface CreatePolicyTagRequestOrBuilder (1.9.3)

public interface CreatePolicyTagRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
ByteString

The bytes for parent.

getPolicyTag()

public abstract PolicyTag getPolicyTag()

The policy tag to create.

.google.cloud.datacatalog.v1.PolicyTag policy_tag = 2;

Returns
TypeDescription
PolicyTag

The policyTag.

getPolicyTagOrBuilder()

public abstract PolicyTagOrBuilder getPolicyTagOrBuilder()

The policy tag to create.

.google.cloud.datacatalog.v1.PolicyTag policy_tag = 2;

Returns
TypeDescription
PolicyTagOrBuilder

hasPolicyTag()

public abstract boolean hasPolicyTag()

The policy tag to create.

.google.cloud.datacatalog.v1.PolicyTag policy_tag = 2;

Returns
TypeDescription
boolean

Whether the policyTag field is set.