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