updateCustomDomainPolicy_Pre method
Future<UpdateCustomDomainPolicyResponse>
updateCustomDomainPolicy_Pre(
- ServiceCall call,
- Future<
UpdateCustomDomainPolicyRequest> request
Implementation
$async.Future<$1.UpdateCustomDomainPolicyResponse> updateCustomDomainPolicy_Pre($grpc.ServiceCall call, $async.Future<$1.UpdateCustomDomainPolicyRequest> request) async {
return updateCustomDomainPolicy(call, await request);
}