Latest generation

This commit is contained in:
ci core model
2025-07-02 09:50:11 +00:00
parent 6cd68bda75
commit 3134e36123
6 changed files with 1224 additions and 755 deletions

View File

@@ -32,96 +32,112 @@ class TinyURLServiceClient extends $grpc.Client {
TinyURLServiceClient(super.channel, {super.options, super.interceptors});
$grpc.ResponseFuture<$0.ShortenSiteURLResult> shortenSiteURL($0.ShortenSiteURLRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$shortenSiteURL, request, options: options);
$grpc.ResponseFuture<$0.SiteShortenURLResponse> siteShortenURL($0.SiteShortenURLRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$siteShortenURL, request, options: options);
}
$grpc.ResponseFuture<$0.ShortenPartnerAppURLResult> shortenPartnerAppURL($0.ShortenPartnerAppURLRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$shortenPartnerAppURL, request, options: options);
$grpc.ResponseFuture<$0.PartnerAppShortenURLResponse> partnerAppShortenURL($0.PartnerAppShortenURLRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$partnerAppShortenURL, request, options: options);
}
$grpc.ResponseFuture<$0.UploadSiteFileResponse> uploadSiteFile($0.UploadSiteFileRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$uploadSiteFile, request, options: options);
$grpc.ResponseFuture<$0.SiteUploadFileResponse> siteUploadFile($0.SiteUploadFileRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$siteUploadFile, request, options: options);
}
$grpc.ResponseFuture<$0.UploadPartnerAppFileResponse> uploadPartnerAppFile($0.UploadPartnerAppFileRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$uploadPartnerAppFile, request, options: options);
$grpc.ResponseFuture<$0.PartnerAppUploadFileResponse> partnerAppUploadFile($0.PartnerAppUploadFileRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$partnerAppUploadFile, request, options: options);
}
$grpc.ResponseFuture<$0.ListSiteTinyURLsResponse> listSiteTinyURLs($0.ListSiteTinyURLsRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$listSiteTinyURLs, request, options: options);
$grpc.ResponseFuture<$0.SiteUploadPayloadResponse> siteUploadPayload($0.SiteUploadPayloadRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$siteUploadPayload, request, options: options);
}
$grpc.ResponseFuture<$0.ListPartnerAppTinyURLsResponse> listPartnerAppTinyURLs($0.ListPartnerAppTinyURLsRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$listPartnerAppTinyURLs, request, options: options);
$grpc.ResponseFuture<$0.PartnerAppUploadPayloadResponse> partnerAppUploadPayload($0.PartnerAppUploadPayloadRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$partnerAppUploadPayload, request, options: options);
}
$grpc.ResponseFuture<$0.DeleteSiteTinyURLResponse> deleteSiteTinyURL($0.DeleteSiteTinyURLRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$deleteSiteTinyURL, request, options: options);
$grpc.ResponseFuture<$0.SiteListTinyURLsResponse> siteListTinyURLs($0.SiteListTinyURLsRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$siteListTinyURLs, request, options: options);
}
$grpc.ResponseFuture<$0.DeletePartnerAppTinyURLResponse> deletePartnerAppTinyURL($0.DeletePartnerAppTinyURLRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$deletePartnerAppTinyURL, request, options: options);
$grpc.ResponseFuture<$0.PartnerAppListTinyURLsResponse> partnerAppListTinyURLs($0.PartnerAppListTinyURLsRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$partnerAppListTinyURLs, request, options: options);
}
$grpc.ResponseFuture<$0.GetSiteTinyURLResult> getSiteTinyURL($0.GetSiteTinyURLRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$getSiteTinyURL, request, options: options);
$grpc.ResponseFuture<$0.SiteDeleteTinyURLResponse> siteDeleteTinyURL($0.SiteDeleteTinyURLRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$siteDeleteTinyURL, request, options: options);
}
$grpc.ResponseFuture<$0.GetPartnerAppTinyURLResult> getPartnerAppTinyURL($0.GetPartnerAppTinyURLRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$getPartnerAppTinyURL, request, options: options);
$grpc.ResponseFuture<$0.PartnerAppDeleteTinyURLResponse> partnerAppDeleteTinyURL($0.PartnerAppDeleteTinyURLRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$partnerAppDeleteTinyURL, request, options: options);
}
$grpc.ResponseFuture<$0.DeleteAllTinyURLsResult> deleteAll($0.DeleteAllTinyURLsRequest request, {$grpc.CallOptions? options,}) {
$grpc.ResponseFuture<$0.SiteGetTinyURLResponse> siteGetTinyURL($0.SiteGetTinyURLRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$siteGetTinyURL, request, options: options);
}
$grpc.ResponseFuture<$0.PartnerAppGetTinyURLResponse> partnerAppGetTinyURL($0.PartnerAppGetTinyURLRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$partnerAppGetTinyURL, request, options: options);
}
$grpc.ResponseFuture<$0.DeleteAllTinyURLsResponse> deleteAll($0.DeleteAllTinyURLsRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$deleteAll, request, options: options);
}
// method descriptors
static final _$shortenSiteURL = $grpc.ClientMethod<$0.ShortenSiteURLRequest, $0.ShortenSiteURLResult>(
'/api.TinyURLService/ShortenSiteURL',
($0.ShortenSiteURLRequest value) => value.writeToBuffer(),
$0.ShortenSiteURLResult.fromBuffer);
static final _$shortenPartnerAppURL = $grpc.ClientMethod<$0.ShortenPartnerAppURLRequest, $0.ShortenPartnerAppURLResult>(
'/api.TinyURLService/ShortenPartnerAppURL',
($0.ShortenPartnerAppURLRequest value) => value.writeToBuffer(),
$0.ShortenPartnerAppURLResult.fromBuffer);
static final _$uploadSiteFile = $grpc.ClientMethod<$0.UploadSiteFileRequest, $0.UploadSiteFileResponse>(
'/api.TinyURLService/UploadSiteFile',
($0.UploadSiteFileRequest value) => value.writeToBuffer(),
$0.UploadSiteFileResponse.fromBuffer);
static final _$uploadPartnerAppFile = $grpc.ClientMethod<$0.UploadPartnerAppFileRequest, $0.UploadPartnerAppFileResponse>(
'/api.TinyURLService/UploadPartnerAppFile',
($0.UploadPartnerAppFileRequest value) => value.writeToBuffer(),
$0.UploadPartnerAppFileResponse.fromBuffer);
static final _$listSiteTinyURLs = $grpc.ClientMethod<$0.ListSiteTinyURLsRequest, $0.ListSiteTinyURLsResponse>(
'/api.TinyURLService/ListSiteTinyURLs',
($0.ListSiteTinyURLsRequest value) => value.writeToBuffer(),
$0.ListSiteTinyURLsResponse.fromBuffer);
static final _$listPartnerAppTinyURLs = $grpc.ClientMethod<$0.ListPartnerAppTinyURLsRequest, $0.ListPartnerAppTinyURLsResponse>(
'/api.TinyURLService/ListPartnerAppTinyURLs',
($0.ListPartnerAppTinyURLsRequest value) => value.writeToBuffer(),
$0.ListPartnerAppTinyURLsResponse.fromBuffer);
static final _$deleteSiteTinyURL = $grpc.ClientMethod<$0.DeleteSiteTinyURLRequest, $0.DeleteSiteTinyURLResponse>(
'/api.TinyURLService/DeleteSiteTinyURL',
($0.DeleteSiteTinyURLRequest value) => value.writeToBuffer(),
$0.DeleteSiteTinyURLResponse.fromBuffer);
static final _$deletePartnerAppTinyURL = $grpc.ClientMethod<$0.DeletePartnerAppTinyURLRequest, $0.DeletePartnerAppTinyURLResponse>(
'/api.TinyURLService/DeletePartnerAppTinyURL',
($0.DeletePartnerAppTinyURLRequest value) => value.writeToBuffer(),
$0.DeletePartnerAppTinyURLResponse.fromBuffer);
static final _$getSiteTinyURL = $grpc.ClientMethod<$0.GetSiteTinyURLRequest, $0.GetSiteTinyURLResult>(
'/api.TinyURLService/GetSiteTinyURL',
($0.GetSiteTinyURLRequest value) => value.writeToBuffer(),
$0.GetSiteTinyURLResult.fromBuffer);
static final _$getPartnerAppTinyURL = $grpc.ClientMethod<$0.GetPartnerAppTinyURLRequest, $0.GetPartnerAppTinyURLResult>(
'/api.TinyURLService/GetPartnerAppTinyURL',
($0.GetPartnerAppTinyURLRequest value) => value.writeToBuffer(),
$0.GetPartnerAppTinyURLResult.fromBuffer);
static final _$deleteAll = $grpc.ClientMethod<$0.DeleteAllTinyURLsRequest, $0.DeleteAllTinyURLsResult>(
static final _$siteShortenURL = $grpc.ClientMethod<$0.SiteShortenURLRequest, $0.SiteShortenURLResponse>(
'/api.TinyURLService/SiteShortenURL',
($0.SiteShortenURLRequest value) => value.writeToBuffer(),
$0.SiteShortenURLResponse.fromBuffer);
static final _$partnerAppShortenURL = $grpc.ClientMethod<$0.PartnerAppShortenURLRequest, $0.PartnerAppShortenURLResponse>(
'/api.TinyURLService/PartnerAppShortenURL',
($0.PartnerAppShortenURLRequest value) => value.writeToBuffer(),
$0.PartnerAppShortenURLResponse.fromBuffer);
static final _$siteUploadFile = $grpc.ClientMethod<$0.SiteUploadFileRequest, $0.SiteUploadFileResponse>(
'/api.TinyURLService/SiteUploadFile',
($0.SiteUploadFileRequest value) => value.writeToBuffer(),
$0.SiteUploadFileResponse.fromBuffer);
static final _$partnerAppUploadFile = $grpc.ClientMethod<$0.PartnerAppUploadFileRequest, $0.PartnerAppUploadFileResponse>(
'/api.TinyURLService/PartnerAppUploadFile',
($0.PartnerAppUploadFileRequest value) => value.writeToBuffer(),
$0.PartnerAppUploadFileResponse.fromBuffer);
static final _$siteUploadPayload = $grpc.ClientMethod<$0.SiteUploadPayloadRequest, $0.SiteUploadPayloadResponse>(
'/api.TinyURLService/SiteUploadPayload',
($0.SiteUploadPayloadRequest value) => value.writeToBuffer(),
$0.SiteUploadPayloadResponse.fromBuffer);
static final _$partnerAppUploadPayload = $grpc.ClientMethod<$0.PartnerAppUploadPayloadRequest, $0.PartnerAppUploadPayloadResponse>(
'/api.TinyURLService/PartnerAppUploadPayload',
($0.PartnerAppUploadPayloadRequest value) => value.writeToBuffer(),
$0.PartnerAppUploadPayloadResponse.fromBuffer);
static final _$siteListTinyURLs = $grpc.ClientMethod<$0.SiteListTinyURLsRequest, $0.SiteListTinyURLsResponse>(
'/api.TinyURLService/SiteListTinyURLs',
($0.SiteListTinyURLsRequest value) => value.writeToBuffer(),
$0.SiteListTinyURLsResponse.fromBuffer);
static final _$partnerAppListTinyURLs = $grpc.ClientMethod<$0.PartnerAppListTinyURLsRequest, $0.PartnerAppListTinyURLsResponse>(
'/api.TinyURLService/PartnerAppListTinyURLs',
($0.PartnerAppListTinyURLsRequest value) => value.writeToBuffer(),
$0.PartnerAppListTinyURLsResponse.fromBuffer);
static final _$siteDeleteTinyURL = $grpc.ClientMethod<$0.SiteDeleteTinyURLRequest, $0.SiteDeleteTinyURLResponse>(
'/api.TinyURLService/SiteDeleteTinyURL',
($0.SiteDeleteTinyURLRequest value) => value.writeToBuffer(),
$0.SiteDeleteTinyURLResponse.fromBuffer);
static final _$partnerAppDeleteTinyURL = $grpc.ClientMethod<$0.PartnerAppDeleteTinyURLRequest, $0.PartnerAppDeleteTinyURLResponse>(
'/api.TinyURLService/PartnerAppDeleteTinyURL',
($0.PartnerAppDeleteTinyURLRequest value) => value.writeToBuffer(),
$0.PartnerAppDeleteTinyURLResponse.fromBuffer);
static final _$siteGetTinyURL = $grpc.ClientMethod<$0.SiteGetTinyURLRequest, $0.SiteGetTinyURLResponse>(
'/api.TinyURLService/SiteGetTinyURL',
($0.SiteGetTinyURLRequest value) => value.writeToBuffer(),
$0.SiteGetTinyURLResponse.fromBuffer);
static final _$partnerAppGetTinyURL = $grpc.ClientMethod<$0.PartnerAppGetTinyURLRequest, $0.PartnerAppGetTinyURLResponse>(
'/api.TinyURLService/PartnerAppGetTinyURL',
($0.PartnerAppGetTinyURLRequest value) => value.writeToBuffer(),
$0.PartnerAppGetTinyURLResponse.fromBuffer);
static final _$deleteAll = $grpc.ClientMethod<$0.DeleteAllTinyURLsRequest, $0.DeleteAllTinyURLsResponse>(
'/api.TinyURLService/DeleteAll',
($0.DeleteAllTinyURLsRequest value) => value.writeToBuffer(),
$0.DeleteAllTinyURLsResult.fromBuffer);
$0.DeleteAllTinyURLsResponse.fromBuffer);
}
@$pb.GrpcServiceName('api.TinyURLService')
@@ -129,149 +145,175 @@ abstract class TinyURLServiceBase extends $grpc.Service {
$core.String get $name => 'api.TinyURLService';
TinyURLServiceBase() {
$addMethod($grpc.ServiceMethod<$0.ShortenSiteURLRequest, $0.ShortenSiteURLResult>(
'ShortenSiteURL',
shortenSiteURL_Pre,
$addMethod($grpc.ServiceMethod<$0.SiteShortenURLRequest, $0.SiteShortenURLResponse>(
'SiteShortenURL',
siteShortenURL_Pre,
false,
false,
($core.List<$core.int> value) => $0.ShortenSiteURLRequest.fromBuffer(value),
($0.ShortenSiteURLResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.ShortenPartnerAppURLRequest, $0.ShortenPartnerAppURLResult>(
'ShortenPartnerAppURL',
shortenPartnerAppURL_Pre,
($core.List<$core.int> value) => $0.SiteShortenURLRequest.fromBuffer(value),
($0.SiteShortenURLResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.PartnerAppShortenURLRequest, $0.PartnerAppShortenURLResponse>(
'PartnerAppShortenURL',
partnerAppShortenURL_Pre,
false,
false,
($core.List<$core.int> value) => $0.ShortenPartnerAppURLRequest.fromBuffer(value),
($0.ShortenPartnerAppURLResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.UploadSiteFileRequest, $0.UploadSiteFileResponse>(
'UploadSiteFile',
uploadSiteFile_Pre,
($core.List<$core.int> value) => $0.PartnerAppShortenURLRequest.fromBuffer(value),
($0.PartnerAppShortenURLResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.SiteUploadFileRequest, $0.SiteUploadFileResponse>(
'SiteUploadFile',
siteUploadFile_Pre,
false,
false,
($core.List<$core.int> value) => $0.UploadSiteFileRequest.fromBuffer(value),
($0.UploadSiteFileResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.UploadPartnerAppFileRequest, $0.UploadPartnerAppFileResponse>(
'UploadPartnerAppFile',
uploadPartnerAppFile_Pre,
($core.List<$core.int> value) => $0.SiteUploadFileRequest.fromBuffer(value),
($0.SiteUploadFileResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.PartnerAppUploadFileRequest, $0.PartnerAppUploadFileResponse>(
'PartnerAppUploadFile',
partnerAppUploadFile_Pre,
false,
false,
($core.List<$core.int> value) => $0.UploadPartnerAppFileRequest.fromBuffer(value),
($0.UploadPartnerAppFileResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.ListSiteTinyURLsRequest, $0.ListSiteTinyURLsResponse>(
'ListSiteTinyURLs',
listSiteTinyURLs_Pre,
($core.List<$core.int> value) => $0.PartnerAppUploadFileRequest.fromBuffer(value),
($0.PartnerAppUploadFileResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.SiteUploadPayloadRequest, $0.SiteUploadPayloadResponse>(
'SiteUploadPayload',
siteUploadPayload_Pre,
false,
false,
($core.List<$core.int> value) => $0.ListSiteTinyURLsRequest.fromBuffer(value),
($0.ListSiteTinyURLsResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.ListPartnerAppTinyURLsRequest, $0.ListPartnerAppTinyURLsResponse>(
'ListPartnerAppTinyURLs',
listPartnerAppTinyURLs_Pre,
($core.List<$core.int> value) => $0.SiteUploadPayloadRequest.fromBuffer(value),
($0.SiteUploadPayloadResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.PartnerAppUploadPayloadRequest, $0.PartnerAppUploadPayloadResponse>(
'PartnerAppUploadPayload',
partnerAppUploadPayload_Pre,
false,
false,
($core.List<$core.int> value) => $0.ListPartnerAppTinyURLsRequest.fromBuffer(value),
($0.ListPartnerAppTinyURLsResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.DeleteSiteTinyURLRequest, $0.DeleteSiteTinyURLResponse>(
'DeleteSiteTinyURL',
deleteSiteTinyURL_Pre,
($core.List<$core.int> value) => $0.PartnerAppUploadPayloadRequest.fromBuffer(value),
($0.PartnerAppUploadPayloadResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.SiteListTinyURLsRequest, $0.SiteListTinyURLsResponse>(
'SiteListTinyURLs',
siteListTinyURLs_Pre,
false,
false,
($core.List<$core.int> value) => $0.DeleteSiteTinyURLRequest.fromBuffer(value),
($0.DeleteSiteTinyURLResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.DeletePartnerAppTinyURLRequest, $0.DeletePartnerAppTinyURLResponse>(
'DeletePartnerAppTinyURL',
deletePartnerAppTinyURL_Pre,
($core.List<$core.int> value) => $0.SiteListTinyURLsRequest.fromBuffer(value),
($0.SiteListTinyURLsResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.PartnerAppListTinyURLsRequest, $0.PartnerAppListTinyURLsResponse>(
'PartnerAppListTinyURLs',
partnerAppListTinyURLs_Pre,
false,
false,
($core.List<$core.int> value) => $0.DeletePartnerAppTinyURLRequest.fromBuffer(value),
($0.DeletePartnerAppTinyURLResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.GetSiteTinyURLRequest, $0.GetSiteTinyURLResult>(
'GetSiteTinyURL',
getSiteTinyURL_Pre,
($core.List<$core.int> value) => $0.PartnerAppListTinyURLsRequest.fromBuffer(value),
($0.PartnerAppListTinyURLsResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.SiteDeleteTinyURLRequest, $0.SiteDeleteTinyURLResponse>(
'SiteDeleteTinyURL',
siteDeleteTinyURL_Pre,
false,
false,
($core.List<$core.int> value) => $0.GetSiteTinyURLRequest.fromBuffer(value),
($0.GetSiteTinyURLResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.GetPartnerAppTinyURLRequest, $0.GetPartnerAppTinyURLResult>(
'GetPartnerAppTinyURL',
getPartnerAppTinyURL_Pre,
($core.List<$core.int> value) => $0.SiteDeleteTinyURLRequest.fromBuffer(value),
($0.SiteDeleteTinyURLResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.PartnerAppDeleteTinyURLRequest, $0.PartnerAppDeleteTinyURLResponse>(
'PartnerAppDeleteTinyURL',
partnerAppDeleteTinyURL_Pre,
false,
false,
($core.List<$core.int> value) => $0.GetPartnerAppTinyURLRequest.fromBuffer(value),
($0.GetPartnerAppTinyURLResult value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.DeleteAllTinyURLsRequest, $0.DeleteAllTinyURLsResult>(
($core.List<$core.int> value) => $0.PartnerAppDeleteTinyURLRequest.fromBuffer(value),
($0.PartnerAppDeleteTinyURLResponse 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.PartnerAppGetTinyURLRequest, $0.PartnerAppGetTinyURLResponse>(
'PartnerAppGetTinyURL',
partnerAppGetTinyURL_Pre,
false,
false,
($core.List<$core.int> value) => $0.PartnerAppGetTinyURLRequest.fromBuffer(value),
($0.PartnerAppGetTinyURLResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.DeleteAllTinyURLsRequest, $0.DeleteAllTinyURLsResponse>(
'DeleteAll',
deleteAll_Pre,
false,
false,
($core.List<$core.int> value) => $0.DeleteAllTinyURLsRequest.fromBuffer(value),
($0.DeleteAllTinyURLsResult value) => value.writeToBuffer()));
($0.DeleteAllTinyURLsResponse value) => value.writeToBuffer()));
}
$async.Future<$0.ShortenSiteURLResult> shortenSiteURL_Pre($grpc.ServiceCall $call, $async.Future<$0.ShortenSiteURLRequest> $request) async {
return shortenSiteURL($call, await $request);
$async.Future<$0.SiteShortenURLResponse> siteShortenURL_Pre($grpc.ServiceCall $call, $async.Future<$0.SiteShortenURLRequest> $request) async {
return siteShortenURL($call, await $request);
}
$async.Future<$0.ShortenSiteURLResult> shortenSiteURL($grpc.ServiceCall call, $0.ShortenSiteURLRequest request);
$async.Future<$0.SiteShortenURLResponse> siteShortenURL($grpc.ServiceCall call, $0.SiteShortenURLRequest request);
$async.Future<$0.ShortenPartnerAppURLResult> shortenPartnerAppURL_Pre($grpc.ServiceCall $call, $async.Future<$0.ShortenPartnerAppURLRequest> $request) async {
return shortenPartnerAppURL($call, await $request);
$async.Future<$0.PartnerAppShortenURLResponse> partnerAppShortenURL_Pre($grpc.ServiceCall $call, $async.Future<$0.PartnerAppShortenURLRequest> $request) async {
return partnerAppShortenURL($call, await $request);
}
$async.Future<$0.ShortenPartnerAppURLResult> shortenPartnerAppURL($grpc.ServiceCall call, $0.ShortenPartnerAppURLRequest request);
$async.Future<$0.PartnerAppShortenURLResponse> partnerAppShortenURL($grpc.ServiceCall call, $0.PartnerAppShortenURLRequest request);
$async.Future<$0.UploadSiteFileResponse> uploadSiteFile_Pre($grpc.ServiceCall $call, $async.Future<$0.UploadSiteFileRequest> $request) async {
return uploadSiteFile($call, await $request);
$async.Future<$0.SiteUploadFileResponse> siteUploadFile_Pre($grpc.ServiceCall $call, $async.Future<$0.SiteUploadFileRequest> $request) async {
return siteUploadFile($call, await $request);
}
$async.Future<$0.UploadSiteFileResponse> uploadSiteFile($grpc.ServiceCall call, $0.UploadSiteFileRequest request);
$async.Future<$0.SiteUploadFileResponse> siteUploadFile($grpc.ServiceCall call, $0.SiteUploadFileRequest request);
$async.Future<$0.UploadPartnerAppFileResponse> uploadPartnerAppFile_Pre($grpc.ServiceCall $call, $async.Future<$0.UploadPartnerAppFileRequest> $request) async {
return uploadPartnerAppFile($call, await $request);
$async.Future<$0.PartnerAppUploadFileResponse> partnerAppUploadFile_Pre($grpc.ServiceCall $call, $async.Future<$0.PartnerAppUploadFileRequest> $request) async {
return partnerAppUploadFile($call, await $request);
}
$async.Future<$0.UploadPartnerAppFileResponse> uploadPartnerAppFile($grpc.ServiceCall call, $0.UploadPartnerAppFileRequest request);
$async.Future<$0.PartnerAppUploadFileResponse> partnerAppUploadFile($grpc.ServiceCall call, $0.PartnerAppUploadFileRequest request);
$async.Future<$0.ListSiteTinyURLsResponse> listSiteTinyURLs_Pre($grpc.ServiceCall $call, $async.Future<$0.ListSiteTinyURLsRequest> $request) async {
return listSiteTinyURLs($call, await $request);
$async.Future<$0.SiteUploadPayloadResponse> siteUploadPayload_Pre($grpc.ServiceCall $call, $async.Future<$0.SiteUploadPayloadRequest> $request) async {
return siteUploadPayload($call, await $request);
}
$async.Future<$0.ListSiteTinyURLsResponse> listSiteTinyURLs($grpc.ServiceCall call, $0.ListSiteTinyURLsRequest request);
$async.Future<$0.SiteUploadPayloadResponse> siteUploadPayload($grpc.ServiceCall call, $0.SiteUploadPayloadRequest request);
$async.Future<$0.ListPartnerAppTinyURLsResponse> listPartnerAppTinyURLs_Pre($grpc.ServiceCall $call, $async.Future<$0.ListPartnerAppTinyURLsRequest> $request) async {
return listPartnerAppTinyURLs($call, await $request);
$async.Future<$0.PartnerAppUploadPayloadResponse> partnerAppUploadPayload_Pre($grpc.ServiceCall $call, $async.Future<$0.PartnerAppUploadPayloadRequest> $request) async {
return partnerAppUploadPayload($call, await $request);
}
$async.Future<$0.ListPartnerAppTinyURLsResponse> listPartnerAppTinyURLs($grpc.ServiceCall call, $0.ListPartnerAppTinyURLsRequest request);
$async.Future<$0.PartnerAppUploadPayloadResponse> partnerAppUploadPayload($grpc.ServiceCall call, $0.PartnerAppUploadPayloadRequest request);
$async.Future<$0.DeleteSiteTinyURLResponse> deleteSiteTinyURL_Pre($grpc.ServiceCall $call, $async.Future<$0.DeleteSiteTinyURLRequest> $request) async {
return deleteSiteTinyURL($call, await $request);
$async.Future<$0.SiteListTinyURLsResponse> siteListTinyURLs_Pre($grpc.ServiceCall $call, $async.Future<$0.SiteListTinyURLsRequest> $request) async {
return siteListTinyURLs($call, await $request);
}
$async.Future<$0.DeleteSiteTinyURLResponse> deleteSiteTinyURL($grpc.ServiceCall call, $0.DeleteSiteTinyURLRequest request);
$async.Future<$0.SiteListTinyURLsResponse> siteListTinyURLs($grpc.ServiceCall call, $0.SiteListTinyURLsRequest request);
$async.Future<$0.DeletePartnerAppTinyURLResponse> deletePartnerAppTinyURL_Pre($grpc.ServiceCall $call, $async.Future<$0.DeletePartnerAppTinyURLRequest> $request) async {
return deletePartnerAppTinyURL($call, await $request);
$async.Future<$0.PartnerAppListTinyURLsResponse> partnerAppListTinyURLs_Pre($grpc.ServiceCall $call, $async.Future<$0.PartnerAppListTinyURLsRequest> $request) async {
return partnerAppListTinyURLs($call, await $request);
}
$async.Future<$0.DeletePartnerAppTinyURLResponse> deletePartnerAppTinyURL($grpc.ServiceCall call, $0.DeletePartnerAppTinyURLRequest request);
$async.Future<$0.PartnerAppListTinyURLsResponse> partnerAppListTinyURLs($grpc.ServiceCall call, $0.PartnerAppListTinyURLsRequest request);
$async.Future<$0.GetSiteTinyURLResult> getSiteTinyURL_Pre($grpc.ServiceCall $call, $async.Future<$0.GetSiteTinyURLRequest> $request) async {
return getSiteTinyURL($call, await $request);
$async.Future<$0.SiteDeleteTinyURLResponse> siteDeleteTinyURL_Pre($grpc.ServiceCall $call, $async.Future<$0.SiteDeleteTinyURLRequest> $request) async {
return siteDeleteTinyURL($call, await $request);
}
$async.Future<$0.GetSiteTinyURLResult> getSiteTinyURL($grpc.ServiceCall call, $0.GetSiteTinyURLRequest request);
$async.Future<$0.SiteDeleteTinyURLResponse> siteDeleteTinyURL($grpc.ServiceCall call, $0.SiteDeleteTinyURLRequest request);
$async.Future<$0.GetPartnerAppTinyURLResult> getPartnerAppTinyURL_Pre($grpc.ServiceCall $call, $async.Future<$0.GetPartnerAppTinyURLRequest> $request) async {
return getPartnerAppTinyURL($call, await $request);
$async.Future<$0.PartnerAppDeleteTinyURLResponse> partnerAppDeleteTinyURL_Pre($grpc.ServiceCall $call, $async.Future<$0.PartnerAppDeleteTinyURLRequest> $request) async {
return partnerAppDeleteTinyURL($call, await $request);
}
$async.Future<$0.GetPartnerAppTinyURLResult> getPartnerAppTinyURL($grpc.ServiceCall call, $0.GetPartnerAppTinyURLRequest request);
$async.Future<$0.PartnerAppDeleteTinyURLResponse> partnerAppDeleteTinyURL($grpc.ServiceCall call, $0.PartnerAppDeleteTinyURLRequest request);
$async.Future<$0.DeleteAllTinyURLsResult> deleteAll_Pre($grpc.ServiceCall $call, $async.Future<$0.DeleteAllTinyURLsRequest> $request) async {
$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.PartnerAppGetTinyURLResponse> partnerAppGetTinyURL_Pre($grpc.ServiceCall $call, $async.Future<$0.PartnerAppGetTinyURLRequest> $request) async {
return partnerAppGetTinyURL($call, await $request);
}
$async.Future<$0.PartnerAppGetTinyURLResponse> partnerAppGetTinyURL($grpc.ServiceCall call, $0.PartnerAppGetTinyURLRequest request);
$async.Future<$0.DeleteAllTinyURLsResponse> deleteAll_Pre($grpc.ServiceCall $call, $async.Future<$0.DeleteAllTinyURLsRequest> $request) async {
return deleteAll($call, await $request);
}
$async.Future<$0.DeleteAllTinyURLsResult> deleteAll($grpc.ServiceCall call, $0.DeleteAllTinyURLsRequest request);
$async.Future<$0.DeleteAllTinyURLsResponse> deleteAll($grpc.ServiceCall call, $0.DeleteAllTinyURLsRequest request);
}