Skip to content

Commit f1e54bc

Browse files
authored
chore(internal/serviceconfig): add documentation_uri values to sdk.yaml (#5573)
Documentation URIs are added to sdk.yaml, based on Python overrides in the google-cloud-python librarian.yaml, as they're language-agnostic values. Two of these are just generic cloud.google.com URIs, where there is nothing more appropriate to specify. Towards #5465
1 parent f9b433f commit f1e54bc

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

internal/serviceconfig/sdk.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -955,6 +955,7 @@
955955
release_level:
956956
java: preview
957957
- path: google/cloud/common
958+
documentation_uri: https://cloud.google.com
958959
languages:
959960
- all
960961
skip_rest_numeric_enums:
@@ -974,6 +975,7 @@
974975
transports:
975976
all: rest
976977
- path: google/cloud/compute/v1beta
978+
documentation_uri: https://cloud.google.com/compute/
977979
languages:
978980
- go
979981
- nodejs
@@ -2646,9 +2648,11 @@
26462648
release_level:
26472649
java: preview
26482650
- path: google/datastore/admin/v1
2651+
documentation_uri: https://cloud.google.com/datastore
26492652
languages:
26502653
- all
26512654
- path: google/datastore/v1
2655+
documentation_uri: https://cloud.google.com/datastore
26522656
languages:
26532657
- go
26542658
- java
@@ -2713,26 +2717,31 @@
27132717
- java
27142718
- nodejs
27152719
- path: google/devtools/source/v1
2720+
documentation_uri: https://cloud.google.com
27162721
languages:
27172722
- python
27182723
skip_rest_numeric_enums:
27192724
- python
27202725
transports:
27212726
python: grpc
27222727
- path: google/firestore/admin/v1
2728+
documentation_uri: https://cloud.google.com/firestore
27232729
languages:
27242730
- all
27252731
- path: google/firestore/bundle
2732+
documentation_uri: https://cloud.google.com/firestore
27262733
languages:
27272734
- python
27282735
skip_rest_numeric_enums:
27292736
- python
27302737
title: Cloud Firestore API
27312738
- path: google/firestore/v1
2739+
documentation_uri: https://cloud.google.com/firestore
27322740
languages:
27332741
- all
27342742
title: Cloud Firestore API
27352743
- path: google/geo/type
2744+
documentation_uri: https://mapsplatform.google.com/maps-products
27362745
languages:
27372746
- python
27382747
skip_rest_numeric_enums:
@@ -3168,6 +3177,7 @@
31683177
release_level:
31693178
java: preview
31703179
- path: google/shopping/type
3180+
documentation_uri: https://developers.google.com/merchant/api
31713181
languages:
31723182
- go
31733183
- python

0 commit comments

Comments
 (0)