Interface MutateGoalsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MutateGoalsResponse,MutateGoalsResponse.Builder
public interface MutateGoalsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.rpc.StatusErrors that pertain to operation failures in the partial failure mode.com.google.rpc.StatusOrBuilderErrors that pertain to operation failures in the partial failure mode.getResults(int index) All results for the mutate.intAll results for the mutate.All results for the mutate.getResultsOrBuilder(int index) All results for the mutate.List<? extends MutateGoalResultOrBuilder>All results for the mutate.booleanErrors that pertain to operation failures in the partial failure mode.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPartialFailureError
boolean hasPartialFailureError()Errors that pertain to operation failures in the partial failure mode.
.google.rpc.Status partial_failure_error = 1;- Returns:
- Whether the partialFailureError field is set.
-
getPartialFailureError
com.google.rpc.Status getPartialFailureError()Errors that pertain to operation failures in the partial failure mode.
.google.rpc.Status partial_failure_error = 1;- Returns:
- The partialFailureError.
-
getPartialFailureErrorOrBuilder
com.google.rpc.StatusOrBuilder getPartialFailureErrorOrBuilder()Errors that pertain to operation failures in the partial failure mode.
.google.rpc.Status partial_failure_error = 1; -
getResultsList
List<MutateGoalResult> getResultsList()All results for the mutate.
repeated .google.ads.googleads.v22.services.MutateGoalResult results = 2; -
getResults
All results for the mutate.
repeated .google.ads.googleads.v22.services.MutateGoalResult results = 2; -
getResultsCount
int getResultsCount()All results for the mutate.
repeated .google.ads.googleads.v22.services.MutateGoalResult results = 2; -
getResultsOrBuilderList
List<? extends MutateGoalResultOrBuilder> getResultsOrBuilderList()All results for the mutate.
repeated .google.ads.googleads.v22.services.MutateGoalResult results = 2; -
getResultsOrBuilder
All results for the mutate.
repeated .google.ads.googleads.v22.services.MutateGoalResult results = 2;
-