Interface ListBatchJobResultsResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getNextPageToken()
      Pagination token used to retrieve the next page of results.
      com.google.protobuf.ByteString getNextPageTokenBytes()
      Pagination token used to retrieve the next page of results.
      BatchJobResult getResults​(int index)
      The list of rows that matched the query.
      int getResultsCount()
      The list of rows that matched the query.
      java.util.List<BatchJobResult> getResultsList()
      The list of rows that matched the query.
      BatchJobResultOrBuilder getResultsOrBuilder​(int index)
      The list of rows that matched the query.
      java.util.List<? extends BatchJobResultOrBuilder> getResultsOrBuilderList()
      The list of rows that matched the query.
      • 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

      • getResultsList

        java.util.List<BatchJobResult> getResultsList()
         The list of rows that matched the query.
         
        repeated .google.ads.googleads.v10.services.BatchJobResult results = 1;
      • getResults

        BatchJobResult getResults​(int index)
         The list of rows that matched the query.
         
        repeated .google.ads.googleads.v10.services.BatchJobResult results = 1;
      • getResultsCount

        int getResultsCount()
         The list of rows that matched the query.
         
        repeated .google.ads.googleads.v10.services.BatchJobResult results = 1;
      • getResultsOrBuilderList

        java.util.List<? extends BatchJobResultOrBuilder> getResultsOrBuilderList()
         The list of rows that matched the query.
         
        repeated .google.ads.googleads.v10.services.BatchJobResult results = 1;
      • getResultsOrBuilder

        BatchJobResultOrBuilder getResultsOrBuilder​(int index)
         The list of rows that matched the query.
         
        repeated .google.ads.googleads.v10.services.BatchJobResult results = 1;
      • getNextPageToken

        java.lang.String getNextPageToken()
         Pagination token used to retrieve the next page of results.
         Pass the content of this string as the `page_token` attribute of
         the next request. `next_page_token` is not returned for the last
         page.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         Pagination token used to retrieve the next page of results.
         Pass the content of this string as the `page_token` attribute of
         the next request. `next_page_token` is not returned for the last
         page.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.