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 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;
List<String>
getContractIDsList()
repeated string contractIDs = 3;
CommonMessages.Credential
getCredential()
.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;
List<String>
getDataSetIDsList()
repeated string dataSetIDs = 4;
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;
-
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.
-
-