public interface ServerStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getPort()
optional int32 port = 2; |
ServerStats |
getStats()
optional .grpc.testing.ServerStats stats = 1; |
ServerStatsOrBuilder |
getStatsOrBuilder()
optional .grpc.testing.ServerStats stats = 1; |
boolean |
hasStats()
optional .grpc.testing.ServerStats stats = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasStats()
optional .grpc.testing.ServerStats stats = 1;
ServerStats getStats()
optional .grpc.testing.ServerStats stats = 1;
ServerStatsOrBuilder getStatsOrBuilder()
optional .grpc.testing.ServerStats stats = 1;
int getPort()
optional int32 port = 2;