Interface ListPolicyTagsResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Pagination token of the next results page.
    com.google.protobuf.ByteString
    Pagination token of the next results page.
    getPolicyTags(int index)
    The policy tags that belong to the taxonomy.
    int
    The policy tags that belong to the taxonomy.
    The policy tags that belong to the taxonomy.
    The policy tags that belong to the taxonomy.
    The policy tags that belong to the taxonomy.

    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

    • getPolicyTagsList

      List<PolicyTag> getPolicyTagsList()
       The policy tags that belong to the taxonomy.
       
      repeated .google.cloud.datacatalog.v1.PolicyTag policy_tags = 1;
    • getPolicyTags

      PolicyTag getPolicyTags(int index)
       The policy tags that belong to the taxonomy.
       
      repeated .google.cloud.datacatalog.v1.PolicyTag policy_tags = 1;
    • getPolicyTagsCount

      int getPolicyTagsCount()
       The policy tags that belong to the taxonomy.
       
      repeated .google.cloud.datacatalog.v1.PolicyTag policy_tags = 1;
    • getPolicyTagsOrBuilderList

      List<? extends PolicyTagOrBuilder> getPolicyTagsOrBuilderList()
       The policy tags that belong to the taxonomy.
       
      repeated .google.cloud.datacatalog.v1.PolicyTag policy_tags = 1;
    • getPolicyTagsOrBuilder

      PolicyTagOrBuilder getPolicyTagsOrBuilder(int index)
       The policy tags that belong to the taxonomy.
       
      repeated .google.cloud.datacatalog.v1.PolicyTag policy_tags = 1;
    • getNextPageToken

      String getNextPageToken()
       Pagination token of the next results page. Empty if there are no
       more results in the list.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       Pagination token of the next results page. Empty if there are no
       more results in the list.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.