Package io.grpc.testing.integration
Interface Messages.ReconnectInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.ReconnectInfo,Messages.ReconnectInfo.Builder
- Enclosing class:
- Messages
public static interface Messages.ReconnectInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetBackoffMs(int index)repeated int32 backoff_ms = 2;intgetBackoffMsCount()repeated int32 backoff_ms = 2;java.util.List<java.lang.Integer>getBackoffMsList()repeated int32 backoff_ms = 2;booleangetPassed()bool passed = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPassed
boolean getPassed()
bool passed = 1;- Returns:
- The passed.
-
getBackoffMsList
java.util.List<java.lang.Integer> getBackoffMsList()
repeated int32 backoff_ms = 2;- Returns:
- A list containing the backoffMs.
-
getBackoffMsCount
int getBackoffMsCount()
repeated int32 backoff_ms = 2;- Returns:
- The count of backoffMs.
-
getBackoffMs
int getBackoffMs(int index)
repeated int32 backoff_ms = 2;- Parameters:
index- The index of the element to return.- Returns:
- The backoffMs at the given index.
-
-