Interface RemoveCampaignAutomaticallyCreatedAssetResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RemoveCampaignAutomaticallyCreatedAssetResponse,RemoveCampaignAutomaticallyCreatedAssetResponse.Builder
public interface RemoveCampaignAutomaticallyCreatedAssetResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.rpc.StatusErrors that pertain to AutomaticallyCreatedAssetRemoval failures in the partial failure mode.com.google.rpc.StatusOrBuilderErrors that pertain to AutomaticallyCreatedAssetRemoval failures in the partial failure mode.booleanErrors that pertain to AutomaticallyCreatedAssetRemoval 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 AutomaticallyCreatedAssetRemoval failures in the partial failure mode. Returned when all errors occur inside the operations. If any errors occur outside the operations (for example, auth errors), RPC level error will be returned. See https://developers.google.com/google-ads/api/docs/best-practices/partial-failures for more information about partial failure.
.google.rpc.Status partial_failure_error = 1;- Returns:
- Whether the partialFailureError field is set.
-
getPartialFailureError
com.google.rpc.Status getPartialFailureError()Errors that pertain to AutomaticallyCreatedAssetRemoval failures in the partial failure mode. Returned when all errors occur inside the operations. If any errors occur outside the operations (for example, auth errors), RPC level error will be returned. See https://developers.google.com/google-ads/api/docs/best-practices/partial-failures for more information about partial failure.
.google.rpc.Status partial_failure_error = 1;- Returns:
- The partialFailureError.
-
getPartialFailureErrorOrBuilder
com.google.rpc.StatusOrBuilder getPartialFailureErrorOrBuilder()Errors that pertain to AutomaticallyCreatedAssetRemoval failures in the partial failure mode. Returned when all errors occur inside the operations. If any errors occur outside the operations (for example, auth errors), RPC level error will be returned. See https://developers.google.com/google-ads/api/docs/best-practices/partial-failures for more information about partial failure.
.google.rpc.Status partial_failure_error = 1;
-