Interface ApplyRecommendationResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ApplyRecommendationResponse,ApplyRecommendationResponse.Builder
public interface ApplyRecommendationResponseOrBuilder
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) Results of operations to apply recommendations.intResults of operations to apply recommendations.Results of operations to apply recommendations.getResultsOrBuilder(int index) Results of operations to apply recommendations.List<? extends ApplyRecommendationResultOrBuilder>Results of operations to apply recommendations.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
-
getResultsList
List<ApplyRecommendationResult> getResultsList()Results of operations to apply recommendations.
repeated .google.ads.googleads.v18.services.ApplyRecommendationResult results = 1; -
getResults
Results of operations to apply recommendations.
repeated .google.ads.googleads.v18.services.ApplyRecommendationResult results = 1; -
getResultsCount
int getResultsCount()Results of operations to apply recommendations.
repeated .google.ads.googleads.v18.services.ApplyRecommendationResult results = 1; -
getResultsOrBuilderList
List<? extends ApplyRecommendationResultOrBuilder> getResultsOrBuilderList()Results of operations to apply recommendations.
repeated .google.ads.googleads.v18.services.ApplyRecommendationResult results = 1; -
getResultsOrBuilder
Results of operations to apply recommendations.
repeated .google.ads.googleads.v18.services.ApplyRecommendationResult results = 1; -
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 (for example, auth errors) we return the RPC level error.
.google.rpc.Status partial_failure_error = 2;- 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 (for example, auth errors) we return the RPC level error.
.google.rpc.Status partial_failure_error = 2;- 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 (for example, auth errors) we return the RPC level error.
.google.rpc.Status partial_failure_error = 2;
-