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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MutateOperationResponsegetMutateOperationResponse()Response for the mutate.MutateOperationResponseOrBuildergetMutateOperationResponseOrBuilder()Response for the mutate.longgetOperationIndex()Index of the mutate operation.com.google.rpc.StatusgetStatus()Details of the errors when processing the operation.com.google.rpc.StatusOrBuildergetStatusOrBuilder()Details of the errors when processing the operation.booleanhasMutateOperationResponse()Response for the mutate.booleanhasStatus()Details of the errors when processing the operation.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.v10.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.v10.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.v10.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;
-
-