undeprecateRegistryItem method

ResponseFuture<UndeprecateRegistryItemResponse> undeprecateRegistryItem(
  1. UndeprecateRegistryItemRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$12.UndeprecateRegistryItemResponse> undeprecateRegistryItem($12.UndeprecateRegistryItemRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$undeprecateRegistryItem, request, options: options);
}