Skip to content

Commit 0dc575c

Browse files
committed
chore: complete migration of google-cloud-storage
Removed skip_generate and regenerated with Librarian.
1 parent 025d152 commit 0dc575c

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed

librarian.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2780,7 +2780,6 @@ libraries:
27802780
apis:
27812781
- path: google/storage/v2
27822782
description_override: 'is a durable and highly available object storage service. Google Cloud Storage is almost infinitely scalable and guarantees consistency: when a write succeeds, the latest copy of the object will be returned to any GET, globally.'
2783-
skip_generate: true
27842783
python:
27852784
library_type: GAPIC_MANUAL
27862785
opt_args_by_api:
Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
{
2-
"name": "storage",
3-
"name_pretty": "Google Cloud Storage",
4-
"product_documentation": "https://cloud.google.com/storage",
2+
"api_description": "is a durable and highly available object storage service. Google Cloud Storage is almost infinitely scalable and guarantees consistency: when a write succeeds, the latest copy of the object will be returned to any GET, globally.",
3+
"api_id": "storage.googleapis.com",
4+
"api_shortname": "storage",
55
"client_documentation": "https://cloud.google.com/python/docs/reference/storage/latest",
6+
"default_version": "v2",
7+
"distribution_name": "google-cloud-storage",
68
"issue_tracker": "https://issuetracker.google.com/savedsearches/559782",
7-
"release_level": "stable",
89
"language": "python",
910
"library_type": "GAPIC_MANUAL",
10-
"repo": "googleapis/google-cloud-python",
11-
"distribution_name": "google-cloud-storage",
12-
"api_id": "storage.googleapis.com",
13-
"requires_billing": true,
14-
"default_version": "v2",
15-
"codeowner_team": "@googleapis/cloud-sdk-python-team @googleapis/gcs-team @googleapis/gcs-fs",
16-
"api_shortname": "storage",
17-
"api_description": "is a durable and highly available object storage service. Google Cloud Storage is almost infinitely scalable and guarantees consistency: when a write succeeds, the latest copy of the object will be returned to any GET, globally."
18-
}
11+
"name": "storage",
12+
"name_pretty": "Google Cloud Storage",
13+
"product_documentation": "https://cloud.google.com/storage",
14+
"release_level": "stable",
15+
"repo": "googleapis/google-cloud-python"
16+
}

packages/google-cloud-storage/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def system(session, test_type):
334334
session.skip(
335335
"Credentials must be set via environment variable GOOGLE_APPLICATION_CREDENTIALS"
336336
)
337-
# Install pyopenssl for mTLS testing.
337+
# mTLS tests requires pyopenssl.
338338
if os.environ.get("GOOGLE_API_USE_CLIENT_CERTIFICATE", "") == "true":
339339
session.install("pyopenssl")
340340
# Check if endpoint is being overriden for rerun_count

0 commit comments

Comments
 (0)