Package gql

Interface GqlServiceOuterClass.HandshakeRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GqlServiceOuterClass.HandshakeRequest, GqlServiceOuterClass.HandshakeRequest.Builder
Enclosing class:
GqlServiceOuterClass

public static interface GqlServiceOuterClass.HandshakeRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getProtocolVersion

      int getProtocolVersion()
      uint32 protocol_version = 1;
      Returns:
      The protocolVersion.
    • hasCredentials

      boolean hasCredentials()
      .gql.AuthCredentials credentials = 2;
      Returns:
      Whether the credentials field is set.
    • getCredentials

      GqlTypes.AuthCredentials getCredentials()
      .gql.AuthCredentials credentials = 2;
      Returns:
      The credentials.
    • getCredentialsOrBuilder

      GqlTypes.AuthCredentialsOrBuilder getCredentialsOrBuilder()
      .gql.AuthCredentials credentials = 2;
    • getClientInfoCount

      int getClientInfoCount()
       Driver name, version, platform
       
      map<string, string> client_info = 3;
    • containsClientInfo

      boolean containsClientInfo(String key)
       Driver name, version, platform
       
      map<string, string> client_info = 3;
    • getClientInfo

      @Deprecated Map<String,String> getClientInfo()
      Deprecated.
      Use getClientInfoMap() instead.
    • getClientInfoMap

      Map<String,String> getClientInfoMap()
       Driver name, version, platform
       
      map<string, string> client_info = 3;
    • getClientInfoOrDefault

      String getClientInfoOrDefault(String key, String defaultValue)
       Driver name, version, platform
       
      map<string, string> client_info = 3;
    • getClientInfoOrThrow

      String getClientInfoOrThrow(String key)
       Driver name, version, platform
       
      map<string, string> client_info = 3;