44# you may not use this file except in compliance with the License.
55# You may obtain a copy of the License at
66#
7- # http ://www.apache.org/licenses/LICENSE-2.0
7+ # https ://www.apache.org/licenses/LICENSE-2.0
88#
99# Unless required by applicable law or agreed to in writing, software
1010# distributed under the License is distributed on an "AS IS" BASIS,
1313# limitations under the License.
1414language : rust
1515sources :
16+ conformance :
17+ commit : 1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b
18+ sha256 : f572d396fae9206628714fb2ce00f72e94f2258f
1619 discovery :
1720 commit : b27c80574e918a7e2a36eb21864d1d2e45b8c032
1821 sha256 : 67c8d3792f0ebf5f0582dce675c379d0f486604eb0143814c79e788954aa1212
1922 googleapis :
2023 commit : 9fcfbea0aa5b50fa22e190faceb073d74504172b
2124 sha256 : 81e6057ffd85154af5268c2c3c8f2408745ca0f7fa03d43c68f4847f31eb5f98
22- showcase :
23- commit : 3f4e3f4f5e2f4c6e8b6f4e2f4c6e8b6f4e2f4c6e
24- sha256 : d41d8cd98f00b204e9800998ecf8427e
2525 protobuf :
2626 commit : 4a5b6c7d8e9f0a1b2c3d4e5f6a7b8c9d0e1f2a3b
2727 sha256 : e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2828 subpath : src
29- conformance :
30- commit : 1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b
31- sha256 : f572d396fae9206628714fb2ce00f72e94f2258f
29+ showcase :
30+ commit : 846ec3b86067d1480b43c3b869e89aacc15dfd7d
31+ sha256 : c43e9c0e3f4ad9aa541f73b06b5e067915277eb36cbeb9e8a3882f8677d5eec4
3232default :
3333 output : src/generated/
3434 release_level : stable
3535 tag_format : ' {name}/v{version}'
3636 rust :
37- disabled_rustdoc_warnings :
38- - redundant_explicit_links
39- - broken_intra_doc_links
4037 package_dependencies :
4138 - name : bytes
4239 package : bytes
4340 force_used : true
4441 - name : serde
4542 package : serde
4643 force_used : true
44+ disabled_rustdoc_warnings :
45+ - redundant_explicit_links
46+ - broken_intra_doc_links
4747libraries :
4848 - name : google-cloud-secretmanager-v1
49+ version : 1.2.3
4950 apis :
5051 - path : google/cloud/secretmanager/v1
51- version : 1.2.3
5252 - name : google-cloud-storage-v2
53+ version : 2.3.4
5354 apis :
5455 - path : google/cloud/storage/v2
55- version : 2.3.4
5656 roots :
5757 - googleapis
5858 rust :
@@ -63,15 +63,15 @@ libraries:
6363 veneer : true
6464 rust :
6565 modules :
66- - api_path : google/storage/v2
67- service_config : google/storage/v2/storage_v2.yaml
68- output : src/storage/src/generated/gapic
69- template : grpc-client
70- has_veneer : true
71- routing_required : true
66+ - has_veneer : true
7267 included_ids :
7368 - .google.storage.v2.Storage.GetBucket
7469 - .google.storage.v2.Storage.ListBuckets
75- - api_path : google/storage/v2
76- output : src/storage/src/generated/protos/storage
70+ output : src/storage/src/generated/gapic
71+ routing_required : true
72+ service_config : google/storage/v2/storage_v2.yaml
73+ api_path : google/storage/v2
74+ template : grpc-client
75+ - output : src/storage/src/generated/protos/storage
76+ api_path : google/storage/v2
7777 template : prost
0 commit comments