Interface MutateGoogleAdsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MutateGoogleAdsResponse,MutateGoogleAdsResponse.Builder
public interface MutateGoogleAdsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MutateOperationResponsegetMutateOperationResponses(int index)All responses for the mutate.intgetMutateOperationResponsesCount()All responses for the mutate.java.util.List<MutateOperationResponse>getMutateOperationResponsesList()All responses for the mutate.MutateOperationResponseOrBuildergetMutateOperationResponsesOrBuilder(int index)All responses for the mutate.java.util.List<? extends MutateOperationResponseOrBuilder>getMutateOperationResponsesOrBuilderList()All responses for the mutate.com.google.rpc.StatusgetPartialFailureError()Errors that pertain to operation failures in the partial failure mode.com.google.rpc.StatusOrBuildergetPartialFailureErrorOrBuilder()Errors that pertain to operation failures in the partial failure mode.booleanhasPartialFailureError()Errors that pertain to operation failures in the partial failure mode.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPartialFailureError
boolean hasPartialFailureError()
Errors that pertain to operation failures in the partial failure mode. Returned only when partial_failure = true and all errors occur inside the operations. If any errors occur outside the operations (e.g., auth errors), we return an RPC level error.
.google.rpc.Status partial_failure_error = 3;- Returns:
- Whether the partialFailureError field is set.
-
getPartialFailureError
com.google.rpc.Status getPartialFailureError()
Errors that pertain to operation failures in the partial failure mode. Returned only when partial_failure = true and all errors occur inside the operations. If any errors occur outside the operations (e.g., auth errors), we return an RPC level error.
.google.rpc.Status partial_failure_error = 3;- Returns:
- The partialFailureError.
-
getPartialFailureErrorOrBuilder
com.google.rpc.StatusOrBuilder getPartialFailureErrorOrBuilder()
Errors that pertain to operation failures in the partial failure mode. Returned only when partial_failure = true and all errors occur inside the operations. If any errors occur outside the operations (e.g., auth errors), we return an RPC level error.
.google.rpc.Status partial_failure_error = 3;
-
getMutateOperationResponsesList
java.util.List<MutateOperationResponse> getMutateOperationResponsesList()
All responses for the mutate.
repeated .google.ads.googleads.v10.services.MutateOperationResponse mutate_operation_responses = 1;
-
getMutateOperationResponses
MutateOperationResponse getMutateOperationResponses(int index)
All responses for the mutate.
repeated .google.ads.googleads.v10.services.MutateOperationResponse mutate_operation_responses = 1;
-
getMutateOperationResponsesCount
int getMutateOperationResponsesCount()
All responses for the mutate.
repeated .google.ads.googleads.v10.services.MutateOperationResponse mutate_operation_responses = 1;
-
getMutateOperationResponsesOrBuilderList
java.util.List<? extends MutateOperationResponseOrBuilder> getMutateOperationResponsesOrBuilderList()
All responses for the mutate.
repeated .google.ads.googleads.v10.services.MutateOperationResponse mutate_operation_responses = 1;
-
getMutateOperationResponsesOrBuilder
MutateOperationResponseOrBuilder getMutateOperationResponsesOrBuilder(int index)
All responses for the mutate.
repeated .google.ads.googleads.v10.services.MutateOperationResponse mutate_operation_responses = 1;
-
-