updateCustomPrivacyPolicy method

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

Implementation

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