Interface BatchJobOperationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BatchJobOperation, BatchJobOperation.Builder

public interface BatchJobOperationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Create operation: No resource name is expected for the new batch job.
    Create operation: No resource name is expected for the new batch job.
     
    Remove operation: The batch job must not have been run.
    com.google.protobuf.ByteString
    Remove operation: The batch job must not have been run.
    boolean
    Create operation: No resource name is expected for the new batch job.
    boolean
    Remove operation: The batch job must not have been run.

    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

    • hasCreate

      boolean hasCreate()
       Create operation: No resource name is expected for the new batch job.
       
      .google.ads.googleads.v18.resources.BatchJob create = 1;
      Returns:
      Whether the create field is set.
    • getCreate

      BatchJob getCreate()
       Create operation: No resource name is expected for the new batch job.
       
      .google.ads.googleads.v18.resources.BatchJob create = 1;
      Returns:
      The create.
    • getCreateOrBuilder

      BatchJobOrBuilder getCreateOrBuilder()
       Create operation: No resource name is expected for the new batch job.
       
      .google.ads.googleads.v18.resources.BatchJob create = 1;
    • hasRemove

      boolean hasRemove()
       Remove operation: The batch job must not have been run. A resource name
       for the removed batch job is expected, in this format:
      
       `customers/{customer_id}/batchJobs/{batch_job_id}`
       
      string remove = 4 [(.google.api.resource_reference) = { ... }
      Returns:
      Whether the remove field is set.
    • getRemove

      String getRemove()
       Remove operation: The batch job must not have been run. A resource name
       for the removed batch job is expected, in this format:
      
       `customers/{customer_id}/batchJobs/{batch_job_id}`
       
      string remove = 4 [(.google.api.resource_reference) = { ... }
      Returns:
      The remove.
    • getRemoveBytes

      com.google.protobuf.ByteString getRemoveBytes()
       Remove operation: The batch job must not have been run. A resource name
       for the removed batch job is expected, in this format:
      
       `customers/{customer_id}/batchJobs/{batch_job_id}`
       
      string remove = 4 [(.google.api.resource_reference) = { ... }
      Returns:
      The bytes for remove.
    • getOperationCase