public interface FailurePolicyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FailurePolicy.ActionCase |
getActionCase() |
FailurePolicy.Retry |
getRetry()
If specified, then the function will be retried in case of a failure.
|
FailurePolicy.RetryOrBuilder |
getRetryOrBuilder()
If specified, then the function will be retried in case of a failure.
|
boolean |
hasRetry()
If specified, then the function will be retried in case of a failure.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRetry()
If specified, then the function will be retried in case of a failure.
.google.cloud.functions.v1.FailurePolicy.Retry retry = 1;FailurePolicy.Retry getRetry()
If specified, then the function will be retried in case of a failure.
.google.cloud.functions.v1.FailurePolicy.Retry retry = 1;FailurePolicy.RetryOrBuilder getRetryOrBuilder()
If specified, then the function will be retried in case of a failure.
.google.cloud.functions.v1.FailurePolicy.Retry retry = 1;FailurePolicy.ActionCase getActionCase()
Copyright © 2020 Google LLC. All rights reserved.