You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -19,8 +19,18 @@ import 'metadataInput.pb.dart' as $34;
|
||||
|
||||
export 'metadataInput.pb.dart';
|
||||
|
||||
///
|
||||
/// API-server services
|
||||
@$pb.GrpcServiceName('api.MetadataInputAPI')
|
||||
class MetadataInputAPIClient 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 _$created = $grpc.ClientMethod<$34.MetadataCreatedRequest, $34.MetadataCreatedResponse>(
|
||||
'/api.MetadataInputAPI/Created',
|
||||
($34.MetadataCreatedRequest value) => value.writeToBuffer(),
|
||||
|
||||
Reference in New Issue
Block a user