public interface RetryInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getBackoffMs(int index)
Backoff
|
int |
getBackoffMsCount()
Backoff
|
List<Integer> |
getBackoffMsList()
Backoff
|
boolean |
getPassed()
Whether authorized
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getPassed()
Whether authorized
bool passed = 1;List<Integer> getBackoffMsList()
Backoff
repeated int32 backoff_ms = 2;int getBackoffMsCount()
Backoff
repeated int32 backoff_ms = 2;int getBackoffMs(int index)
Backoff
repeated int32 backoff_ms = 2;index - The index of the element to return.Copyright © 2020. All rights reserved.