updateCustomPrivacyPolicy method
ResponseFuture<UpdateCustomPrivacyPolicyResponse>
updateCustomPrivacyPolicy(
- UpdateCustomPrivacyPolicyRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.UpdateCustomPrivacyPolicyResponse>
updateCustomPrivacyPolicy($0.UpdateCustomPrivacyPolicyRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$updateCustomPrivacyPolicy, request,
options: options);
}