You've already forked dart-core-sdk
Release 1.11.8
This commit is contained in:
@@ -36,6 +36,10 @@ class TinyURLServiceClient extends $grpc.Client {
|
||||
return $createUnaryCall(_$organisationShortenURL, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.SiteShortenURLResponse> siteShortenURL($0.SiteShortenURLRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$siteShortenURL, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.ProjectShortenURLResponse> projectShortenURL($0.ProjectShortenURLRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$projectShortenURL, request, options: options);
|
||||
}
|
||||
@@ -48,6 +52,10 @@ class TinyURLServiceClient extends $grpc.Client {
|
||||
return $createUnaryCall(_$organisationUploadFile, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.SiteUploadFileResponse> siteUploadFile($0.SiteUploadFileRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$siteUploadFile, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.ProjectUploadFileResponse> projectUploadFile($0.ProjectUploadFileRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$projectUploadFile, request, options: options);
|
||||
}
|
||||
@@ -60,6 +68,10 @@ class TinyURLServiceClient extends $grpc.Client {
|
||||
return $createUnaryCall(_$organisationUploadPayload, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.SiteUploadPayloadResponse> siteUploadPayload($0.SiteUploadPayloadRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$siteUploadPayload, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.ProjectUploadPayloadResponse> projectUploadPayload($0.ProjectUploadPayloadRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$projectUploadPayload, request, options: options);
|
||||
}
|
||||
@@ -72,6 +84,10 @@ class TinyURLServiceClient extends $grpc.Client {
|
||||
return $createUnaryCall(_$organisationListTinyURLs, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.SiteListTinyURLsResponse> siteListTinyURLs($0.SiteListTinyURLsRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$siteListTinyURLs, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.ProjectListTinyURLsResponse> projectListTinyURLs($0.ProjectListTinyURLsRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$projectListTinyURLs, request, options: options);
|
||||
}
|
||||
@@ -84,6 +100,10 @@ class TinyURLServiceClient extends $grpc.Client {
|
||||
return $createUnaryCall(_$organisationDeleteTinyURL, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.SiteDeleteTinyURLResponse> siteDeleteTinyURL($0.SiteDeleteTinyURLRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$siteDeleteTinyURL, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.ProjectDeleteTinyURLResponse> projectDeleteTinyURL($0.ProjectDeleteTinyURLRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$projectDeleteTinyURL, request, options: options);
|
||||
}
|
||||
@@ -96,6 +116,10 @@ class TinyURLServiceClient extends $grpc.Client {
|
||||
return $createUnaryCall(_$organisationGetTinyURL, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.SiteGetTinyURLResponse> siteGetTinyURL($0.SiteGetTinyURLRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$siteGetTinyURL, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.ProjectGetTinyURLResponse> projectGetTinyURL($0.ProjectGetTinyURLRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$projectGetTinyURL, request, options: options);
|
||||
}
|
||||
@@ -114,6 +138,10 @@ class TinyURLServiceClient extends $grpc.Client {
|
||||
'/api.TinyURLService/OrganisationShortenURL',
|
||||
($0.OrganisationShortenURLRequest value) => value.writeToBuffer(),
|
||||
$0.OrganisationShortenURLResponse.fromBuffer);
|
||||
static final _$siteShortenURL = $grpc.ClientMethod<$0.SiteShortenURLRequest, $0.SiteShortenURLResponse>(
|
||||
'/api.TinyURLService/SiteShortenURL',
|
||||
($0.SiteShortenURLRequest value) => value.writeToBuffer(),
|
||||
$0.SiteShortenURLResponse.fromBuffer);
|
||||
static final _$projectShortenURL = $grpc.ClientMethod<$0.ProjectShortenURLRequest, $0.ProjectShortenURLResponse>(
|
||||
'/api.TinyURLService/ProjectShortenURL',
|
||||
($0.ProjectShortenURLRequest value) => value.writeToBuffer(),
|
||||
@@ -126,6 +154,10 @@ class TinyURLServiceClient extends $grpc.Client {
|
||||
'/api.TinyURLService/OrganisationUploadFile',
|
||||
($0.OrganisationUploadFileRequest value) => value.writeToBuffer(),
|
||||
$0.OrganisationUploadFileResponse.fromBuffer);
|
||||
static final _$siteUploadFile = $grpc.ClientMethod<$0.SiteUploadFileRequest, $0.SiteUploadFileResponse>(
|
||||
'/api.TinyURLService/SiteUploadFile',
|
||||
($0.SiteUploadFileRequest value) => value.writeToBuffer(),
|
||||
$0.SiteUploadFileResponse.fromBuffer);
|
||||
static final _$projectUploadFile = $grpc.ClientMethod<$0.ProjectUploadFileRequest, $0.ProjectUploadFileResponse>(
|
||||
'/api.TinyURLService/ProjectUploadFile',
|
||||
($0.ProjectUploadFileRequest value) => value.writeToBuffer(),
|
||||
@@ -138,6 +170,10 @@ class TinyURLServiceClient extends $grpc.Client {
|
||||
'/api.TinyURLService/OrganisationUploadPayload',
|
||||
($0.OrganisationUploadPayloadRequest value) => value.writeToBuffer(),
|
||||
$0.OrganisationUploadPayloadResponse.fromBuffer);
|
||||
static final _$siteUploadPayload = $grpc.ClientMethod<$0.SiteUploadPayloadRequest, $0.SiteUploadPayloadResponse>(
|
||||
'/api.TinyURLService/SiteUploadPayload',
|
||||
($0.SiteUploadPayloadRequest value) => value.writeToBuffer(),
|
||||
$0.SiteUploadPayloadResponse.fromBuffer);
|
||||
static final _$projectUploadPayload = $grpc.ClientMethod<$0.ProjectUploadPayloadRequest, $0.ProjectUploadPayloadResponse>(
|
||||
'/api.TinyURLService/ProjectUploadPayload',
|
||||
($0.ProjectUploadPayloadRequest value) => value.writeToBuffer(),
|
||||
@@ -150,6 +186,10 @@ class TinyURLServiceClient extends $grpc.Client {
|
||||
'/api.TinyURLService/OrganisationListTinyURLs',
|
||||
($0.OrganisationListTinyURLsRequest value) => value.writeToBuffer(),
|
||||
$0.OrganisationListTinyURLsResponse.fromBuffer);
|
||||
static final _$siteListTinyURLs = $grpc.ClientMethod<$0.SiteListTinyURLsRequest, $0.SiteListTinyURLsResponse>(
|
||||
'/api.TinyURLService/SiteListTinyURLs',
|
||||
($0.SiteListTinyURLsRequest value) => value.writeToBuffer(),
|
||||
$0.SiteListTinyURLsResponse.fromBuffer);
|
||||
static final _$projectListTinyURLs = $grpc.ClientMethod<$0.ProjectListTinyURLsRequest, $0.ProjectListTinyURLsResponse>(
|
||||
'/api.TinyURLService/ProjectListTinyURLs',
|
||||
($0.ProjectListTinyURLsRequest value) => value.writeToBuffer(),
|
||||
@@ -162,6 +202,10 @@ class TinyURLServiceClient extends $grpc.Client {
|
||||
'/api.TinyURLService/OrganisationDeleteTinyURL',
|
||||
($0.OrganisationDeleteTinyURLRequest value) => value.writeToBuffer(),
|
||||
$0.OrganisationDeleteTinyURLResponse.fromBuffer);
|
||||
static final _$siteDeleteTinyURL = $grpc.ClientMethod<$0.SiteDeleteTinyURLRequest, $0.SiteDeleteTinyURLResponse>(
|
||||
'/api.TinyURLService/SiteDeleteTinyURL',
|
||||
($0.SiteDeleteTinyURLRequest value) => value.writeToBuffer(),
|
||||
$0.SiteDeleteTinyURLResponse.fromBuffer);
|
||||
static final _$projectDeleteTinyURL = $grpc.ClientMethod<$0.ProjectDeleteTinyURLRequest, $0.ProjectDeleteTinyURLResponse>(
|
||||
'/api.TinyURLService/ProjectDeleteTinyURL',
|
||||
($0.ProjectDeleteTinyURLRequest value) => value.writeToBuffer(),
|
||||
@@ -174,6 +218,10 @@ class TinyURLServiceClient extends $grpc.Client {
|
||||
'/api.TinyURLService/OrganisationGetTinyURL',
|
||||
($0.OrganisationGetTinyURLRequest value) => value.writeToBuffer(),
|
||||
$0.OrganisationGetTinyURLResponse.fromBuffer);
|
||||
static final _$siteGetTinyURL = $grpc.ClientMethod<$0.SiteGetTinyURLRequest, $0.SiteGetTinyURLResponse>(
|
||||
'/api.TinyURLService/SiteGetTinyURL',
|
||||
($0.SiteGetTinyURLRequest value) => value.writeToBuffer(),
|
||||
$0.SiteGetTinyURLResponse.fromBuffer);
|
||||
static final _$projectGetTinyURL = $grpc.ClientMethod<$0.ProjectGetTinyURLRequest, $0.ProjectGetTinyURLResponse>(
|
||||
'/api.TinyURLService/ProjectGetTinyURL',
|
||||
($0.ProjectGetTinyURLRequest value) => value.writeToBuffer(),
|
||||
@@ -200,6 +248,13 @@ abstract class TinyURLServiceBase extends $grpc.Service {
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.OrganisationShortenURLRequest.fromBuffer(value),
|
||||
($0.OrganisationShortenURLResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.SiteShortenURLRequest, $0.SiteShortenURLResponse>(
|
||||
'SiteShortenURL',
|
||||
siteShortenURL_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.SiteShortenURLRequest.fromBuffer(value),
|
||||
($0.SiteShortenURLResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.ProjectShortenURLRequest, $0.ProjectShortenURLResponse>(
|
||||
'ProjectShortenURL',
|
||||
projectShortenURL_Pre,
|
||||
@@ -221,6 +276,13 @@ abstract class TinyURLServiceBase extends $grpc.Service {
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.OrganisationUploadFileRequest.fromBuffer(value),
|
||||
($0.OrganisationUploadFileResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.SiteUploadFileRequest, $0.SiteUploadFileResponse>(
|
||||
'SiteUploadFile',
|
||||
siteUploadFile_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.SiteUploadFileRequest.fromBuffer(value),
|
||||
($0.SiteUploadFileResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.ProjectUploadFileRequest, $0.ProjectUploadFileResponse>(
|
||||
'ProjectUploadFile',
|
||||
projectUploadFile_Pre,
|
||||
@@ -242,6 +304,13 @@ abstract class TinyURLServiceBase extends $grpc.Service {
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.OrganisationUploadPayloadRequest.fromBuffer(value),
|
||||
($0.OrganisationUploadPayloadResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.SiteUploadPayloadRequest, $0.SiteUploadPayloadResponse>(
|
||||
'SiteUploadPayload',
|
||||
siteUploadPayload_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.SiteUploadPayloadRequest.fromBuffer(value),
|
||||
($0.SiteUploadPayloadResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.ProjectUploadPayloadRequest, $0.ProjectUploadPayloadResponse>(
|
||||
'ProjectUploadPayload',
|
||||
projectUploadPayload_Pre,
|
||||
@@ -263,6 +332,13 @@ abstract class TinyURLServiceBase extends $grpc.Service {
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.OrganisationListTinyURLsRequest.fromBuffer(value),
|
||||
($0.OrganisationListTinyURLsResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.SiteListTinyURLsRequest, $0.SiteListTinyURLsResponse>(
|
||||
'SiteListTinyURLs',
|
||||
siteListTinyURLs_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.SiteListTinyURLsRequest.fromBuffer(value),
|
||||
($0.SiteListTinyURLsResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.ProjectListTinyURLsRequest, $0.ProjectListTinyURLsResponse>(
|
||||
'ProjectListTinyURLs',
|
||||
projectListTinyURLs_Pre,
|
||||
@@ -284,6 +360,13 @@ abstract class TinyURLServiceBase extends $grpc.Service {
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.OrganisationDeleteTinyURLRequest.fromBuffer(value),
|
||||
($0.OrganisationDeleteTinyURLResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.SiteDeleteTinyURLRequest, $0.SiteDeleteTinyURLResponse>(
|
||||
'SiteDeleteTinyURL',
|
||||
siteDeleteTinyURL_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.SiteDeleteTinyURLRequest.fromBuffer(value),
|
||||
($0.SiteDeleteTinyURLResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.ProjectDeleteTinyURLRequest, $0.ProjectDeleteTinyURLResponse>(
|
||||
'ProjectDeleteTinyURL',
|
||||
projectDeleteTinyURL_Pre,
|
||||
@@ -305,6 +388,13 @@ abstract class TinyURLServiceBase extends $grpc.Service {
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.OrganisationGetTinyURLRequest.fromBuffer(value),
|
||||
($0.OrganisationGetTinyURLResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.SiteGetTinyURLRequest, $0.SiteGetTinyURLResponse>(
|
||||
'SiteGetTinyURL',
|
||||
siteGetTinyURL_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.SiteGetTinyURLRequest.fromBuffer(value),
|
||||
($0.SiteGetTinyURLResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.ProjectGetTinyURLRequest, $0.ProjectGetTinyURLResponse>(
|
||||
'ProjectGetTinyURL',
|
||||
projectGetTinyURL_Pre,
|
||||
@@ -334,6 +424,12 @@ abstract class TinyURLServiceBase extends $grpc.Service {
|
||||
|
||||
$async.Future<$0.OrganisationShortenURLResponse> organisationShortenURL($grpc.ServiceCall call, $0.OrganisationShortenURLRequest request);
|
||||
|
||||
$async.Future<$0.SiteShortenURLResponse> siteShortenURL_Pre($grpc.ServiceCall $call, $async.Future<$0.SiteShortenURLRequest> $request) async {
|
||||
return siteShortenURL($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.SiteShortenURLResponse> siteShortenURL($grpc.ServiceCall call, $0.SiteShortenURLRequest request);
|
||||
|
||||
$async.Future<$0.ProjectShortenURLResponse> projectShortenURL_Pre($grpc.ServiceCall $call, $async.Future<$0.ProjectShortenURLRequest> $request) async {
|
||||
return projectShortenURL($call, await $request);
|
||||
}
|
||||
@@ -352,6 +448,12 @@ abstract class TinyURLServiceBase extends $grpc.Service {
|
||||
|
||||
$async.Future<$0.OrganisationUploadFileResponse> organisationUploadFile($grpc.ServiceCall call, $0.OrganisationUploadFileRequest request);
|
||||
|
||||
$async.Future<$0.SiteUploadFileResponse> siteUploadFile_Pre($grpc.ServiceCall $call, $async.Future<$0.SiteUploadFileRequest> $request) async {
|
||||
return siteUploadFile($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.SiteUploadFileResponse> siteUploadFile($grpc.ServiceCall call, $0.SiteUploadFileRequest request);
|
||||
|
||||
$async.Future<$0.ProjectUploadFileResponse> projectUploadFile_Pre($grpc.ServiceCall $call, $async.Future<$0.ProjectUploadFileRequest> $request) async {
|
||||
return projectUploadFile($call, await $request);
|
||||
}
|
||||
@@ -370,6 +472,12 @@ abstract class TinyURLServiceBase extends $grpc.Service {
|
||||
|
||||
$async.Future<$0.OrganisationUploadPayloadResponse> organisationUploadPayload($grpc.ServiceCall call, $0.OrganisationUploadPayloadRequest request);
|
||||
|
||||
$async.Future<$0.SiteUploadPayloadResponse> siteUploadPayload_Pre($grpc.ServiceCall $call, $async.Future<$0.SiteUploadPayloadRequest> $request) async {
|
||||
return siteUploadPayload($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.SiteUploadPayloadResponse> siteUploadPayload($grpc.ServiceCall call, $0.SiteUploadPayloadRequest request);
|
||||
|
||||
$async.Future<$0.ProjectUploadPayloadResponse> projectUploadPayload_Pre($grpc.ServiceCall $call, $async.Future<$0.ProjectUploadPayloadRequest> $request) async {
|
||||
return projectUploadPayload($call, await $request);
|
||||
}
|
||||
@@ -388,6 +496,12 @@ abstract class TinyURLServiceBase extends $grpc.Service {
|
||||
|
||||
$async.Future<$0.OrganisationListTinyURLsResponse> organisationListTinyURLs($grpc.ServiceCall call, $0.OrganisationListTinyURLsRequest request);
|
||||
|
||||
$async.Future<$0.SiteListTinyURLsResponse> siteListTinyURLs_Pre($grpc.ServiceCall $call, $async.Future<$0.SiteListTinyURLsRequest> $request) async {
|
||||
return siteListTinyURLs($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.SiteListTinyURLsResponse> siteListTinyURLs($grpc.ServiceCall call, $0.SiteListTinyURLsRequest request);
|
||||
|
||||
$async.Future<$0.ProjectListTinyURLsResponse> projectListTinyURLs_Pre($grpc.ServiceCall $call, $async.Future<$0.ProjectListTinyURLsRequest> $request) async {
|
||||
return projectListTinyURLs($call, await $request);
|
||||
}
|
||||
@@ -406,6 +520,12 @@ abstract class TinyURLServiceBase extends $grpc.Service {
|
||||
|
||||
$async.Future<$0.OrganisationDeleteTinyURLResponse> organisationDeleteTinyURL($grpc.ServiceCall call, $0.OrganisationDeleteTinyURLRequest request);
|
||||
|
||||
$async.Future<$0.SiteDeleteTinyURLResponse> siteDeleteTinyURL_Pre($grpc.ServiceCall $call, $async.Future<$0.SiteDeleteTinyURLRequest> $request) async {
|
||||
return siteDeleteTinyURL($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.SiteDeleteTinyURLResponse> siteDeleteTinyURL($grpc.ServiceCall call, $0.SiteDeleteTinyURLRequest request);
|
||||
|
||||
$async.Future<$0.ProjectDeleteTinyURLResponse> projectDeleteTinyURL_Pre($grpc.ServiceCall $call, $async.Future<$0.ProjectDeleteTinyURLRequest> $request) async {
|
||||
return projectDeleteTinyURL($call, await $request);
|
||||
}
|
||||
@@ -424,6 +544,12 @@ abstract class TinyURLServiceBase extends $grpc.Service {
|
||||
|
||||
$async.Future<$0.OrganisationGetTinyURLResponse> organisationGetTinyURL($grpc.ServiceCall call, $0.OrganisationGetTinyURLRequest request);
|
||||
|
||||
$async.Future<$0.SiteGetTinyURLResponse> siteGetTinyURL_Pre($grpc.ServiceCall $call, $async.Future<$0.SiteGetTinyURLRequest> $request) async {
|
||||
return siteGetTinyURL($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.SiteGetTinyURLResponse> siteGetTinyURL($grpc.ServiceCall call, $0.SiteGetTinyURLRequest request);
|
||||
|
||||
$async.Future<$0.ProjectGetTinyURLResponse> projectGetTinyURL_Pre($grpc.ServiceCall $call, $async.Future<$0.ProjectGetTinyURLRequest> $request) async {
|
||||
return projectGetTinyURL($call, await $request);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user