Interface ListRuleSetsResponseOrBuilder

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

    public interface ListRuleSetsResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getNextPageToken()
      A token, which can be sent as `page_token` to retrieve the next page.
      com.google.protobuf.ByteString getNextPageTokenBytes()
      A token, which can be sent as `page_token` to retrieve the next page.
      RuleSet getRuleSets​(int index)
      The rule sets from the specified parent.
      int getRuleSetsCount()
      The rule sets from the specified parent.
      List<RuleSet> getRuleSetsList()
      The rule sets from the specified parent.
      RuleSetOrBuilder getRuleSetsOrBuilder​(int index)
      The rule sets from the specified parent.
      List<? extends RuleSetOrBuilder> getRuleSetsOrBuilderList()
      The rule sets from the specified parent.
      • 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 Detail

      • getRuleSetsList

        List<RuleSet> getRuleSetsList()
         The rule sets from the specified parent.
         
        repeated .google.cloud.contentwarehouse.v1.RuleSet rule_sets = 1;
      • getRuleSets

        RuleSet getRuleSets​(int index)
         The rule sets from the specified parent.
         
        repeated .google.cloud.contentwarehouse.v1.RuleSet rule_sets = 1;
      • getRuleSetsCount

        int getRuleSetsCount()
         The rule sets from the specified parent.
         
        repeated .google.cloud.contentwarehouse.v1.RuleSet rule_sets = 1;
      • getRuleSetsOrBuilderList

        List<? extends RuleSetOrBuilder> getRuleSetsOrBuilderList()
         The rule sets from the specified parent.
         
        repeated .google.cloud.contentwarehouse.v1.RuleSet rule_sets = 1;
      • getRuleSetsOrBuilder

        RuleSetOrBuilder getRuleSetsOrBuilder​(int index)
         The rule sets from the specified parent.
         
        repeated .google.cloud.contentwarehouse.v1.RuleSet rule_sets = 1;
      • getNextPageToken

        String getNextPageToken()
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.