com.google.ads.googleads.v17.services.SearchGoogleAdsFieldsRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/services/google_ads_field_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface SearchGoogleAdsFieldsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.SearchGoogleAdsFieldsRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Required. The query string.
*
*
* string query = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The query.
*/
java.lang.String getQuery();
/**
*
* Required. The query string.
*
*
* string query = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The bytes for query.
*/
com.google.protobuf.ByteString
getQueryBytes();
/**
*
* Token of the page to retrieve. If not specified, the first page of
* results will be returned. Use the value obtained from `next_page_token`
* in the previous response in order to request the next page of results.
*
*
* string page_token = 2;
* @return The pageToken.
*/
java.lang.String getPageToken();
/**
*
* Token of the page to retrieve. If not specified, the first page of
* results will be returned. Use the value obtained from `next_page_token`
* in the previous response in order to request the next page of results.
*
*
* string page_token = 2;
* @return The bytes for pageToken.
*/
com.google.protobuf.ByteString
getPageTokenBytes();
/**
*
* Number of elements to retrieve in a single page.
* When too large a page is requested, the server may decide to further
* limit the number of returned resources.
*
*
* int32 page_size = 3;
* @return The pageSize.
*/
int getPageSize();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy