Interface LogicmoduleMessages.GetInfoOfSessionForDSResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicmoduleMessages.GetInfoOfSessionForDSResponse
,LogicmoduleMessages.GetInfoOfSessionForDSResponse.Builder
- Enclosing class:
- LogicmoduleMessages
public static interface LogicmoduleMessages.GetInfoOfSessionForDSResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDataSetID()
string dataSetID = 1;
com.google.protobuf.ByteString
getDataSetIDBytes()
string dataSetID = 1;
String
getDataSetIDs(int index)
repeated string dataSetIDs = 3;
com.google.protobuf.ByteString
getDataSetIDsBytes(int index)
repeated string dataSetIDs = 3;
int
getDataSetIDsCount()
repeated string dataSetIDs = 3;
List<String>
getDataSetIDsList()
repeated string dataSetIDs = 3;
long
getDate()
int64 date = 2;
CommonMessages.ExceptionInfo
getExcInfo()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 4;
CommonMessages.ExceptionInfoOrBuilder
getExcInfoOrBuilder()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 4;
boolean
hasExcInfo()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 4;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDataSetID
String getDataSetID()
string dataSetID = 1;
- Returns:
- The dataSetID.
-
getDataSetIDBytes
com.google.protobuf.ByteString getDataSetIDBytes()
string dataSetID = 1;
- Returns:
- The bytes for dataSetID.
-
getDate
long getDate()
int64 date = 2;
- Returns:
- The date.
-
getDataSetIDsList
List<String> getDataSetIDsList()
repeated string dataSetIDs = 3;
- Returns:
- A list containing the dataSetIDs.
-
getDataSetIDsCount
int getDataSetIDsCount()
repeated string dataSetIDs = 3;
- Returns:
- The count of dataSetIDs.
-
getDataSetIDs
String getDataSetIDs(int index)
repeated string dataSetIDs = 3;
- 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 = 3;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the dataSetIDs at the given index.
-
hasExcInfo
boolean hasExcInfo()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 4;
- Returns:
- Whether the excInfo field is set.
-
getExcInfo
CommonMessages.ExceptionInfo getExcInfo()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 4;
- Returns:
- The excInfo.
-
getExcInfoOrBuilder
CommonMessages.ExceptionInfoOrBuilder getExcInfoOrBuilder()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 4;
-
-