All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.services.SearchGoogleAdsResponseOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/services/google_ads_service.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;

public interface SearchGoogleAdsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.SearchGoogleAdsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The list of rows that matched the query.
   * 
* * repeated .google.ads.googleads.v17.services.GoogleAdsRow results = 1; */ java.util.List getResultsList(); /** *
   * The list of rows that matched the query.
   * 
* * repeated .google.ads.googleads.v17.services.GoogleAdsRow results = 1; */ com.google.ads.googleads.v17.services.GoogleAdsRow getResults(int index); /** *
   * The list of rows that matched the query.
   * 
* * repeated .google.ads.googleads.v17.services.GoogleAdsRow results = 1; */ int getResultsCount(); /** *
   * The list of rows that matched the query.
   * 
* * repeated .google.ads.googleads.v17.services.GoogleAdsRow results = 1; */ java.util.List getResultsOrBuilderList(); /** *
   * The list of rows that matched the query.
   * 
* * repeated .google.ads.googleads.v17.services.GoogleAdsRow results = 1; */ com.google.ads.googleads.v17.services.GoogleAdsRowOrBuilder getResultsOrBuilder( int index); /** *
   * 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; * @return The nextPageToken. */ 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; * @return The bytes for nextPageToken. */ com.google.protobuf.ByteString getNextPageTokenBytes(); /** *
   * Total number of results that match the query ignoring the LIMIT
   * clause.
   * 
* * int64 total_results_count = 3; * @return The totalResultsCount. */ long getTotalResultsCount(); /** *
   * FieldMask that represents what fields were requested by the user.
   * 
* * .google.protobuf.FieldMask field_mask = 5; * @return Whether the fieldMask field is set. */ boolean hasFieldMask(); /** *
   * FieldMask that represents what fields were requested by the user.
   * 
* * .google.protobuf.FieldMask field_mask = 5; * @return The fieldMask. */ com.google.protobuf.FieldMask getFieldMask(); /** *
   * FieldMask that represents what fields were requested by the user.
   * 
* * .google.protobuf.FieldMask field_mask = 5; */ com.google.protobuf.FieldMaskOrBuilder getFieldMaskOrBuilder(); /** *
   * 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.v17.services.GoogleAdsRow summary_row = 6; * @return Whether the summaryRow field is set. */ 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.v17.services.GoogleAdsRow summary_row = 6; * @return The summaryRow. */ com.google.ads.googleads.v17.services.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.v17.services.GoogleAdsRow summary_row = 6; */ com.google.ads.googleads.v17.services.GoogleAdsRowOrBuilder getSummaryRowOrBuilder(); /** *
   * The amount of resources consumed to serve the query.
   * 
* * int64 query_resource_consumption = 8; * @return The queryResourceConsumption. */ long getQueryResourceConsumption(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy