Skip to content

Commit 95a84e1

Browse files
authored
chore: add initial files for google/cloud/compute_v1beta (#13920)
Towards #12471
1 parent 6d04923 commit 95a84e1

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Copyright 2025 Google LLC
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
16+
deep-remove-regex:
17+
- /owl-bot-staging
18+
19+
deep-copy-regex:
20+
- source: /google/cloud/compute/(v1beta)/compute-v.*-py
21+
dest: /owl-bot-staging/google-cloud-compute-v1beta/$1
22+
23+
begin-after-commit-hash: 70f7f0525414fe4dfeb2fc2e81546b073f83a621
24+
api-name: google-cloud-compute-v1beta
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "google-cloud-compute-v1beta",
3+
"name_pretty": "Compute Engine",
4+
"product_documentation": "https://cloud.google.com/compute/",
5+
"client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-compute-v1beta/latest",
6+
"issue_tracker": "https://issuetracker.google.com/issues/new?component=187134&template=0",
7+
"release_level": "stable",
8+
"language": "python",
9+
"library_type": "GAPIC_AUTO",
10+
"repo": "googleapis/google-cloud-python",
11+
"distribution_name": "google-cloud-compute-v1beta",
12+
"api_id": "compute.googleapis.com",
13+
"codeowner_team": "@googleapis/api-compute",
14+
"default_version": "v1beta",
15+
"api_shortname": "compute",
16+
"api_description": "delivers virtual machines running in Google's innovative data centers and worldwide fiber network. Compute Engine's tooling and workflow support enable scaling from single instances to global, load-balanced cloud computing. Compute Engine's VMs boot quickly, come with persistent disk storage, deliver consistent performance and are available in many configurations."
17+
}

0 commit comments

Comments
 (0)