Skip to content

Commit 81a0300

Browse files
committed
chore(java-spanner): add library to generation_config.yaml
1 parent 892cdba commit 81a0300

2 files changed

Lines changed: 26 additions & 60 deletions

File tree

generation_config.yaml

Lines changed: 26 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -622,29 +622,6 @@ libraries:
622622
GAPICs:
623623
- proto_path: google/cloud/support/v2
624624
- proto_path: google/cloud/support/v2beta
625-
# - api_shortname: common-protos
626-
# name_pretty: Common Protos
627-
# product_documentation: https://github.com/googleapis/api-common-protos
628-
# api_description: Protobuf classes for Google's common protos.
629-
# release_level: stable
630-
# client_documentation: https://cloud.google.com/java/docs/reference/proto-google-common-protos/latest/history
631-
# distribution_name: com.google.api.grpc:proto-google-common-protos
632-
# excluded_dependencies: proto-google-common-protos,grpc-google-common-protos,proto-google-common-protos-parent
633-
# excluded_poms: proto-google-common-protos-bom,proto-google-common-protos
634-
# library_type: OTHER
635-
# GAPICs:
636-
# - proto_path: google/api
637-
# - proto_path: google/apps/card/v1
638-
# - proto_path: google/cloud
639-
# - proto_path: google/cloud/audit
640-
# - proto_path: google/cloud/location
641-
# - proto_path: google/geo/type
642-
# - proto_path: google/logging/type
643-
# - proto_path: google/longrunning
644-
# - proto_path: google/rpc
645-
# - proto_path: google/rpc/context
646-
# - proto_path: google/shopping/type
647-
# - proto_path: google/type
648625
- api_shortname: compute
649626
name_pretty: Compute Engine
650627
product_documentation: https://cloud.google.com/compute/
@@ -2490,15 +2467,32 @@ libraries:
24902467
- proto_path: google/shopping/merchant/reviews/v1beta
24912468
requires_billing: true
24922469
library_name: shopping-merchant-reviews
2493-
# - api_shortname: showcase
2494-
# excluded_poms: gapic-showcase-bom
2495-
# name_pretty: Showcase
2496-
# api_description: Showcase module
2497-
# product_documentation: https://cloud.google.com/dummy
2498-
# distribution_name: com.google.cloud:gapic-showcase
2499-
# library_type: OTHER
2500-
# GAPICs:
2501-
# - proto_path: schema/google/showcase/v1beta1
2470+
- api_shortname: spanner
2471+
name_pretty: Cloud Spanner
2472+
product_documentation: https://cloud.google.com/spanner/docs/
2473+
client_documentation: https://cloud.google.com/java/docs/reference/google-cloud-spanner/latest/history
2474+
api_description: is a fully managed, mission-critical, relational database service
2475+
that offers transactional consistency at global scale, schemas, SQL (ANSI 2011
2476+
with extensions), and automatic, synchronous replication for high availability.
2477+
Be sure to activate the Cloud Spanner API on the Developer's Console to use Cloud
2478+
Spanner from your project.
2479+
issue_tracker: https://issuetracker.google.com/issues?q=componentid:190851%2B%20status:open
2480+
release_level: stable
2481+
language: java
2482+
min_java_version: 8
2483+
distribution_name: com.google.cloud:google-cloud-spanner
2484+
api_id: spanner.googleapis.com
2485+
transport: grpc
2486+
requires_billing: true
2487+
codeowner_team: '@googleapis/spanner-team'
2488+
library_type: GAPIC_COMBO
2489+
excluded_poms: google-cloud-spanner-bom
2490+
recommended_package: com.google.cloud.spanner
2491+
GAPICs:
2492+
- proto_path: google/spanner/admin/database/v1
2493+
- proto_path: google/spanner/admin/instance/v1
2494+
- proto_path: google/spanner/executor/v1
2495+
- proto_path: google/spanner/v1
25022496
- api_shortname: spanneradapter
25032497
name_pretty: Cloud Spanner Adapter API
25042498
product_documentation: https://cloud.google.com/java/docs/reference/google-cloud-spanneradapter/latest/overview

java-spanner/generation_config.yaml

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)