public static interface UserProtos.UserToBitHandshakeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
UserBitShared.RpcChannel |
getChannel()
optional .exec.shared.RpcChannel channel = 1 [default = USER]; |
UserProtos.RpcEndpointInfos |
getClientInfos()
optional .exec.user.RpcEndpointInfos client_infos = 8; |
UserProtos.RpcEndpointInfosOrBuilder |
getClientInfosOrBuilder()
optional .exec.user.RpcEndpointInfos client_infos = 8; |
UserBitShared.UserCredentials |
getCredentials()
optional .exec.shared.UserCredentials credentials = 4; |
UserBitShared.UserCredentialsOrBuilder |
getCredentialsOrBuilder()
optional .exec.shared.UserCredentials credentials = 4; |
UserProtos.UserProperties |
getProperties()
optional .exec.user.UserProperties properties = 5; |
UserProtos.UserPropertiesOrBuilder |
getPropertiesOrBuilder()
optional .exec.user.UserProperties properties = 5; |
int |
getRpcVersion()
optional int32 rpc_version = 3; |
UserProtos.SaslSupport |
getSaslSupport()
optional .exec.user.SaslSupport sasl_support = 9; |
boolean |
getSupportComplexTypes()
optional bool support_complex_types = 6 [default = false]; |
boolean |
getSupportListening()
optional bool support_listening = 2; |
boolean |
getSupportTimeout()
optional bool support_timeout = 7 [default = false]; |
boolean |
hasChannel()
optional .exec.shared.RpcChannel channel = 1 [default = USER]; |
boolean |
hasClientInfos()
optional .exec.user.RpcEndpointInfos client_infos = 8; |
boolean |
hasCredentials()
optional .exec.shared.UserCredentials credentials = 4; |
boolean |
hasProperties()
optional .exec.user.UserProperties properties = 5; |
boolean |
hasRpcVersion()
optional int32 rpc_version = 3; |
boolean |
hasSaslSupport()
optional .exec.user.SaslSupport sasl_support = 9; |
boolean |
hasSupportComplexTypes()
optional bool support_complex_types = 6 [default = false]; |
boolean |
hasSupportListening()
optional bool support_listening = 2; |
boolean |
hasSupportTimeout()
optional bool support_timeout = 7 [default = false]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasChannel()
optional .exec.shared.RpcChannel channel = 1 [default = USER];
UserBitShared.RpcChannel getChannel()
optional .exec.shared.RpcChannel channel = 1 [default = USER];
boolean hasSupportListening()
optional bool support_listening = 2;
boolean getSupportListening()
optional bool support_listening = 2;
boolean hasRpcVersion()
optional int32 rpc_version = 3;
int getRpcVersion()
optional int32 rpc_version = 3;
boolean hasCredentials()
optional .exec.shared.UserCredentials credentials = 4;
UserBitShared.UserCredentials getCredentials()
optional .exec.shared.UserCredentials credentials = 4;
UserBitShared.UserCredentialsOrBuilder getCredentialsOrBuilder()
optional .exec.shared.UserCredentials credentials = 4;
boolean hasProperties()
optional .exec.user.UserProperties properties = 5;
UserProtos.UserProperties getProperties()
optional .exec.user.UserProperties properties = 5;
UserProtos.UserPropertiesOrBuilder getPropertiesOrBuilder()
optional .exec.user.UserProperties properties = 5;
boolean hasSupportComplexTypes()
optional bool support_complex_types = 6 [default = false];
boolean getSupportComplexTypes()
optional bool support_complex_types = 6 [default = false];
boolean hasSupportTimeout()
optional bool support_timeout = 7 [default = false];
boolean getSupportTimeout()
optional bool support_timeout = 7 [default = false];
boolean hasClientInfos()
optional .exec.user.RpcEndpointInfos client_infos = 8;
UserProtos.RpcEndpointInfos getClientInfos()
optional .exec.user.RpcEndpointInfos client_infos = 8;
UserProtos.RpcEndpointInfosOrBuilder getClientInfosOrBuilder()
optional .exec.user.RpcEndpointInfos client_infos = 8;
boolean hasSaslSupport()
optional .exec.user.SaslSupport sasl_support = 9;
UserProtos.SaslSupport getSaslSupport()
optional .exec.user.SaslSupport sasl_support = 9;
Copyright © 1970 The Apache Software Foundation. All rights reserved.