Interface BatchJobResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchJobResult,BatchJobResult.Builder
public interface BatchJobResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionResponse for the mutate.Response for the mutate.longIndex of the mutate operation.com.google.rpc.StatusDetails of the errors when processing the operation.com.google.rpc.StatusOrBuilderDetails of the errors when processing the operation.booleanResponse for the mutate.booleanDetails of the errors when processing the operation.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getOperationIndex
long getOperationIndex()Index of the mutate operation.
int64 operation_index = 1;- Returns:
- The operationIndex.
-
hasMutateOperationResponse
boolean hasMutateOperationResponse()Response for the mutate. May be empty if errors occurred.
.google.ads.googleads.v18.services.MutateOperationResponse mutate_operation_response = 2;- Returns:
- Whether the mutateOperationResponse field is set.
-
getMutateOperationResponse
MutateOperationResponse getMutateOperationResponse()Response for the mutate. May be empty if errors occurred.
.google.ads.googleads.v18.services.MutateOperationResponse mutate_operation_response = 2;- Returns:
- The mutateOperationResponse.
-
getMutateOperationResponseOrBuilder
MutateOperationResponseOrBuilder getMutateOperationResponseOrBuilder()Response for the mutate. May be empty if errors occurred.
.google.ads.googleads.v18.services.MutateOperationResponse mutate_operation_response = 2; -
hasStatus
boolean hasStatus()Details of the errors when processing the operation.
.google.rpc.Status status = 3;- Returns:
- Whether the status field is set.
-
getStatus
com.google.rpc.Status getStatus()Details of the errors when processing the operation.
.google.rpc.Status status = 3;- Returns:
- The status.
-
getStatusOrBuilder
com.google.rpc.StatusOrBuilder getStatusOrBuilder()Details of the errors when processing the operation.
.google.rpc.Status status = 3;
-