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

com.google.ads.googleads.v18.services.SearchSettingsOrBuilder Maven / Gradle / Ivy

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

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

public interface SearchSettingsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v18.services.SearchSettings)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * If true, results will be excluded from the response. Otherwise, results
   * will be returned.
   * Default is false.
   * 
* * bool omit_results = 1; * @return The omitResults. */ boolean getOmitResults(); /** *
   * If true, summary row will be included in the response and sent in a
   * response by itself after all other query results are returned.
   * Default is false.
   * 
* * bool return_summary_row = 2; * @return The returnSummaryRow. */ boolean getReturnSummaryRow(); /** *
   * If true, the total number of results that match the query ignoring the
   * LIMIT clause will be included in the response.
   * Default is false.
   * 
* * bool return_total_results_count = 3; * @return The returnTotalResultsCount. */ boolean getReturnTotalResultsCount(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy