Class LogicmoduleMessages.NewSessionRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<LogicmoduleMessages.NewSessionRequest.Builder>
-
- es.bsc.dataclay.communication.grpc.messages.logicmodule.LogicmoduleMessages.NewSessionRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,LogicmoduleMessages.NewSessionRequestOrBuilder
,Cloneable
- Enclosing class:
- LogicmoduleMessages.NewSessionRequest
public static final class LogicmoduleMessages.NewSessionRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<LogicmoduleMessages.NewSessionRequest.Builder> implements LogicmoduleMessages.NewSessionRequestOrBuilder
Protobuf typedataclay.communication.grpc.logicmodule.NewSessionRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LogicmoduleMessages.NewSessionRequest.Builder
addAllContractIDs(Iterable<String> values)
repeated string contractIDs = 3;
LogicmoduleMessages.NewSessionRequest.Builder
addAllDataSetIDs(Iterable<String> values)
repeated string dataSetIDs = 4;
LogicmoduleMessages.NewSessionRequest.Builder
addContractIDs(String value)
repeated string contractIDs = 3;
LogicmoduleMessages.NewSessionRequest.Builder
addContractIDsBytes(com.google.protobuf.ByteString value)
repeated string contractIDs = 3;
LogicmoduleMessages.NewSessionRequest.Builder
addDataSetIDs(String value)
repeated string dataSetIDs = 4;
LogicmoduleMessages.NewSessionRequest.Builder
addDataSetIDsBytes(com.google.protobuf.ByteString value)
repeated string dataSetIDs = 4;
LogicmoduleMessages.NewSessionRequest.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
LogicmoduleMessages.NewSessionRequest
build()
LogicmoduleMessages.NewSessionRequest
buildPartial()
LogicmoduleMessages.NewSessionRequest.Builder
clear()
LogicmoduleMessages.NewSessionRequest.Builder
clearAccountID()
string accountID = 1;
LogicmoduleMessages.NewSessionRequest.Builder
clearContractIDs()
repeated string contractIDs = 3;
LogicmoduleMessages.NewSessionRequest.Builder
clearCredential()
.dataclay.communication.grpc.common.Credential credential = 2;
LogicmoduleMessages.NewSessionRequest.Builder
clearDataSetIDs()
repeated string dataSetIDs = 4;
LogicmoduleMessages.NewSessionRequest.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
LogicmoduleMessages.NewSessionRequest.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
LogicmoduleMessages.NewSessionRequest.Builder
clearSessionLang()
.dataclay.communication.grpc.common.Langs sessionLang = 6;
LogicmoduleMessages.NewSessionRequest.Builder
clearStoreDataSet()
string storeDataSet = 5;
LogicmoduleMessages.NewSessionRequest.Builder
clone()
String
getAccountID()
string accountID = 1;
com.google.protobuf.ByteString
getAccountIDBytes()
string accountID = 1;
String
getContractIDs(int index)
repeated string contractIDs = 3;
com.google.protobuf.ByteString
getContractIDsBytes(int index)
repeated string contractIDs = 3;
int
getContractIDsCount()
repeated string contractIDs = 3;
com.google.protobuf.ProtocolStringList
getContractIDsList()
repeated string contractIDs = 3;
CommonMessages.Credential
getCredential()
.dataclay.communication.grpc.common.Credential credential = 2;
CommonMessages.Credential.Builder
getCredentialBuilder()
.dataclay.communication.grpc.common.Credential credential = 2;
CommonMessages.CredentialOrBuilder
getCredentialOrBuilder()
.dataclay.communication.grpc.common.Credential credential = 2;
String
getDataSetIDs(int index)
repeated string dataSetIDs = 4;
com.google.protobuf.ByteString
getDataSetIDsBytes(int index)
repeated string dataSetIDs = 4;
int
getDataSetIDsCount()
repeated string dataSetIDs = 4;
com.google.protobuf.ProtocolStringList
getDataSetIDsList()
repeated string dataSetIDs = 4;
LogicmoduleMessages.NewSessionRequest
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
CommonMessages.Langs
getSessionLang()
.dataclay.communication.grpc.common.Langs sessionLang = 6;
int
getSessionLangValue()
.dataclay.communication.grpc.common.Langs sessionLang = 6;
String
getStoreDataSet()
string storeDataSet = 5;
com.google.protobuf.ByteString
getStoreDataSetBytes()
string storeDataSet = 5;
boolean
hasCredential()
.dataclay.communication.grpc.common.Credential credential = 2;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
LogicmoduleMessages.NewSessionRequest.Builder
mergeCredential(CommonMessages.Credential value)
.dataclay.communication.grpc.common.Credential credential = 2;
LogicmoduleMessages.NewSessionRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
LogicmoduleMessages.NewSessionRequest.Builder
mergeFrom(com.google.protobuf.Message other)
LogicmoduleMessages.NewSessionRequest.Builder
mergeFrom(LogicmoduleMessages.NewSessionRequest other)
LogicmoduleMessages.NewSessionRequest.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
LogicmoduleMessages.NewSessionRequest.Builder
setAccountID(String value)
string accountID = 1;
LogicmoduleMessages.NewSessionRequest.Builder
setAccountIDBytes(com.google.protobuf.ByteString value)
string accountID = 1;
LogicmoduleMessages.NewSessionRequest.Builder
setContractIDs(int index, String value)
repeated string contractIDs = 3;
LogicmoduleMessages.NewSessionRequest.Builder
setCredential(CommonMessages.Credential value)
.dataclay.communication.grpc.common.Credential credential = 2;
LogicmoduleMessages.NewSessionRequest.Builder
setCredential(CommonMessages.Credential.Builder builderForValue)
.dataclay.communication.grpc.common.Credential credential = 2;
LogicmoduleMessages.NewSessionRequest.Builder
setDataSetIDs(int index, String value)
repeated string dataSetIDs = 4;
LogicmoduleMessages.NewSessionRequest.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
LogicmoduleMessages.NewSessionRequest.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
LogicmoduleMessages.NewSessionRequest.Builder
setSessionLang(CommonMessages.Langs value)
.dataclay.communication.grpc.common.Langs sessionLang = 6;
LogicmoduleMessages.NewSessionRequest.Builder
setSessionLangValue(int value)
.dataclay.communication.grpc.common.Langs sessionLang = 6;
LogicmoduleMessages.NewSessionRequest.Builder
setStoreDataSet(String value)
string storeDataSet = 5;
LogicmoduleMessages.NewSessionRequest.Builder
setStoreDataSetBytes(com.google.protobuf.ByteString value)
string storeDataSet = 5;
LogicmoduleMessages.NewSessionRequest.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<LogicmoduleMessages.NewSessionRequest.Builder>
-
clear
public LogicmoduleMessages.NewSessionRequest.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<LogicmoduleMessages.NewSessionRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<LogicmoduleMessages.NewSessionRequest.Builder>
-
getDefaultInstanceForType
public LogicmoduleMessages.NewSessionRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public LogicmoduleMessages.NewSessionRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public LogicmoduleMessages.NewSessionRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public LogicmoduleMessages.NewSessionRequest.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<LogicmoduleMessages.NewSessionRequest.Builder>
-
setField
public LogicmoduleMessages.NewSessionRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<LogicmoduleMessages.NewSessionRequest.Builder>
-
clearField
public LogicmoduleMessages.NewSessionRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<LogicmoduleMessages.NewSessionRequest.Builder>
-
clearOneof
public LogicmoduleMessages.NewSessionRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<LogicmoduleMessages.NewSessionRequest.Builder>
-
setRepeatedField
public LogicmoduleMessages.NewSessionRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<LogicmoduleMessages.NewSessionRequest.Builder>
-
addRepeatedField
public LogicmoduleMessages.NewSessionRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<LogicmoduleMessages.NewSessionRequest.Builder>
-
mergeFrom
public LogicmoduleMessages.NewSessionRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<LogicmoduleMessages.NewSessionRequest.Builder>
-
mergeFrom
public LogicmoduleMessages.NewSessionRequest.Builder mergeFrom(LogicmoduleMessages.NewSessionRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<LogicmoduleMessages.NewSessionRequest.Builder>
-
mergeFrom
public LogicmoduleMessages.NewSessionRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<LogicmoduleMessages.NewSessionRequest.Builder>
- Throws:
IOException
-
getAccountID
public String getAccountID()
string accountID = 1;
- Specified by:
getAccountID
in interfaceLogicmoduleMessages.NewSessionRequestOrBuilder
- Returns:
- The accountID.
-
getAccountIDBytes
public com.google.protobuf.ByteString getAccountIDBytes()
string accountID = 1;
- Specified by:
getAccountIDBytes
in interfaceLogicmoduleMessages.NewSessionRequestOrBuilder
- Returns:
- The bytes for accountID.
-
setAccountID
public LogicmoduleMessages.NewSessionRequest.Builder setAccountID(String value)
string accountID = 1;
- Parameters:
value
- The accountID to set.- Returns:
- This builder for chaining.
-
clearAccountID
public LogicmoduleMessages.NewSessionRequest.Builder clearAccountID()
string accountID = 1;
- Returns:
- This builder for chaining.
-
setAccountIDBytes
public LogicmoduleMessages.NewSessionRequest.Builder setAccountIDBytes(com.google.protobuf.ByteString value)
string accountID = 1;
- Parameters:
value
- The bytes for accountID to set.- Returns:
- This builder for chaining.
-
hasCredential
public boolean hasCredential()
.dataclay.communication.grpc.common.Credential credential = 2;
- Specified by:
hasCredential
in interfaceLogicmoduleMessages.NewSessionRequestOrBuilder
- Returns:
- Whether the credential field is set.
-
getCredential
public CommonMessages.Credential getCredential()
.dataclay.communication.grpc.common.Credential credential = 2;
- Specified by:
getCredential
in interfaceLogicmoduleMessages.NewSessionRequestOrBuilder
- Returns:
- The credential.
-
setCredential
public LogicmoduleMessages.NewSessionRequest.Builder setCredential(CommonMessages.Credential value)
.dataclay.communication.grpc.common.Credential credential = 2;
-
setCredential
public LogicmoduleMessages.NewSessionRequest.Builder setCredential(CommonMessages.Credential.Builder builderForValue)
.dataclay.communication.grpc.common.Credential credential = 2;
-
mergeCredential
public LogicmoduleMessages.NewSessionRequest.Builder mergeCredential(CommonMessages.Credential value)
.dataclay.communication.grpc.common.Credential credential = 2;
-
clearCredential
public LogicmoduleMessages.NewSessionRequest.Builder clearCredential()
.dataclay.communication.grpc.common.Credential credential = 2;
-
getCredentialBuilder
public CommonMessages.Credential.Builder getCredentialBuilder()
.dataclay.communication.grpc.common.Credential credential = 2;
-
getCredentialOrBuilder
public CommonMessages.CredentialOrBuilder getCredentialOrBuilder()
.dataclay.communication.grpc.common.Credential credential = 2;
- Specified by:
getCredentialOrBuilder
in interfaceLogicmoduleMessages.NewSessionRequestOrBuilder
-
getContractIDsList
public com.google.protobuf.ProtocolStringList getContractIDsList()
repeated string contractIDs = 3;
- Specified by:
getContractIDsList
in interfaceLogicmoduleMessages.NewSessionRequestOrBuilder
- Returns:
- A list containing the contractIDs.
-
getContractIDsCount
public int getContractIDsCount()
repeated string contractIDs = 3;
- Specified by:
getContractIDsCount
in interfaceLogicmoduleMessages.NewSessionRequestOrBuilder
- Returns:
- The count of contractIDs.
-
getContractIDs
public String getContractIDs(int index)
repeated string contractIDs = 3;
- Specified by:
getContractIDs
in interfaceLogicmoduleMessages.NewSessionRequestOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The contractIDs at the given index.
-
getContractIDsBytes
public com.google.protobuf.ByteString getContractIDsBytes(int index)
repeated string contractIDs = 3;
- Specified by:
getContractIDsBytes
in interfaceLogicmoduleMessages.NewSessionRequestOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the contractIDs at the given index.
-
setContractIDs
public LogicmoduleMessages.NewSessionRequest.Builder setContractIDs(int index, String value)
repeated string contractIDs = 3;
- Parameters:
index
- The index to set the value at.value
- The contractIDs to set.- Returns:
- This builder for chaining.
-
addContractIDs
public LogicmoduleMessages.NewSessionRequest.Builder addContractIDs(String value)
repeated string contractIDs = 3;
- Parameters:
value
- The contractIDs to add.- Returns:
- This builder for chaining.
-
addAllContractIDs
public LogicmoduleMessages.NewSessionRequest.Builder addAllContractIDs(Iterable<String> values)
repeated string contractIDs = 3;
- Parameters:
values
- The contractIDs to add.- Returns:
- This builder for chaining.
-
clearContractIDs
public LogicmoduleMessages.NewSessionRequest.Builder clearContractIDs()
repeated string contractIDs = 3;
- Returns:
- This builder for chaining.
-
addContractIDsBytes
public LogicmoduleMessages.NewSessionRequest.Builder addContractIDsBytes(com.google.protobuf.ByteString value)
repeated string contractIDs = 3;
- Parameters:
value
- The bytes of the contractIDs to add.- Returns:
- This builder for chaining.
-
getDataSetIDsList
public com.google.protobuf.ProtocolStringList getDataSetIDsList()
repeated string dataSetIDs = 4;
- Specified by:
getDataSetIDsList
in interfaceLogicmoduleMessages.NewSessionRequestOrBuilder
- Returns:
- A list containing the dataSetIDs.
-
getDataSetIDsCount
public int getDataSetIDsCount()
repeated string dataSetIDs = 4;
- Specified by:
getDataSetIDsCount
in interfaceLogicmoduleMessages.NewSessionRequestOrBuilder
- Returns:
- The count of dataSetIDs.
-
getDataSetIDs
public String getDataSetIDs(int index)
repeated string dataSetIDs = 4;
- Specified by:
getDataSetIDs
in interfaceLogicmoduleMessages.NewSessionRequestOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The dataSetIDs at the given index.
-
getDataSetIDsBytes
public com.google.protobuf.ByteString getDataSetIDsBytes(int index)
repeated string dataSetIDs = 4;
- Specified by:
getDataSetIDsBytes
in interfaceLogicmoduleMessages.NewSessionRequestOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the dataSetIDs at the given index.
-
setDataSetIDs
public LogicmoduleMessages.NewSessionRequest.Builder setDataSetIDs(int index, String value)
repeated string dataSetIDs = 4;
- Parameters:
index
- The index to set the value at.value
- The dataSetIDs to set.- Returns:
- This builder for chaining.
-
addDataSetIDs
public LogicmoduleMessages.NewSessionRequest.Builder addDataSetIDs(String value)
repeated string dataSetIDs = 4;
- Parameters:
value
- The dataSetIDs to add.- Returns:
- This builder for chaining.
-
addAllDataSetIDs
public LogicmoduleMessages.NewSessionRequest.Builder addAllDataSetIDs(Iterable<String> values)
repeated string dataSetIDs = 4;
- Parameters:
values
- The dataSetIDs to add.- Returns:
- This builder for chaining.
-
clearDataSetIDs
public LogicmoduleMessages.NewSessionRequest.Builder clearDataSetIDs()
repeated string dataSetIDs = 4;
- Returns:
- This builder for chaining.
-
addDataSetIDsBytes
public LogicmoduleMessages.NewSessionRequest.Builder addDataSetIDsBytes(com.google.protobuf.ByteString value)
repeated string dataSetIDs = 4;
- Parameters:
value
- The bytes of the dataSetIDs to add.- Returns:
- This builder for chaining.
-
getStoreDataSet
public String getStoreDataSet()
string storeDataSet = 5;
- Specified by:
getStoreDataSet
in interfaceLogicmoduleMessages.NewSessionRequestOrBuilder
- Returns:
- The storeDataSet.
-
getStoreDataSetBytes
public com.google.protobuf.ByteString getStoreDataSetBytes()
string storeDataSet = 5;
- Specified by:
getStoreDataSetBytes
in interfaceLogicmoduleMessages.NewSessionRequestOrBuilder
- Returns:
- The bytes for storeDataSet.
-
setStoreDataSet
public LogicmoduleMessages.NewSessionRequest.Builder setStoreDataSet(String value)
string storeDataSet = 5;
- Parameters:
value
- The storeDataSet to set.- Returns:
- This builder for chaining.
-
clearStoreDataSet
public LogicmoduleMessages.NewSessionRequest.Builder clearStoreDataSet()
string storeDataSet = 5;
- Returns:
- This builder for chaining.
-
setStoreDataSetBytes
public LogicmoduleMessages.NewSessionRequest.Builder setStoreDataSetBytes(com.google.protobuf.ByteString value)
string storeDataSet = 5;
- Parameters:
value
- The bytes for storeDataSet to set.- Returns:
- This builder for chaining.
-
getSessionLangValue
public int getSessionLangValue()
.dataclay.communication.grpc.common.Langs sessionLang = 6;
- Specified by:
getSessionLangValue
in interfaceLogicmoduleMessages.NewSessionRequestOrBuilder
- Returns:
- The enum numeric value on the wire for sessionLang.
-
setSessionLangValue
public LogicmoduleMessages.NewSessionRequest.Builder setSessionLangValue(int value)
.dataclay.communication.grpc.common.Langs sessionLang = 6;
- Parameters:
value
- The enum numeric value on the wire for sessionLang to set.- Returns:
- This builder for chaining.
-
getSessionLang
public CommonMessages.Langs getSessionLang()
.dataclay.communication.grpc.common.Langs sessionLang = 6;
- Specified by:
getSessionLang
in interfaceLogicmoduleMessages.NewSessionRequestOrBuilder
- Returns:
- The sessionLang.
-
setSessionLang
public LogicmoduleMessages.NewSessionRequest.Builder setSessionLang(CommonMessages.Langs value)
.dataclay.communication.grpc.common.Langs sessionLang = 6;
- Parameters:
value
- The sessionLang to set.- Returns:
- This builder for chaining.
-
clearSessionLang
public LogicmoduleMessages.NewSessionRequest.Builder clearSessionLang()
.dataclay.communication.grpc.common.Langs sessionLang = 6;
- Returns:
- This builder for chaining.
-
setUnknownFields
public final LogicmoduleMessages.NewSessionRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<LogicmoduleMessages.NewSessionRequest.Builder>
-
mergeUnknownFields
public final LogicmoduleMessages.NewSessionRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<LogicmoduleMessages.NewSessionRequest.Builder>
-
-