Interface DataserviceMessages.GetObjectsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataserviceMessages.GetObjectsResponse
,DataserviceMessages.GetObjectsResponse.Builder
- Enclosing class:
- DataserviceMessages
public static interface DataserviceMessages.GetObjectsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommonMessages.ExceptionInfo
getExcInfo()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 2;
CommonMessages.ExceptionInfoOrBuilder
getExcInfoOrBuilder()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 2;
CommonMessages.ObjectWithDataParamOrReturn
getObjects(int index)
repeated .dataclay.communication.grpc.common.ObjectWithDataParamOrReturn objects = 1;
int
getObjectsCount()
repeated .dataclay.communication.grpc.common.ObjectWithDataParamOrReturn objects = 1;
List<CommonMessages.ObjectWithDataParamOrReturn>
getObjectsList()
repeated .dataclay.communication.grpc.common.ObjectWithDataParamOrReturn objects = 1;
CommonMessages.ObjectWithDataParamOrReturnOrBuilder
getObjectsOrBuilder(int index)
repeated .dataclay.communication.grpc.common.ObjectWithDataParamOrReturn objects = 1;
List<? extends CommonMessages.ObjectWithDataParamOrReturnOrBuilder>
getObjectsOrBuilderList()
repeated .dataclay.communication.grpc.common.ObjectWithDataParamOrReturn objects = 1;
boolean
hasExcInfo()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getObjectsList
List<CommonMessages.ObjectWithDataParamOrReturn> getObjectsList()
repeated .dataclay.communication.grpc.common.ObjectWithDataParamOrReturn objects = 1;
-
getObjects
CommonMessages.ObjectWithDataParamOrReturn getObjects(int index)
repeated .dataclay.communication.grpc.common.ObjectWithDataParamOrReturn objects = 1;
-
getObjectsCount
int getObjectsCount()
repeated .dataclay.communication.grpc.common.ObjectWithDataParamOrReturn objects = 1;
-
getObjectsOrBuilderList
List<? extends CommonMessages.ObjectWithDataParamOrReturnOrBuilder> getObjectsOrBuilderList()
repeated .dataclay.communication.grpc.common.ObjectWithDataParamOrReturn objects = 1;
-
getObjectsOrBuilder
CommonMessages.ObjectWithDataParamOrReturnOrBuilder getObjectsOrBuilder(int index)
repeated .dataclay.communication.grpc.common.ObjectWithDataParamOrReturn objects = 1;
-
hasExcInfo
boolean hasExcInfo()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 2;
- Returns:
- Whether the excInfo field is set.
-
getExcInfo
CommonMessages.ExceptionInfo getExcInfo()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 2;
- Returns:
- The excInfo.
-
getExcInfoOrBuilder
CommonMessages.ExceptionInfoOrBuilder getExcInfoOrBuilder()
.dataclay.communication.grpc.common.ExceptionInfo excInfo = 2;
-
-