undeprecateRegistryItemVersion method

ResponseFuture<UndeprecateRegistryItemVersionResponse> undeprecateRegistryItemVersion(
  1. UndeprecateRegistryItemVersionRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$12.UndeprecateRegistryItemVersionResponse> undeprecateRegistryItemVersion($12.UndeprecateRegistryItemVersionRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$undeprecateRegistryItemVersion, request, options: options);
}