public static interface BitControl.BitControlHandshakeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticationMechanisms(int index)
repeated string authenticationMechanisms = 4; |
com.google.protobuf.ByteString |
getAuthenticationMechanismsBytes(int index)
repeated string authenticationMechanisms = 4; |
int |
getAuthenticationMechanismsCount()
repeated string authenticationMechanisms = 4; |
List<String> |
getAuthenticationMechanismsList()
repeated string authenticationMechanisms = 4; |
UserBitShared.RpcChannel |
getChannel()
optional .exec.shared.RpcChannel channel = 2 [default = BIT_CONTROL]; |
CoordinationProtos.DrillbitEndpoint |
getEndpoint()
optional .exec.DrillbitEndpoint endpoint = 3; |
CoordinationProtos.DrillbitEndpointOrBuilder |
getEndpointOrBuilder()
optional .exec.DrillbitEndpoint endpoint = 3; |
int |
getRpcVersion()
optional int32 rpc_version = 1; |
boolean |
hasChannel()
optional .exec.shared.RpcChannel channel = 2 [default = BIT_CONTROL]; |
boolean |
hasEndpoint()
optional .exec.DrillbitEndpoint endpoint = 3; |
boolean |
hasRpcVersion()
optional int32 rpc_version = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRpcVersion()
optional int32 rpc_version = 1;int getRpcVersion()
optional int32 rpc_version = 1;boolean hasChannel()
optional .exec.shared.RpcChannel channel = 2 [default = BIT_CONTROL];UserBitShared.RpcChannel getChannel()
optional .exec.shared.RpcChannel channel = 2 [default = BIT_CONTROL];boolean hasEndpoint()
optional .exec.DrillbitEndpoint endpoint = 3;CoordinationProtos.DrillbitEndpoint getEndpoint()
optional .exec.DrillbitEndpoint endpoint = 3;CoordinationProtos.DrillbitEndpointOrBuilder getEndpointOrBuilder()
optional .exec.DrillbitEndpoint endpoint = 3;List<String> getAuthenticationMechanismsList()
repeated string authenticationMechanisms = 4;int getAuthenticationMechanismsCount()
repeated string authenticationMechanisms = 4;String getAuthenticationMechanisms(int index)
repeated string authenticationMechanisms = 4;index - The index of the element to return.com.google.protobuf.ByteString getAuthenticationMechanismsBytes(int index)
repeated string authenticationMechanisms = 4;index - The index of the value to return.Copyright © 2021 The Apache Software Foundation. All rights reserved.