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 Type
    Method
    Description
    Response for the mutate.
    Response for the mutate.
    long
    Index of the mutate operation.
    com.google.rpc.Status
    Details of the errors when processing the operation.
    com.google.rpc.StatusOrBuilder
    Details of the errors when processing the operation.
    boolean
    Response for the mutate.
    boolean
    Details of the errors when processing the operation.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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;