public static final class UserProtos.BitToUserHandshake.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.BitToUserHandshake.Builder> implements UserProtos.BitToUserHandshakeOrBuilder
exec.user.BitToUserHandshake| Modifier and Type | Method and Description |
|---|---|
UserProtos.BitToUserHandshake.Builder |
addAllAuthenticationMechanisms(Iterable<String> values)
repeated string authenticationMechanisms = 7; |
UserProtos.BitToUserHandshake.Builder |
addAllSupportedMethods(Iterable<? extends UserProtos.RpcType> values)
repeated .exec.user.RpcType supported_methods = 8; |
UserProtos.BitToUserHandshake.Builder |
addAuthenticationMechanisms(String value)
repeated string authenticationMechanisms = 7; |
UserProtos.BitToUserHandshake.Builder |
addAuthenticationMechanismsBytes(com.google.protobuf.ByteString value)
repeated string authenticationMechanisms = 7; |
UserProtos.BitToUserHandshake.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UserProtos.BitToUserHandshake.Builder |
addSupportedMethods(UserProtos.RpcType value)
repeated .exec.user.RpcType supported_methods = 8; |
UserProtos.BitToUserHandshake |
build() |
UserProtos.BitToUserHandshake |
buildPartial() |
UserProtos.BitToUserHandshake.Builder |
clear() |
UserProtos.BitToUserHandshake.Builder |
clearAuthenticationMechanisms()
repeated string authenticationMechanisms = 7; |
UserProtos.BitToUserHandshake.Builder |
clearEncrypted()
optional bool encrypted = 9; |
UserProtos.BitToUserHandshake.Builder |
clearErrorId()
optional string errorId = 4; |
UserProtos.BitToUserHandshake.Builder |
clearErrorMessage()
optional string errorMessage = 5; |
UserProtos.BitToUserHandshake.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
UserProtos.BitToUserHandshake.Builder |
clearMaxWrappedSize()
optional int32 maxWrappedSize = 10; |
UserProtos.BitToUserHandshake.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
UserProtos.BitToUserHandshake.Builder |
clearRpcVersion()
optional int32 rpc_version = 2; |
UserProtos.BitToUserHandshake.Builder |
clearServerInfos()
optional .exec.user.RpcEndpointInfos server_infos = 6; |
UserProtos.BitToUserHandshake.Builder |
clearStatus()
optional .exec.user.HandshakeStatus status = 3; |
UserProtos.BitToUserHandshake.Builder |
clearSupportedMethods()
repeated .exec.user.RpcType supported_methods = 8; |
UserProtos.BitToUserHandshake.Builder |
clone() |
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; |
com.google.protobuf.ProtocolStringList |
getAuthenticationMechanismsList()
repeated string authenticationMechanisms = 7; |
UserProtos.BitToUserHandshake |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.RpcEndpointInfos.Builder |
getServerInfosBuilder()
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; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
UserProtos.BitToUserHandshake.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
UserProtos.BitToUserHandshake.Builder |
mergeFrom(com.google.protobuf.Message other) |
UserProtos.BitToUserHandshake.Builder |
mergeFrom(UserProtos.BitToUserHandshake other) |
UserProtos.BitToUserHandshake.Builder |
mergeServerInfos(UserProtos.RpcEndpointInfos value)
optional .exec.user.RpcEndpointInfos server_infos = 6; |
UserProtos.BitToUserHandshake.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
UserProtos.BitToUserHandshake.Builder |
setAuthenticationMechanisms(int index,
String value)
repeated string authenticationMechanisms = 7; |
UserProtos.BitToUserHandshake.Builder |
setEncrypted(boolean value)
optional bool encrypted = 9; |
UserProtos.BitToUserHandshake.Builder |
setErrorId(String value)
optional string errorId = 4; |
UserProtos.BitToUserHandshake.Builder |
setErrorIdBytes(com.google.protobuf.ByteString value)
optional string errorId = 4; |
UserProtos.BitToUserHandshake.Builder |
setErrorMessage(String value)
optional string errorMessage = 5; |
UserProtos.BitToUserHandshake.Builder |
setErrorMessageBytes(com.google.protobuf.ByteString value)
optional string errorMessage = 5; |
UserProtos.BitToUserHandshake.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UserProtos.BitToUserHandshake.Builder |
setMaxWrappedSize(int value)
optional int32 maxWrappedSize = 10; |
UserProtos.BitToUserHandshake.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
UserProtos.BitToUserHandshake.Builder |
setRpcVersion(int value)
optional int32 rpc_version = 2; |
UserProtos.BitToUserHandshake.Builder |
setServerInfos(UserProtos.RpcEndpointInfos.Builder builderForValue)
optional .exec.user.RpcEndpointInfos server_infos = 6; |
UserProtos.BitToUserHandshake.Builder |
setServerInfos(UserProtos.RpcEndpointInfos value)
optional .exec.user.RpcEndpointInfos server_infos = 6; |
UserProtos.BitToUserHandshake.Builder |
setStatus(UserProtos.HandshakeStatus value)
optional .exec.user.HandshakeStatus status = 3; |
UserProtos.BitToUserHandshake.Builder |
setSupportedMethods(int index,
UserProtos.RpcType value)
repeated .exec.user.RpcType supported_methods = 8; |
UserProtos.BitToUserHandshake.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.BitToUserHandshake.Builder>public UserProtos.BitToUserHandshake.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.BitToUserHandshake.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.BitToUserHandshake.Builder>public UserProtos.BitToUserHandshake getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic UserProtos.BitToUserHandshake build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic UserProtos.BitToUserHandshake buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic UserProtos.BitToUserHandshake.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.BitToUserHandshake.Builder>public UserProtos.BitToUserHandshake.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.BitToUserHandshake.Builder>public UserProtos.BitToUserHandshake.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.BitToUserHandshake.Builder>public UserProtos.BitToUserHandshake.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.BitToUserHandshake.Builder>public UserProtos.BitToUserHandshake.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.BitToUserHandshake.Builder>public UserProtos.BitToUserHandshake.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.BitToUserHandshake.Builder>public UserProtos.BitToUserHandshake.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<UserProtos.BitToUserHandshake.Builder>public UserProtos.BitToUserHandshake.Builder mergeFrom(UserProtos.BitToUserHandshake other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.BitToUserHandshake.Builder>public UserProtos.BitToUserHandshake.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<UserProtos.BitToUserHandshake.Builder>IOExceptionpublic boolean hasRpcVersion()
optional int32 rpc_version = 2;hasRpcVersion in interface UserProtos.BitToUserHandshakeOrBuilderpublic int getRpcVersion()
optional int32 rpc_version = 2;getRpcVersion in interface UserProtos.BitToUserHandshakeOrBuilderpublic UserProtos.BitToUserHandshake.Builder setRpcVersion(int value)
optional int32 rpc_version = 2;value - The rpcVersion to set.public UserProtos.BitToUserHandshake.Builder clearRpcVersion()
optional int32 rpc_version = 2;public boolean hasStatus()
optional .exec.user.HandshakeStatus status = 3;hasStatus in interface UserProtos.BitToUserHandshakeOrBuilderpublic UserProtos.HandshakeStatus getStatus()
optional .exec.user.HandshakeStatus status = 3;getStatus in interface UserProtos.BitToUserHandshakeOrBuilderpublic UserProtos.BitToUserHandshake.Builder setStatus(UserProtos.HandshakeStatus value)
optional .exec.user.HandshakeStatus status = 3;value - The status to set.public UserProtos.BitToUserHandshake.Builder clearStatus()
optional .exec.user.HandshakeStatus status = 3;public boolean hasErrorId()
optional string errorId = 4;hasErrorId in interface UserProtos.BitToUserHandshakeOrBuilderpublic String getErrorId()
optional string errorId = 4;getErrorId in interface UserProtos.BitToUserHandshakeOrBuilderpublic com.google.protobuf.ByteString getErrorIdBytes()
optional string errorId = 4;getErrorIdBytes in interface UserProtos.BitToUserHandshakeOrBuilderpublic UserProtos.BitToUserHandshake.Builder setErrorId(String value)
optional string errorId = 4;value - The errorId to set.public UserProtos.BitToUserHandshake.Builder clearErrorId()
optional string errorId = 4;public UserProtos.BitToUserHandshake.Builder setErrorIdBytes(com.google.protobuf.ByteString value)
optional string errorId = 4;value - The bytes for errorId to set.public boolean hasErrorMessage()
optional string errorMessage = 5;hasErrorMessage in interface UserProtos.BitToUserHandshakeOrBuilderpublic String getErrorMessage()
optional string errorMessage = 5;getErrorMessage in interface UserProtos.BitToUserHandshakeOrBuilderpublic com.google.protobuf.ByteString getErrorMessageBytes()
optional string errorMessage = 5;getErrorMessageBytes in interface UserProtos.BitToUserHandshakeOrBuilderpublic UserProtos.BitToUserHandshake.Builder setErrorMessage(String value)
optional string errorMessage = 5;value - The errorMessage to set.public UserProtos.BitToUserHandshake.Builder clearErrorMessage()
optional string errorMessage = 5;public UserProtos.BitToUserHandshake.Builder setErrorMessageBytes(com.google.protobuf.ByteString value)
optional string errorMessage = 5;value - The bytes for errorMessage to set.public boolean hasServerInfos()
optional .exec.user.RpcEndpointInfos server_infos = 6;hasServerInfos in interface UserProtos.BitToUserHandshakeOrBuilderpublic UserProtos.RpcEndpointInfos getServerInfos()
optional .exec.user.RpcEndpointInfos server_infos = 6;getServerInfos in interface UserProtos.BitToUserHandshakeOrBuilderpublic UserProtos.BitToUserHandshake.Builder setServerInfos(UserProtos.RpcEndpointInfos value)
optional .exec.user.RpcEndpointInfos server_infos = 6;public UserProtos.BitToUserHandshake.Builder setServerInfos(UserProtos.RpcEndpointInfos.Builder builderForValue)
optional .exec.user.RpcEndpointInfos server_infos = 6;public UserProtos.BitToUserHandshake.Builder mergeServerInfos(UserProtos.RpcEndpointInfos value)
optional .exec.user.RpcEndpointInfos server_infos = 6;public UserProtos.BitToUserHandshake.Builder clearServerInfos()
optional .exec.user.RpcEndpointInfos server_infos = 6;public UserProtos.RpcEndpointInfos.Builder getServerInfosBuilder()
optional .exec.user.RpcEndpointInfos server_infos = 6;public UserProtos.RpcEndpointInfosOrBuilder getServerInfosOrBuilder()
optional .exec.user.RpcEndpointInfos server_infos = 6;getServerInfosOrBuilder in interface UserProtos.BitToUserHandshakeOrBuilderpublic com.google.protobuf.ProtocolStringList getAuthenticationMechanismsList()
repeated string authenticationMechanisms = 7;getAuthenticationMechanismsList in interface UserProtos.BitToUserHandshakeOrBuilderpublic int getAuthenticationMechanismsCount()
repeated string authenticationMechanisms = 7;getAuthenticationMechanismsCount in interface UserProtos.BitToUserHandshakeOrBuilderpublic String getAuthenticationMechanisms(int index)
repeated string authenticationMechanisms = 7;getAuthenticationMechanisms in interface UserProtos.BitToUserHandshakeOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getAuthenticationMechanismsBytes(int index)
repeated string authenticationMechanisms = 7;getAuthenticationMechanismsBytes in interface UserProtos.BitToUserHandshakeOrBuilderindex - The index of the value to return.public UserProtos.BitToUserHandshake.Builder setAuthenticationMechanisms(int index, String value)
repeated string authenticationMechanisms = 7;index - The index to set the value at.value - The authenticationMechanisms to set.public UserProtos.BitToUserHandshake.Builder addAuthenticationMechanisms(String value)
repeated string authenticationMechanisms = 7;value - The authenticationMechanisms to add.public UserProtos.BitToUserHandshake.Builder addAllAuthenticationMechanisms(Iterable<String> values)
repeated string authenticationMechanisms = 7;values - The authenticationMechanisms to add.public UserProtos.BitToUserHandshake.Builder clearAuthenticationMechanisms()
repeated string authenticationMechanisms = 7;public UserProtos.BitToUserHandshake.Builder addAuthenticationMechanismsBytes(com.google.protobuf.ByteString value)
repeated string authenticationMechanisms = 7;value - The bytes of the authenticationMechanisms to add.public List<UserProtos.RpcType> getSupportedMethodsList()
repeated .exec.user.RpcType supported_methods = 8;getSupportedMethodsList in interface UserProtos.BitToUserHandshakeOrBuilderpublic int getSupportedMethodsCount()
repeated .exec.user.RpcType supported_methods = 8;getSupportedMethodsCount in interface UserProtos.BitToUserHandshakeOrBuilderpublic UserProtos.RpcType getSupportedMethods(int index)
repeated .exec.user.RpcType supported_methods = 8;getSupportedMethods in interface UserProtos.BitToUserHandshakeOrBuilderindex - The index of the element to return.public UserProtos.BitToUserHandshake.Builder setSupportedMethods(int index, UserProtos.RpcType value)
repeated .exec.user.RpcType supported_methods = 8;index - The index to set the value at.value - The supportedMethods to set.public UserProtos.BitToUserHandshake.Builder addSupportedMethods(UserProtos.RpcType value)
repeated .exec.user.RpcType supported_methods = 8;value - The supportedMethods to add.public UserProtos.BitToUserHandshake.Builder addAllSupportedMethods(Iterable<? extends UserProtos.RpcType> values)
repeated .exec.user.RpcType supported_methods = 8;values - The supportedMethods to add.public UserProtos.BitToUserHandshake.Builder clearSupportedMethods()
repeated .exec.user.RpcType supported_methods = 8;public boolean hasEncrypted()
optional bool encrypted = 9;hasEncrypted in interface UserProtos.BitToUserHandshakeOrBuilderpublic boolean getEncrypted()
optional bool encrypted = 9;getEncrypted in interface UserProtos.BitToUserHandshakeOrBuilderpublic UserProtos.BitToUserHandshake.Builder setEncrypted(boolean value)
optional bool encrypted = 9;value - The encrypted to set.public UserProtos.BitToUserHandshake.Builder clearEncrypted()
optional bool encrypted = 9;public boolean hasMaxWrappedSize()
optional int32 maxWrappedSize = 10;hasMaxWrappedSize in interface UserProtos.BitToUserHandshakeOrBuilderpublic int getMaxWrappedSize()
optional int32 maxWrappedSize = 10;getMaxWrappedSize in interface UserProtos.BitToUserHandshakeOrBuilderpublic UserProtos.BitToUserHandshake.Builder setMaxWrappedSize(int value)
optional int32 maxWrappedSize = 10;value - The maxWrappedSize to set.public UserProtos.BitToUserHandshake.Builder clearMaxWrappedSize()
optional int32 maxWrappedSize = 10;public final UserProtos.BitToUserHandshake.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.BitToUserHandshake.Builder>public final UserProtos.BitToUserHandshake.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.BitToUserHandshake.Builder>Copyright © 2021 The Apache Software Foundation. All rights reserved.