com.google.ads.googleads.v17.services.AddBatchJobOperationsResponseOrBuilder 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/batch_job_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface AddBatchJobOperationsResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.AddBatchJobOperationsResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* The total number of operations added so far for this batch job.
*
*
* int64 total_operations = 1;
* @return The totalOperations.
*/
long getTotalOperations();
/**
*
* The sequence token to be used when calling AddBatchJobOperations again if
* more operations need to be added. The next AddBatchJobOperations request
* must set the sequence_token field to the value of this field.
*
*
* string next_sequence_token = 2;
* @return The nextSequenceToken.
*/
java.lang.String getNextSequenceToken();
/**
*
* The sequence token to be used when calling AddBatchJobOperations again if
* more operations need to be added. The next AddBatchJobOperations request
* must set the sequence_token field to the value of this field.
*
*
* string next_sequence_token = 2;
* @return The bytes for nextSequenceToken.
*/
com.google.protobuf.ByteString
getNextSequenceTokenBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy