Interface SearchGoogleAdsResponseOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.FieldMask getFieldMask()
      FieldMask that represents what fields were requested by the user.
      com.google.protobuf.FieldMaskOrBuilder getFieldMaskOrBuilder()
      FieldMask that represents what fields were requested by the user.
      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.
      GoogleAdsRow getResults​(int index)
      The list of rows that matched the query.
      int getResultsCount()
      The list of rows that matched the query.
      java.util.List<GoogleAdsRow> getResultsList()
      The list of rows that matched the query.
      GoogleAdsRowOrBuilder getResultsOrBuilder​(int index)
      The list of rows that matched the query.
      java.util.List<? extends GoogleAdsRowOrBuilder> getResultsOrBuilderList()
      The list of rows that matched the query.
      GoogleAdsRow getSummaryRow()
      Summary row that contains summary of metrics in results.
      GoogleAdsRowOrBuilder getSummaryRowOrBuilder()
      Summary row that contains summary of metrics in results.
      long getTotalResultsCount()
      Total number of results that match the query ignoring the LIMIT clause.
      boolean hasFieldMask()
      FieldMask that represents what fields were requested by the user.
      boolean hasSummaryRow()
      Summary row that contains summary of metrics in results.
      • 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<GoogleAdsRow> getResultsList()
         The list of rows that matched the query.
         
        repeated .google.ads.googleads.v10.services.GoogleAdsRow results = 1;
      • getResults

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

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

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

        GoogleAdsRowOrBuilder getResultsOrBuilder​(int index)
         The list of rows that matched the query.
         
        repeated .google.ads.googleads.v10.services.GoogleAdsRow 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.
      • getTotalResultsCount

        long getTotalResultsCount()
         Total number of results that match the query ignoring the LIMIT
         clause.
         
        int64 total_results_count = 3;
        Returns:
        The totalResultsCount.
      • hasFieldMask

        boolean hasFieldMask()
         FieldMask that represents what fields were requested by the user.
         
        .google.protobuf.FieldMask field_mask = 5;
        Returns:
        Whether the fieldMask field is set.
      • getFieldMask

        com.google.protobuf.FieldMask getFieldMask()
         FieldMask that represents what fields were requested by the user.
         
        .google.protobuf.FieldMask field_mask = 5;
        Returns:
        The fieldMask.
      • getFieldMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getFieldMaskOrBuilder()
         FieldMask that represents what fields were requested by the user.
         
        .google.protobuf.FieldMask field_mask = 5;
      • hasSummaryRow

        boolean hasSummaryRow()
         Summary row that contains summary of metrics in results.
         Summary of metrics means aggregation of metrics across all results,
         here aggregation could be sum, average, rate, etc.
         
        .google.ads.googleads.v10.services.GoogleAdsRow summary_row = 6;
        Returns:
        Whether the summaryRow field is set.
      • getSummaryRow

        GoogleAdsRow getSummaryRow()
         Summary row that contains summary of metrics in results.
         Summary of metrics means aggregation of metrics across all results,
         here aggregation could be sum, average, rate, etc.
         
        .google.ads.googleads.v10.services.GoogleAdsRow summary_row = 6;
        Returns:
        The summaryRow.
      • getSummaryRowOrBuilder

        GoogleAdsRowOrBuilder getSummaryRowOrBuilder()
         Summary row that contains summary of metrics in results.
         Summary of metrics means aggregation of metrics across all results,
         here aggregation could be sum, average, rate, etc.
         
        .google.ads.googleads.v10.services.GoogleAdsRow summary_row = 6;