public static interface UserProtos.BitToUserHandshakeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAuthenticationMechanisms(int index)
repeated string authenticationMechanisms = 7; |
com.google.protobuf.ByteString |
getAuthenticationMechanismsBytes(int index)
repeated string authenticationMechanisms = 7; |
int |
getAuthenticationMechanismsCount()
repeated string authenticationMechanisms = 7; |
List<String> |
getAuthenticationMechanismsList()
repeated string authenticationMechanisms = 7; |
boolean |
getEncrypted()
optional bool encrypted = 9; |
String |
getErrorId()
optional string errorId = 4; |
com.google.protobuf.ByteString |
getErrorIdBytes()
optional string errorId = 4; |
String |
getErrorMessage()
optional string errorMessage = 5; |
com.google.protobuf.ByteString |
getErrorMessageBytes()
optional string errorMessage = 5; |
int |
getMaxWrappedSize()
optional int32 maxWrappedSize = 10; |
int |
getRpcVersion()
optional int32 rpc_version = 2; |
UserProtos.RpcEndpointInfos |
getServerInfos()
optional .exec.user.RpcEndpointInfos server_infos = 6; |
UserProtos.RpcEndpointInfosOrBuilder |
getServerInfosOrBuilder()
optional .exec.user.RpcEndpointInfos server_infos = 6; |
UserProtos.HandshakeStatus |
getStatus()
optional .exec.user.HandshakeStatus status = 3; |
UserProtos.RpcType |
getSupportedMethods(int index)
repeated .exec.user.RpcType supported_methods = 8; |
int |
getSupportedMethodsCount()
repeated .exec.user.RpcType supported_methods = 8; |
List<UserProtos.RpcType> |
getSupportedMethodsList()
repeated .exec.user.RpcType supported_methods = 8; |
boolean |
hasEncrypted()
optional bool encrypted = 9; |
boolean |
hasErrorId()
optional string errorId = 4; |
boolean |
hasErrorMessage()
optional string errorMessage = 5; |
boolean |
hasMaxWrappedSize()
optional int32 maxWrappedSize = 10; |
boolean |
hasRpcVersion()
optional int32 rpc_version = 2; |
boolean |
hasServerInfos()
optional .exec.user.RpcEndpointInfos server_infos = 6; |
boolean |
hasStatus()
optional .exec.user.HandshakeStatus status = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRpcVersion()
optional int32 rpc_version = 2;
int getRpcVersion()
optional int32 rpc_version = 2;
boolean hasStatus()
optional .exec.user.HandshakeStatus status = 3;
UserProtos.HandshakeStatus getStatus()
optional .exec.user.HandshakeStatus status = 3;
boolean hasErrorId()
optional string errorId = 4;
String getErrorId()
optional string errorId = 4;
com.google.protobuf.ByteString getErrorIdBytes()
optional string errorId = 4;
boolean hasErrorMessage()
optional string errorMessage = 5;
String getErrorMessage()
optional string errorMessage = 5;
com.google.protobuf.ByteString getErrorMessageBytes()
optional string errorMessage = 5;
boolean hasServerInfos()
optional .exec.user.RpcEndpointInfos server_infos = 6;
UserProtos.RpcEndpointInfos getServerInfos()
optional .exec.user.RpcEndpointInfos server_infos = 6;
UserProtos.RpcEndpointInfosOrBuilder getServerInfosOrBuilder()
optional .exec.user.RpcEndpointInfos server_infos = 6;
List<String> getAuthenticationMechanismsList()
repeated string authenticationMechanisms = 7;
int getAuthenticationMechanismsCount()
repeated string authenticationMechanisms = 7;
String getAuthenticationMechanisms(int index)
repeated string authenticationMechanisms = 7;
index
- The index of the element to return.com.google.protobuf.ByteString getAuthenticationMechanismsBytes(int index)
repeated string authenticationMechanisms = 7;
index
- The index of the value to return.List<UserProtos.RpcType> getSupportedMethodsList()
repeated .exec.user.RpcType supported_methods = 8;
int getSupportedMethodsCount()
repeated .exec.user.RpcType supported_methods = 8;
UserProtos.RpcType getSupportedMethods(int index)
repeated .exec.user.RpcType supported_methods = 8;
index
- The index of the element to return.boolean hasEncrypted()
optional bool encrypted = 9;
boolean getEncrypted()
optional bool encrypted = 9;
boolean hasMaxWrappedSize()
optional int32 maxWrappedSize = 10;
int getMaxWrappedSize()
optional int32 maxWrappedSize = 10;
Copyright © 1970 The Apache Software Foundation. All rights reserved.