com.google.ads.googleads.v17.services.BatchJobResultOrBuilder 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 BatchJobResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.BatchJobResult)
com.google.protobuf.MessageOrBuilder {
/**
*
* Index of the mutate operation.
*
*
* int64 operation_index = 1;
* @return The operationIndex.
*/
long getOperationIndex();
/**
*
* Response for the mutate.
* May be empty if errors occurred.
*
*
* .google.ads.googleads.v17.services.MutateOperationResponse mutate_operation_response = 2;
* @return Whether the mutateOperationResponse field is set.
*/
boolean hasMutateOperationResponse();
/**
*
* Response for the mutate.
* May be empty if errors occurred.
*
*
* .google.ads.googleads.v17.services.MutateOperationResponse mutate_operation_response = 2;
* @return The mutateOperationResponse.
*/
com.google.ads.googleads.v17.services.MutateOperationResponse getMutateOperationResponse();
/**
*
* Response for the mutate.
* May be empty if errors occurred.
*
*
* .google.ads.googleads.v17.services.MutateOperationResponse mutate_operation_response = 2;
*/
com.google.ads.googleads.v17.services.MutateOperationResponseOrBuilder getMutateOperationResponseOrBuilder();
/**
*
* Details of the errors when processing the operation.
*
*
* .google.rpc.Status status = 3;
* @return Whether the status field is set.
*/
boolean hasStatus();
/**
*
* Details of the errors when processing the operation.
*
*
* .google.rpc.Status status = 3;
* @return The status.
*/
com.google.rpc.Status getStatus();
/**
*
* Details of the errors when processing the operation.
*
*
* .google.rpc.Status status = 3;
*/
com.google.rpc.StatusOrBuilder getStatusOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy