Interface DataserviceMessages.GetReferencedObjectIDsResponseOrBuilder

    • Method Detail

      • getObjectIDsList

        List<CommonMessages.ObjectID> getObjectIDsList()
        repeated .dataclay.communication.grpc.common.ObjectID objectIDs = 1;
      • getObjectIDs

        CommonMessages.ObjectID getObjectIDs​(int index)
        repeated .dataclay.communication.grpc.common.ObjectID objectIDs = 1;
      • getObjectIDsCount

        int getObjectIDsCount()
        repeated .dataclay.communication.grpc.common.ObjectID objectIDs = 1;
      • getObjectIDsOrBuilder

        CommonMessages.ObjectIDOrBuilder getObjectIDsOrBuilder​(int index)
        repeated .dataclay.communication.grpc.common.ObjectID objectIDs = 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.