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

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

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

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

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

  /**
   * 
   * Required. The resource name of the batch job whose results are being
   * listed.
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The resourceName. */ java.lang.String getResourceName(); /** *
   * Required. The resource name of the batch job whose results are being
   * listed.
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** *
   * 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 a page request is too large, the server may decide to
   * further limit the number of returned resources.
   * 
* * int32 page_size = 3; * @return The pageSize. */ int getPageSize(); /** *
   * The response content type setting. Determines whether the mutable resource
   * or just the resource name should be returned.
   * 
* * .google.ads.googleads.v17.enums.ResponseContentTypeEnum.ResponseContentType response_content_type = 4; * @return The enum numeric value on the wire for responseContentType. */ int getResponseContentTypeValue(); /** *
   * The response content type setting. Determines whether the mutable resource
   * or just the resource name should be returned.
   * 
* * .google.ads.googleads.v17.enums.ResponseContentTypeEnum.ResponseContentType response_content_type = 4; * @return The responseContentType. */ com.google.ads.googleads.v17.enums.ResponseContentTypeEnum.ResponseContentType getResponseContentType(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy