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
    Token used to retrieve the next page of results, or empty if there are no more results in the list.
    com.google.protobuf.ByteString
    Token used to retrieve the next page of results, or empty if there are no more results in the list.
    getPolicyTags(int index)
    The policy tags that are in the requested taxonomy.
    int
    The policy tags that are in the requested taxonomy.
    The policy tags that are in the requested taxonomy.
    The policy tags that are in the requested taxonomy.
    The policy tags that are in the requested 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 are in the requested taxonomy.
       
      repeated .google.cloud.datacatalog.v1beta1.PolicyTag policy_tags = 1;
    • getPolicyTags

      PolicyTag getPolicyTags(int index)
       The policy tags that are in the requested taxonomy.
       
      repeated .google.cloud.datacatalog.v1beta1.PolicyTag policy_tags = 1;
    • getPolicyTagsCount

      int getPolicyTagsCount()
       The policy tags that are in the requested taxonomy.
       
      repeated .google.cloud.datacatalog.v1beta1.PolicyTag policy_tags = 1;
    • getPolicyTagsOrBuilderList

      List<? extends PolicyTagOrBuilder> getPolicyTagsOrBuilderList()
       The policy tags that are in the requested taxonomy.
       
      repeated .google.cloud.datacatalog.v1beta1.PolicyTag policy_tags = 1;
    • getPolicyTagsOrBuilder

      PolicyTagOrBuilder getPolicyTagsOrBuilder(int index)
       The policy tags that are in the requested taxonomy.
       
      repeated .google.cloud.datacatalog.v1beta1.PolicyTag policy_tags = 1;
    • getNextPageToken

      String getNextPageToken()
       Token used to retrieve the next page of results, or empty if there are no
       more results in the list.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       Token used to retrieve the next page of results, or empty if there are no
       more results in the list.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.