Interface CreatePolicyTagRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CreatePolicyTagRequest, CreatePolicyTagRequest.Builder

@Generated public interface CreatePolicyTagRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Required.
    com.google.protobuf.ByteString
    Required.
    The policy tag to be created.
    The policy tag to be created.
    boolean
    The policy tag to be created.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getParent

      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:
      The parent.
    • getParentBytes

      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) = { ... }
      Returns:
      The bytes for parent.
    • hasPolicyTag

      boolean hasPolicyTag()
       The policy tag to be created.
       
      .google.cloud.datacatalog.v1beta1.PolicyTag policy_tag = 2;
      Returns:
      Whether the policyTag field is set.
    • getPolicyTag

      PolicyTag getPolicyTag()
       The policy tag to be created.
       
      .google.cloud.datacatalog.v1beta1.PolicyTag policy_tag = 2;
      Returns:
      The policyTag.
    • getPolicyTagOrBuilder

      PolicyTagOrBuilder getPolicyTagOrBuilder()
       The policy tag to be created.
       
      .google.cloud.datacatalog.v1beta1.PolicyTag policy_tag = 2;