DataServiceBase constructor

DataServiceBase()

Implementation

DataServiceBase() {
  $addMethod($grpc.ServiceMethod<$3.TabularDataByFilterRequest, $3.TabularDataByFilterResponse>(
      'TabularDataByFilter',
      tabularDataByFilter_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.TabularDataByFilterRequest.fromBuffer(value),
      ($3.TabularDataByFilterResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.TabularDataBySQLRequest, $3.TabularDataBySQLResponse>(
      'TabularDataBySQL',
      tabularDataBySQL_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.TabularDataBySQLRequest.fromBuffer(value),
      ($3.TabularDataBySQLResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.TabularDataByMQLRequest, $3.TabularDataByMQLResponse>(
      'TabularDataByMQL',
      tabularDataByMQL_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.TabularDataByMQLRequest.fromBuffer(value),
      ($3.TabularDataByMQLResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.ExportTabularDataRequest, $3.ExportTabularDataResponse>(
      'ExportTabularData',
      exportTabularData_Pre,
      false,
      true,
      ($core.List<$core.int> value) => $3.ExportTabularDataRequest.fromBuffer(value),
      ($3.ExportTabularDataResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.GetLatestTabularDataRequest, $3.GetLatestTabularDataResponse>(
      'GetLatestTabularData',
      getLatestTabularData_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.GetLatestTabularDataRequest.fromBuffer(value),
      ($3.GetLatestTabularDataResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.BinaryDataByFilterRequest, $3.BinaryDataByFilterResponse>(
      'BinaryDataByFilter',
      binaryDataByFilter_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.BinaryDataByFilterRequest.fromBuffer(value),
      ($3.BinaryDataByFilterResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.BinaryDataByIDsRequest, $3.BinaryDataByIDsResponse>(
      'BinaryDataByIDs',
      binaryDataByIDs_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.BinaryDataByIDsRequest.fromBuffer(value),
      ($3.BinaryDataByIDsResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.DeleteTabularDataRequest, $3.DeleteTabularDataResponse>(
      'DeleteTabularData',
      deleteTabularData_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.DeleteTabularDataRequest.fromBuffer(value),
      ($3.DeleteTabularDataResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.DeleteBinaryDataByFilterRequest, $3.DeleteBinaryDataByFilterResponse>(
      'DeleteBinaryDataByFilter',
      deleteBinaryDataByFilter_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.DeleteBinaryDataByFilterRequest.fromBuffer(value),
      ($3.DeleteBinaryDataByFilterResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.DeleteBinaryDataByIDsRequest, $3.DeleteBinaryDataByIDsResponse>(
      'DeleteBinaryDataByIDs',
      deleteBinaryDataByIDs_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.DeleteBinaryDataByIDsRequest.fromBuffer(value),
      ($3.DeleteBinaryDataByIDsResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.AddTagsToBinaryDataByIDsRequest, $3.AddTagsToBinaryDataByIDsResponse>(
      'AddTagsToBinaryDataByIDs',
      addTagsToBinaryDataByIDs_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.AddTagsToBinaryDataByIDsRequest.fromBuffer(value),
      ($3.AddTagsToBinaryDataByIDsResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.AddTagsToBinaryDataByFilterRequest, $3.AddTagsToBinaryDataByFilterResponse>(
      'AddTagsToBinaryDataByFilter',
      addTagsToBinaryDataByFilter_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.AddTagsToBinaryDataByFilterRequest.fromBuffer(value),
      ($3.AddTagsToBinaryDataByFilterResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.RemoveTagsFromBinaryDataByIDsRequest, $3.RemoveTagsFromBinaryDataByIDsResponse>(
      'RemoveTagsFromBinaryDataByIDs',
      removeTagsFromBinaryDataByIDs_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.RemoveTagsFromBinaryDataByIDsRequest.fromBuffer(value),
      ($3.RemoveTagsFromBinaryDataByIDsResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.RemoveTagsFromBinaryDataByFilterRequest, $3.RemoveTagsFromBinaryDataByFilterResponse>(
      'RemoveTagsFromBinaryDataByFilter',
      removeTagsFromBinaryDataByFilter_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.RemoveTagsFromBinaryDataByFilterRequest.fromBuffer(value),
      ($3.RemoveTagsFromBinaryDataByFilterResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.TagsByFilterRequest, $3.TagsByFilterResponse>(
      'TagsByFilter',
      tagsByFilter_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.TagsByFilterRequest.fromBuffer(value),
      ($3.TagsByFilterResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.AddBoundingBoxToImageByIDRequest, $3.AddBoundingBoxToImageByIDResponse>(
      'AddBoundingBoxToImageByID',
      addBoundingBoxToImageByID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.AddBoundingBoxToImageByIDRequest.fromBuffer(value),
      ($3.AddBoundingBoxToImageByIDResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.RemoveBoundingBoxFromImageByIDRequest, $3.RemoveBoundingBoxFromImageByIDResponse>(
      'RemoveBoundingBoxFromImageByID',
      removeBoundingBoxFromImageByID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.RemoveBoundingBoxFromImageByIDRequest.fromBuffer(value),
      ($3.RemoveBoundingBoxFromImageByIDResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.BoundingBoxLabelsByFilterRequest, $3.BoundingBoxLabelsByFilterResponse>(
      'BoundingBoxLabelsByFilter',
      boundingBoxLabelsByFilter_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.BoundingBoxLabelsByFilterRequest.fromBuffer(value),
      ($3.BoundingBoxLabelsByFilterResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.UpdateBoundingBoxRequest, $3.UpdateBoundingBoxResponse>(
      'UpdateBoundingBox',
      updateBoundingBox_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.UpdateBoundingBoxRequest.fromBuffer(value),
      ($3.UpdateBoundingBoxResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.GetDatabaseConnectionRequest, $3.GetDatabaseConnectionResponse>(
      'GetDatabaseConnection',
      getDatabaseConnection_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.GetDatabaseConnectionRequest.fromBuffer(value),
      ($3.GetDatabaseConnectionResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.ConfigureDatabaseUserRequest, $3.ConfigureDatabaseUserResponse>(
      'ConfigureDatabaseUser',
      configureDatabaseUser_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.ConfigureDatabaseUserRequest.fromBuffer(value),
      ($3.ConfigureDatabaseUserResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.AddBinaryDataToDatasetByIDsRequest, $3.AddBinaryDataToDatasetByIDsResponse>(
      'AddBinaryDataToDatasetByIDs',
      addBinaryDataToDatasetByIDs_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.AddBinaryDataToDatasetByIDsRequest.fromBuffer(value),
      ($3.AddBinaryDataToDatasetByIDsResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$3.RemoveBinaryDataFromDatasetByIDsRequest, $3.RemoveBinaryDataFromDatasetByIDsResponse>(
      'RemoveBinaryDataFromDatasetByIDs',
      removeBinaryDataFromDatasetByIDs_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $3.RemoveBinaryDataFromDatasetByIDsRequest.fromBuffer(value),
      ($3.RemoveBinaryDataFromDatasetByIDsResponse value) => value.writeToBuffer()));
}