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 Type
    Method
    Description
    getFeatures(int index)
    repeated string features = 3;
    com.google.protobuf.ByteString
    getFeaturesBytes(int index)
    repeated string features = 3;
    int
    repeated string features = 3;
    repeated string features = 3;
    string name = 1;
    com.google.protobuf.ByteString
    string name = 1;
    string version = 2;
    com.google.protobuf.ByteString
    string version = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      List<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

      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.