updateCustomLabelPolicy method

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

Implementation

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