updateCustomPrivacyPolicy method

ResponseFuture<UpdateCustomPrivacyPolicyResponse> updateCustomPrivacyPolicy(
  1. UpdateCustomPrivacyPolicyRequest request, {
  2. CallOptions? options,
})

Implementation

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