Interface Serverfeatures.SupportedMethodOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Serverfeatures.SupportedMethod,Serverfeatures.SupportedMethod.Builder
- Enclosing class:
- Serverfeatures
public static interface Serverfeatures.SupportedMethodOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFeatures(int index)repeated string features = 3;com.google.protobuf.ByteStringgetFeaturesBytes(int index)repeated string features = 3;intgetFeaturesCount()repeated string features = 3;java.util.List<java.lang.String>getFeaturesList()repeated string features = 3;java.lang.StringgetMethodName()string method_name = 1;com.google.protobuf.ByteStringgetMethodNameBytes()string method_name = 1;java.lang.StringgetServiceName()string service_name = 2;com.google.protobuf.ByteStringgetServiceNameBytes()string service_name = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMethodName
java.lang.String getMethodName()
string method_name = 1;- Returns:
- The methodName.
-
getMethodNameBytes
com.google.protobuf.ByteString getMethodNameBytes()
string method_name = 1;- Returns:
- The bytes for methodName.
-
getServiceName
java.lang.String getServiceName()
string service_name = 2;- Returns:
- The serviceName.
-
getServiceNameBytes
com.google.protobuf.ByteString getServiceNameBytes()
string service_name = 2;- Returns:
- The bytes for serviceName.
-
getFeaturesList
java.util.List<java.lang.String> getFeaturesList()
repeated string features = 3;- Returns:
- A list containing the features.
-
getFeaturesCount
int getFeaturesCount()
repeated string features = 3;- Returns:
- The count of features.
-
getFeatures
java.lang.String getFeatures(int index)
repeated string features = 3;- Parameters:
index- The index of the element to return.- Returns:
- The features at the given index.
-
getFeaturesBytes
com.google.protobuf.ByteString getFeaturesBytes(int index)
repeated string features = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the features at the given index.
-
-