Interface Flight.HandshakeRequestOrBuilder

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

public static interface Flight.HandshakeRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    Arbitrary auth/handshake info.
    long
    A defined protocol version

    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

    • getProtocolVersion

      long getProtocolVersion()
      
       A defined protocol version
       
      uint64 protocol_version = 1;
      Returns:
      The protocolVersion.
    • getPayload

      com.google.protobuf.ByteString getPayload()
      
       Arbitrary auth/handshake info.
       
      bytes payload = 2;
      Returns:
      The payload.