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()booleanhasCreate()Create operation: No resource name is expected for the new batch job.-
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.v10.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.v10.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.v10.resources.BatchJob create = 1;
-
getOperationCase
BatchJobOperation.OperationCase getOperationCase()
-
-