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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      BatchJob getCreate()
      Create operation: No resource name is expected for the new batch job.
      BatchJobOrBuilder getCreateOrBuilder()
      Create operation: No resource name is expected for the new batch job.
      BatchJobOperation.OperationCase getOperationCase()  
      java.lang.String getRemove()
      Remove operation: The batch job must not have been run.
      com.google.protobuf.ByteString getRemoveBytes()
      Remove operation: The batch job must not have been run.
      boolean hasCreate()
      Create operation: No resource name is expected for the new batch job.
      boolean hasRemove()
      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 Detail

      • hasCreate

        boolean hasCreate()
         Create operation: No resource name is expected for the new batch job.
         
        .google.ads.googleads.v15.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.v15.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.v15.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

        java.lang.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.