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
Modifier and TypeMethodDescriptiongetFeatures(int index) repeated string features = 3;com.google.protobuf.ByteStringgetFeaturesBytes(int index) repeated string features = 3;intrepeated string features = 3;repeated string features = 3;string method_name = 1;com.google.protobuf.ByteStringstring method_name = 1;string service_name = 2;com.google.protobuf.ByteStringstring service_name = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getMethodName
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
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
repeated string features = 3;- Returns:
- A list containing the features.
-
getFeaturesCount
int getFeaturesCount()repeated string features = 3;- Returns:
- The count of features.
-
getFeatures
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.
-