Interface LogicmoduleMessages.NewSessionRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicmoduleMessages.NewSessionRequest,LogicmoduleMessages.NewSessionRequest.Builder
- Enclosing class:
- LogicmoduleMessages
public static interface LogicmoduleMessages.NewSessionRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAccountID()string accountID = 1;com.google.protobuf.ByteStringgetAccountIDBytes()string accountID = 1;StringgetContractIDs(int index)repeated string contractIDs = 3;com.google.protobuf.ByteStringgetContractIDsBytes(int index)repeated string contractIDs = 3;intgetContractIDsCount()repeated string contractIDs = 3;List<String>getContractIDsList()repeated string contractIDs = 3;CommonMessages.CredentialgetCredential().dataclay.communication.grpc.common.Credential credential = 2;CommonMessages.CredentialOrBuildergetCredentialOrBuilder().dataclay.communication.grpc.common.Credential credential = 2;StringgetDataSetIDs(int index)repeated string dataSetIDs = 4;com.google.protobuf.ByteStringgetDataSetIDsBytes(int index)repeated string dataSetIDs = 4;intgetDataSetIDsCount()repeated string dataSetIDs = 4;List<String>getDataSetIDsList()repeated string dataSetIDs = 4;CommonMessages.LangsgetSessionLang().dataclay.communication.grpc.common.Langs sessionLang = 6;intgetSessionLangValue().dataclay.communication.grpc.common.Langs sessionLang = 6;StringgetStoreDataSet()string storeDataSet = 5;com.google.protobuf.ByteStringgetStoreDataSetBytes()string storeDataSet = 5;booleanhasCredential().dataclay.communication.grpc.common.Credential credential = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAccountID
String getAccountID()
string accountID = 1;- Returns:
- The accountID.
-
getAccountIDBytes
com.google.protobuf.ByteString getAccountIDBytes()
string accountID = 1;- Returns:
- The bytes for accountID.
-
hasCredential
boolean hasCredential()
.dataclay.communication.grpc.common.Credential credential = 2;- Returns:
- Whether the credential field is set.
-
getCredential
CommonMessages.Credential getCredential()
.dataclay.communication.grpc.common.Credential credential = 2;- Returns:
- The credential.
-
getCredentialOrBuilder
CommonMessages.CredentialOrBuilder getCredentialOrBuilder()
.dataclay.communication.grpc.common.Credential credential = 2;
-
getContractIDsList
List<String> getContractIDsList()
repeated string contractIDs = 3;- Returns:
- A list containing the contractIDs.
-
getContractIDsCount
int getContractIDsCount()
repeated string contractIDs = 3;- Returns:
- The count of contractIDs.
-
getContractIDs
String getContractIDs(int index)
repeated string contractIDs = 3;- Parameters:
index- The index of the element to return.- Returns:
- The contractIDs at the given index.
-
getContractIDsBytes
com.google.protobuf.ByteString getContractIDsBytes(int index)
repeated string contractIDs = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the contractIDs at the given index.
-
getDataSetIDsList
List<String> getDataSetIDsList()
repeated string dataSetIDs = 4;- Returns:
- A list containing the dataSetIDs.
-
getDataSetIDsCount
int getDataSetIDsCount()
repeated string dataSetIDs = 4;- Returns:
- The count of dataSetIDs.
-
getDataSetIDs
String getDataSetIDs(int index)
repeated string dataSetIDs = 4;- Parameters:
index- The index of the element to return.- Returns:
- The dataSetIDs at the given index.
-
getDataSetIDsBytes
com.google.protobuf.ByteString getDataSetIDsBytes(int index)
repeated string dataSetIDs = 4;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the dataSetIDs at the given index.
-
getStoreDataSet
String getStoreDataSet()
string storeDataSet = 5;- Returns:
- The storeDataSet.
-
getStoreDataSetBytes
com.google.protobuf.ByteString getStoreDataSetBytes()
string storeDataSet = 5;- Returns:
- The bytes for storeDataSet.
-
getSessionLangValue
int getSessionLangValue()
.dataclay.communication.grpc.common.Langs sessionLang = 6;- Returns:
- The enum numeric value on the wire for sessionLang.
-
getSessionLang
CommonMessages.Langs getSessionLang()
.dataclay.communication.grpc.common.Langs sessionLang = 6;- Returns:
- The sessionLang.
-
-