updateLabelPolicy method

ResponseFuture<UpdateLabelPolicyResponse> updateLabelPolicy(
  1. UpdateLabelPolicyRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$2.UpdateLabelPolicyResponse> updateLabelPolicy(
    $2.UpdateLabelPolicyRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateLabelPolicy, request, options: options);
}