Interface ListAnalysesResponseOrBuilder

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

    public interface ListAnalysesResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getAnalysesList

        List<Analysis> getAnalysesList()
         The analyses that match the request.
         
        repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
      • getAnalyses

        Analysis getAnalyses​(int index)
         The analyses that match the request.
         
        repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
      • getAnalysesCount

        int getAnalysesCount()
         The analyses that match the request.
         
        repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
      • getAnalysesOrBuilderList

        List<? extends AnalysisOrBuilder> getAnalysesOrBuilderList()
         The analyses that match the request.
         
        repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;
      • getAnalysesOrBuilder

        AnalysisOrBuilder getAnalysesOrBuilder​(int index)
         The analyses that match the request.
         
        repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 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.