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 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.v14.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.v14.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.v14.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;