Interface MutateBatchJobResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MutateBatchJobResponse,MutateBatchJobResponse.Builder
public interface MutateBatchJobResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MutateBatchJobResultgetResult()The result for the mutate.MutateBatchJobResultOrBuildergetResultOrBuilder()The result for the mutate.booleanhasResult()The result for the mutate.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasResult
boolean hasResult()
The result for the mutate.
.google.ads.googleads.v10.services.MutateBatchJobResult result = 1;- Returns:
- Whether the result field is set.
-
getResult
MutateBatchJobResult getResult()
The result for the mutate.
.google.ads.googleads.v10.services.MutateBatchJobResult result = 1;- Returns:
- The result.
-
getResultOrBuilder
MutateBatchJobResultOrBuilder getResultOrBuilder()
The result for the mutate.
.google.ads.googleads.v10.services.MutateBatchJobResult result = 1;
-
-