public interface ServerConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnableSsl()
optional bool enable_ssl = 3; |
ServerType |
getServerType()
optional .grpc.testing.ServerType server_type = 1; |
int |
getServerTypeValue()
optional .grpc.testing.ServerType server_type = 1; |
int |
getThreads()
optional int32 threads = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getServerTypeValue()
optional .grpc.testing.ServerType server_type = 1;ServerType getServerType()
optional .grpc.testing.ServerType server_type = 1;int getThreads()
optional int32 threads = 2;boolean getEnableSsl()
optional bool enable_ssl = 3;