public static interface Serverfeatures.SupportedMethodOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFeatures(int index)
repeated string features = 3; |
com.google.protobuf.ByteString |
getFeaturesBytes(int index)
repeated string features = 3; |
int |
getFeaturesCount()
repeated string features = 3; |
java.util.List<java.lang.String> |
getFeaturesList()
repeated string features = 3; |
java.lang.String |
getMethodName()
string method_name = 1; |
com.google.protobuf.ByteString |
getMethodNameBytes()
string method_name = 1; |
java.lang.String |
getServiceName()
string service_name = 2; |
com.google.protobuf.ByteString |
getServiceNameBytes()
string service_name = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getMethodName()
string method_name = 1;com.google.protobuf.ByteString getMethodNameBytes()
string method_name = 1;java.lang.String getServiceName()
string service_name = 2;com.google.protobuf.ByteString getServiceNameBytes()
string service_name = 2;java.util.List<java.lang.String> getFeaturesList()
repeated string features = 3;int getFeaturesCount()
repeated string features = 3;java.lang.String getFeatures(int index)
repeated string features = 3;index - The index of the element to return.com.google.protobuf.ByteString getFeaturesBytes(int index)
repeated string features = 3;index - The index of the value to return.