You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -21,6 +21,14 @@ export 'resource.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.ResourceService')
|
||||
class ResourceServiceClient 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 _$createResource = $grpc.ClientMethod<$52.CreateResourceRequest, $52.CreateResourceResponse>(
|
||||
'/api.ResourceService/CreateResource',
|
||||
($52.CreateResourceRequest value) => value.writeToBuffer(),
|
||||
|
||||
Reference in New Issue
Block a user