Interface ListReportsResponseOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getNextPageToken()
      Pass this token to [FetchReportResultsRequest.page_token][google.cloud.channel.v1.FetchReportResultsRequest.page_token] to retrieve the next page of results.
      com.google.protobuf.ByteString getNextPageTokenBytes()
      Pass this token to [FetchReportResultsRequest.page_token][google.cloud.channel.v1.FetchReportResultsRequest.page_token] to retrieve the next page of results.
      Report getReports​(int index)
      The reports available to the partner.
      int getReportsCount()
      The reports available to the partner.
      List<Report> getReportsList()
      The reports available to the partner.
      ReportOrBuilder getReportsOrBuilder​(int index)
      The reports available to the partner.
      List<? extends ReportOrBuilder> getReportsOrBuilderList()
      The reports available to the partner.
      • 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

      • getReportsList

        List<Report> getReportsList()
         The reports available to the partner.
         
        repeated .google.cloud.channel.v1.Report reports = 1;
      • getReports

        Report getReports​(int index)
         The reports available to the partner.
         
        repeated .google.cloud.channel.v1.Report reports = 1;
      • getReportsCount

        int getReportsCount()
         The reports available to the partner.
         
        repeated .google.cloud.channel.v1.Report reports = 1;
      • getReportsOrBuilderList

        List<? extends ReportOrBuilder> getReportsOrBuilderList()
         The reports available to the partner.
         
        repeated .google.cloud.channel.v1.Report reports = 1;
      • getReportsOrBuilder

        ReportOrBuilder getReportsOrBuilder​(int index)
         The reports available to the partner.
         
        repeated .google.cloud.channel.v1.Report reports = 1;
      • getNextPageToken

        String getNextPageToken()
         Pass this token to
         [FetchReportResultsRequest.page_token][google.cloud.channel.v1.FetchReportResultsRequest.page_token]
         to retrieve the next page of results.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         Pass this token to
         [FetchReportResultsRequest.page_token][google.cloud.channel.v1.FetchReportResultsRequest.page_token]
         to retrieve the next page of results.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.