Interface SerializedPolicyTagOrBuilder

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

@Generated public interface SerializedPolicyTagOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getPolicyTag

      String getPolicyTag()
       Resource name of the policy tag.
      
       This field will be ignored when calling ImportTaxonomies.
       
      string policy_tag = 1;
      Returns:
      The policyTag.
    • getPolicyTagBytes

      com.google.protobuf.ByteString getPolicyTagBytes()
       Resource name of the policy tag.
      
       This field will be ignored when calling ImportTaxonomies.
       
      string policy_tag = 1;
      Returns:
      The bytes for policyTag.
    • getDisplayName

      String getDisplayName()
       Required. Display name of the policy tag. Max 200 bytes when encoded in
       UTF-8.
       
      string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The displayName.
    • getDisplayNameBytes

      com.google.protobuf.ByteString getDisplayNameBytes()
       Required. Display name of the policy tag. Max 200 bytes when encoded in
       UTF-8.
       
      string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for displayName.
    • getDescription

      String getDescription()
       Description of the serialized policy tag. The length of the
       description is limited to 2000 bytes when encoded in UTF-8. If not set,
       defaults to an empty description.
       
      string description = 3;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       Description of the serialized policy tag. The length of the
       description is limited to 2000 bytes when encoded in UTF-8. If not set,
       defaults to an empty description.
       
      string description = 3;
      Returns:
      The bytes for description.
    • getChildPolicyTagsList

      List<SerializedPolicyTag> getChildPolicyTagsList()
       Children of the policy tag if any.
       
      repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag child_policy_tags = 4;
    • getChildPolicyTags

      SerializedPolicyTag getChildPolicyTags(int index)
       Children of the policy tag if any.
       
      repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag child_policy_tags = 4;
    • getChildPolicyTagsCount

      int getChildPolicyTagsCount()
       Children of the policy tag if any.
       
      repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag child_policy_tags = 4;
    • getChildPolicyTagsOrBuilderList

      List<? extends SerializedPolicyTagOrBuilder> getChildPolicyTagsOrBuilderList()
       Children of the policy tag if any.
       
      repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag child_policy_tags = 4;
    • getChildPolicyTagsOrBuilder

      SerializedPolicyTagOrBuilder getChildPolicyTagsOrBuilder(int index)
       Children of the policy tag if any.
       
      repeated .google.cloud.datacatalog.v1beta1.SerializedPolicyTag child_policy_tags = 4;