updateCustomLabelPolicy method

ResponseFuture<UpdateCustomLabelPolicyResponse> updateCustomLabelPolicy(
  1. UpdateCustomLabelPolicyRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.UpdateCustomLabelPolicyResponse>
    updateCustomLabelPolicy($1.UpdateCustomLabelPolicyRequest request,
        {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateCustomLabelPolicy, request,
      options: options);
}