Package gql
Interface GqlServiceOuterClass.ServerInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GqlServiceOuterClass.ServerInfo,GqlServiceOuterClass.ServerInfo.Builder
- Enclosing class:
- GqlServiceOuterClass
public static interface GqlServiceOuterClass.ServerInfoOrBuilder
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;getName()string name = 1;com.google.protobuf.ByteStringstring name = 1;string version = 2;com.google.protobuf.ByteStringstring version = 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
-
getName
String getName()string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1;- Returns:
- The bytes for name.
-
getVersion
String getVersion()string version = 2;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()string version = 2;- Returns:
- The bytes for version.
-
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.
-