Skip to content

Commit

Permalink
feat: Remove Batch v1main and v1alpha1 protos
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 453794295
  • Loading branch information
Google APIs authored and Copybara-Service committed Jun 8, 2022
1 parent d19c0d2 commit 8ee8c37
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 1,815 deletions.
6 changes: 3 additions & 3 deletions google/cloud/batch/BUILD.bazel
Expand Up @@ -15,15 +15,15 @@ load(

# Generates a Ruby wrapper client for batch.
# Ruby wrapper clients are versionless, but are generated from source protos
# for a particular service version, v1alpha1 in this case.
# for a particular service version, v1 in this case.
ruby_cloud_gapic_library(
name = "batch_ruby_wrapper",
srcs = ["//google/cloud/batch/v1alpha1:batch_proto_with_info"],
srcs = ["//google/cloud/batch/v1:batch_proto_with_info"],
extra_protoc_parameters = [
"ruby-cloud-api-id=batch.googleapis.com",
"ruby-cloud-api-shortname=batch",
"ruby-cloud-gem-name=google-cloud-batch",
"ruby-cloud-wrapper-of=v1alpha1:0.0",
"ruby-cloud-wrapper-of=v1:0.0",
],
ruby_cloud_description = "Google Cloud Batch is a fully managed service used by scientists, VFX artists, developers to easily and efficiently run batch workloads on Google Cloud. This service manages provisioning of resources to satisfy the requirements of the batch jobs for a variety of workloads including ML, HPC, VFX rendering, transcoding, genomics and others.",
ruby_cloud_title = "Batch",
Expand Down
368 changes: 0 additions & 368 deletions google/cloud/batch/v1alpha1/BUILD.bazel

This file was deleted.

0 comments on commit 8ee8c37

Please sign in to comment.