Latest generation

This commit is contained in:
ci core model
2025-03-19 08:45:21 +00:00
parent c74be7bd44
commit 8ab2c33a9f
145 changed files with 12084 additions and 10638 deletions

View File

@@ -15,28 +15,28 @@ import 'dart:core' as $core;
import 'package:grpc/service_api.dart' as $grpc;
import 'package:protobuf/protobuf.dart' as $pb;
import 'elastic.pb.dart' as $55;
import 'elastic.pb.dart' as $56;
export 'elastic.pb.dart';
@$pb.GrpcServiceName('api.ElasticService')
class ElasticServiceClient extends $grpc.Client {
static final _$updateModelMappings = $grpc.ClientMethod<$55.UpdateModelMappingsRequest, $55.UpdateModelMappingsResult>(
static final _$updateModelMappings = $grpc.ClientMethod<$56.UpdateModelMappingsRequest, $56.UpdateModelMappingsResult>(
'/api.ElasticService/UpdateModelMappings',
($55.UpdateModelMappingsRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $55.UpdateModelMappingsResult.fromBuffer(value));
static final _$createProjectMappings = $grpc.ClientMethod<$55.CreateProjectMappingsRequest, $55.CreateProjectMappingsResult>(
($56.UpdateModelMappingsRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $56.UpdateModelMappingsResult.fromBuffer(value));
static final _$createProjectMappings = $grpc.ClientMethod<$56.CreateProjectMappingsRequest, $56.CreateProjectMappingsResult>(
'/api.ElasticService/CreateProjectMappings',
($55.CreateProjectMappingsRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $55.CreateProjectMappingsResult.fromBuffer(value));
static final _$deleteProjectMappings = $grpc.ClientMethod<$55.DeleteProjectMappingsRequest, $55.DeleteProjectMappingsResult>(
($56.CreateProjectMappingsRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $56.CreateProjectMappingsResult.fromBuffer(value));
static final _$deleteProjectMappings = $grpc.ClientMethod<$56.DeleteProjectMappingsRequest, $56.DeleteProjectMappingsResult>(
'/api.ElasticService/DeleteProjectMappings',
($55.DeleteProjectMappingsRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $55.DeleteProjectMappingsResult.fromBuffer(value));
static final _$clearIndexEntity = $grpc.ClientMethod<$55.ClearIndexEntityRequest, $55.ClearIndexEntityResult>(
($56.DeleteProjectMappingsRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $56.DeleteProjectMappingsResult.fromBuffer(value));
static final _$clearIndexEntity = $grpc.ClientMethod<$56.ClearIndexEntityRequest, $56.ClearIndexEntityResult>(
'/api.ElasticService/ClearIndexEntity',
($55.ClearIndexEntityRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $55.ClearIndexEntityResult.fromBuffer(value));
($56.ClearIndexEntityRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $56.ClearIndexEntityResult.fromBuffer(value));
ElasticServiceClient($grpc.ClientChannel channel,
{$grpc.CallOptions? options,
@@ -44,19 +44,19 @@ class ElasticServiceClient extends $grpc.Client {
: super(channel, options: options,
interceptors: interceptors);
$grpc.ResponseFuture<$55.UpdateModelMappingsResult> updateModelMappings($55.UpdateModelMappingsRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$56.UpdateModelMappingsResult> updateModelMappings($56.UpdateModelMappingsRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$updateModelMappings, request, options: options);
}
$grpc.ResponseFuture<$55.CreateProjectMappingsResult> createProjectMappings($55.CreateProjectMappingsRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$56.CreateProjectMappingsResult> createProjectMappings($56.CreateProjectMappingsRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$createProjectMappings, request, options: options);
}
$grpc.ResponseFuture<$55.DeleteProjectMappingsResult> deleteProjectMappings($55.DeleteProjectMappingsRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$56.DeleteProjectMappingsResult> deleteProjectMappings($56.DeleteProjectMappingsRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$deleteProjectMappings, request, options: options);
}
$grpc.ResponseFuture<$55.ClearIndexEntityResult> clearIndexEntity($55.ClearIndexEntityRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$56.ClearIndexEntityResult> clearIndexEntity($56.ClearIndexEntityRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$clearIndexEntity, request, options: options);
}
}
@@ -66,54 +66,54 @@ abstract class ElasticServiceBase extends $grpc.Service {
$core.String get $name => 'api.ElasticService';
ElasticServiceBase() {
$addMethod($grpc.ServiceMethod<$55.UpdateModelMappingsRequest, $55.UpdateModelMappingsResult>(
$addMethod($grpc.ServiceMethod<$56.UpdateModelMappingsRequest, $56.UpdateModelMappingsResult>(
'UpdateModelMappings',
updateModelMappings_Pre,
false,
false,
($core.List<$core.int> value) => $55.UpdateModelMappingsRequest.fromBuffer(value),
($55.UpdateModelMappingsResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$55.CreateProjectMappingsRequest, $55.CreateProjectMappingsResult>(
($core.List<$core.int> value) => $56.UpdateModelMappingsRequest.fromBuffer(value),
($56.UpdateModelMappingsResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$56.CreateProjectMappingsRequest, $56.CreateProjectMappingsResult>(
'CreateProjectMappings',
createProjectMappings_Pre,
false,
false,
($core.List<$core.int> value) => $55.CreateProjectMappingsRequest.fromBuffer(value),
($55.CreateProjectMappingsResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$55.DeleteProjectMappingsRequest, $55.DeleteProjectMappingsResult>(
($core.List<$core.int> value) => $56.CreateProjectMappingsRequest.fromBuffer(value),
($56.CreateProjectMappingsResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$56.DeleteProjectMappingsRequest, $56.DeleteProjectMappingsResult>(
'DeleteProjectMappings',
deleteProjectMappings_Pre,
false,
false,
($core.List<$core.int> value) => $55.DeleteProjectMappingsRequest.fromBuffer(value),
($55.DeleteProjectMappingsResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$55.ClearIndexEntityRequest, $55.ClearIndexEntityResult>(
($core.List<$core.int> value) => $56.DeleteProjectMappingsRequest.fromBuffer(value),
($56.DeleteProjectMappingsResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$56.ClearIndexEntityRequest, $56.ClearIndexEntityResult>(
'ClearIndexEntity',
clearIndexEntity_Pre,
false,
false,
($core.List<$core.int> value) => $55.ClearIndexEntityRequest.fromBuffer(value),
($55.ClearIndexEntityResult value) => value.writeToBuffer()));
($core.List<$core.int> value) => $56.ClearIndexEntityRequest.fromBuffer(value),
($56.ClearIndexEntityResult value) => value.writeToBuffer()));
}
$async.Future<$55.UpdateModelMappingsResult> updateModelMappings_Pre($grpc.ServiceCall call, $async.Future<$55.UpdateModelMappingsRequest> request) async {
$async.Future<$56.UpdateModelMappingsResult> updateModelMappings_Pre($grpc.ServiceCall call, $async.Future<$56.UpdateModelMappingsRequest> request) async {
return updateModelMappings(call, await request);
}
$async.Future<$55.CreateProjectMappingsResult> createProjectMappings_Pre($grpc.ServiceCall call, $async.Future<$55.CreateProjectMappingsRequest> request) async {
$async.Future<$56.CreateProjectMappingsResult> createProjectMappings_Pre($grpc.ServiceCall call, $async.Future<$56.CreateProjectMappingsRequest> request) async {
return createProjectMappings(call, await request);
}
$async.Future<$55.DeleteProjectMappingsResult> deleteProjectMappings_Pre($grpc.ServiceCall call, $async.Future<$55.DeleteProjectMappingsRequest> request) async {
$async.Future<$56.DeleteProjectMappingsResult> deleteProjectMappings_Pre($grpc.ServiceCall call, $async.Future<$56.DeleteProjectMappingsRequest> request) async {
return deleteProjectMappings(call, await request);
}
$async.Future<$55.ClearIndexEntityResult> clearIndexEntity_Pre($grpc.ServiceCall call, $async.Future<$55.ClearIndexEntityRequest> request) async {
$async.Future<$56.ClearIndexEntityResult> clearIndexEntity_Pre($grpc.ServiceCall call, $async.Future<$56.ClearIndexEntityRequest> request) async {
return clearIndexEntity(call, await request);
}
$async.Future<$55.UpdateModelMappingsResult> updateModelMappings($grpc.ServiceCall call, $55.UpdateModelMappingsRequest request);
$async.Future<$55.CreateProjectMappingsResult> createProjectMappings($grpc.ServiceCall call, $55.CreateProjectMappingsRequest request);
$async.Future<$55.DeleteProjectMappingsResult> deleteProjectMappings($grpc.ServiceCall call, $55.DeleteProjectMappingsRequest request);
$async.Future<$55.ClearIndexEntityResult> clearIndexEntity($grpc.ServiceCall call, $55.ClearIndexEntityRequest request);
$async.Future<$56.UpdateModelMappingsResult> updateModelMappings($grpc.ServiceCall call, $56.UpdateModelMappingsRequest request);
$async.Future<$56.CreateProjectMappingsResult> createProjectMappings($grpc.ServiceCall call, $56.CreateProjectMappingsRequest request);
$async.Future<$56.DeleteProjectMappingsResult> deleteProjectMappings($grpc.ServiceCall call, $56.DeleteProjectMappingsRequest request);
$async.Future<$56.ClearIndexEntityResult> clearIndexEntity($grpc.ServiceCall call, $56.ClearIndexEntityRequest request);
}