public static interface BitData.BitServerHandshakeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAuthenticationMechanisms(int index)
repeated string authenticationMechanisms = 2; |
com.google.protobuf.ByteString |
getAuthenticationMechanismsBytes(int index)
repeated string authenticationMechanisms = 2; |
int |
getAuthenticationMechanismsCount()
repeated string authenticationMechanisms = 2; |
List<String> |
getAuthenticationMechanismsList()
repeated string authenticationMechanisms = 2; |
int |
getRpcVersion()
optional int32 rpc_version = 1; |
boolean |
hasRpcVersion()
optional int32 rpc_version = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRpcVersion()
optional int32 rpc_version = 1;
int getRpcVersion()
optional int32 rpc_version = 1;
List<String> getAuthenticationMechanismsList()
repeated string authenticationMechanisms = 2;
int getAuthenticationMechanismsCount()
repeated string authenticationMechanisms = 2;
String getAuthenticationMechanisms(int index)
repeated string authenticationMechanisms = 2;
index
- The index of the element to return.com.google.protobuf.ByteString getAuthenticationMechanismsBytes(int index)
repeated string authenticationMechanisms = 2;
index
- The index of the value to return.Copyright © 1970 The Apache Software Foundation. All rights reserved.