You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -21,6 +21,14 @@ export 'elastic.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.ElasticService')
|
||||
class ElasticServiceClient extends $grpc.Client {
|
||||
/// The hostname for this service.
|
||||
static const $core.String defaultHost = '';
|
||||
|
||||
/// OAuth scopes needed for the client.
|
||||
static const $core.List<$core.String> oauthScopes = [
|
||||
'',
|
||||
];
|
||||
|
||||
static final _$updateModelMappings = $grpc.ClientMethod<$21.UpdateModelMappingsRequest, $21.UpdateModelMappingsResult>(
|
||||
'/api.ElasticService/UpdateModelMappings',
|
||||
($21.UpdateModelMappingsRequest value) => value.writeToBuffer(),
|
||||
|
||||
Reference in New Issue
Block a user