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 BatchJobgetCreate()Create operation: No resource name is expected for the new batch job.BatchJobOrBuildergetCreateOrBuilder()Create operation: No resource name is expected for the new batch job.BatchJobOperation.OperationCasegetOperationCase()java.lang.StringgetRemove()Remove operation: The batch job must not have been run.com.google.protobuf.ByteStringgetRemoveBytes()Remove operation: The batch job must not have been run.booleanhasCreate()Create operation: No resource name is expected for the new batch job.booleanhasRemove()Remove operation: The batch job must not have been run.-
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.v14.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.v14.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.v14.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.
-
getOperationCase
BatchJobOperation.OperationCase getOperationCase()
-
-