Interface BitData.BitClientHandshakeOrBuilder

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

public static interface BitData.BitClientHandshakeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional .exec.shared.RpcChannel channel = 2 [default = BIT_DATA];
    int
    optional int32 rpc_version = 1;
    boolean
    optional .exec.shared.RpcChannel channel = 2 [default = BIT_DATA];
    boolean
    optional int32 rpc_version = 1;

    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

    • hasRpcVersion

      boolean hasRpcVersion()
      optional int32 rpc_version = 1;
      Returns:
      Whether the rpcVersion field is set.
    • getRpcVersion

      int getRpcVersion()
      optional int32 rpc_version = 1;
      Returns:
      The rpcVersion.
    • hasChannel

      boolean hasChannel()
      optional .exec.shared.RpcChannel channel = 2 [default = BIT_DATA];
      Returns:
      Whether the channel field is set.
    • getChannel

      optional .exec.shared.RpcChannel channel = 2 [default = BIT_DATA];
      Returns:
      The channel.