Package io.dapr
Interface DaprProtos.RetryPolicyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprProtos.RetryPolicy,DaprProtos.RetryPolicy.Builder
- Enclosing class:
- DaprProtos
public static interface DaprProtos.RetryPolicyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description com.google.protobuf.DurationgetInterval().google.protobuf.Duration interval = 3;com.google.protobuf.DurationOrBuildergetIntervalOrBuilder().google.protobuf.Duration interval = 3;java.lang.StringgetPattern()string pattern = 2;com.google.protobuf.ByteStringgetPatternBytes()string pattern = 2;intgetThreshold()int32 threshold = 1;booleanhasInterval().google.protobuf.Duration interval = 3;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getThreshold
int getThreshold()int32 threshold = 1;- Returns:
- The threshold.
-
getPattern
java.lang.String getPattern()string pattern = 2;- Returns:
- The pattern.
-
getPatternBytes
com.google.protobuf.ByteString getPatternBytes()string pattern = 2;- Returns:
- The bytes for pattern.
-
hasInterval
boolean hasInterval().google.protobuf.Duration interval = 3;- Returns:
- Whether the interval field is set.
-
getInterval
com.google.protobuf.Duration getInterval().google.protobuf.Duration interval = 3;- Returns:
- The interval.
-
getIntervalOrBuilder
com.google.protobuf.DurationOrBuilder getIntervalOrBuilder().google.protobuf.Duration interval = 3;
-