Interface SearchGoogleAdsFieldsRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    int
    Number of elements to retrieve in a single page.
    Token of the page to retrieve.
    com.google.protobuf.ByteString
    Token of the page to retrieve.
    Required.
    com.google.protobuf.ByteString
    Required.

    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 Details

    • getQuery

      String getQuery()
       Required. The query string.
       
      string query = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The query.
    • getQueryBytes

      com.google.protobuf.ByteString getQueryBytes()
       Required. The query string.
       
      string query = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for query.
    • getPageToken

      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;
      Returns:
      The pageToken.
    • getPageTokenBytes

      com.google.protobuf.ByteString getPageTokenBytes()
       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;
      Returns:
      The bytes for pageToken.
    • getPageSize

      int getPageSize()
       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;
      Returns:
      The pageSize.