Skip to content

Commit 273e0fa

Browse files
committed
chore(internal/config): update gapic-showcase dependency
1 parent d5d1315 commit 273e0fa

3 files changed

Lines changed: 44 additions & 44 deletions

File tree

internal/config/config_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ func TestRustRead(t *testing.T) {
3939
SHA256: "81e6057ffd85154af5268c2c3c8f2408745ca0f7fa03d43c68f4847f31eb5f98",
4040
},
4141
Showcase: &Source{
42-
Commit: "3f4e3f4f5e2f4c6e8b6f4e2f4c6e8b6f4e2f4c6e",
43-
SHA256: "d41d8cd98f00b204e9800998ecf8427e",
42+
Commit: "846ec3b86067d1480b43c3b869e89aacc15dfd7d",
43+
SHA256: "c43e9c0e3f4ad9aa541f73b06b5e067915277eb36cbeb9e8a3882f8677d5eec4",
4444
},
4545
ProtobufSrc: &Source{
4646
Commit: "4a5b6c7d8e9f0a1b2c3d4e5f6a7b8c9d0e1f2a3b",

internal/config/testdata/librarian.yaml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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,
@@ -13,48 +13,48 @@
1313
# limitations under the License.
1414
language: rust
1515
sources:
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
3232
default:
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
4747
libraries:
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-
roots:
54-
- googleapis
53+
version: 2.3.4
5554
apis:
5655
- path: google/cloud/storage/v2
57-
version: 2.3.4
56+
roots:
57+
- googleapis
5858
rust:
5959
disabled_rustdoc_warnings:
6060
- rustdoc::bare_urls
@@ -70,15 +70,15 @@ libraries:
7070
veneer: true
7171
rust:
7272
modules:
73-
- source: google/storage/v2
74-
service_config: google/storage/v2/storage_v2.yaml
75-
output: src/storage/src/generated/gapic
76-
template: grpc-client
77-
has_veneer: true
78-
routing_required: true
73+
- has_veneer: true
7974
included_ids:
8075
- .google.storage.v2.Storage.GetBucket
8176
- .google.storage.v2.Storage.ListBuckets
82-
- source: google/storage/v2
83-
output: src/storage/src/generated/protos/storage
77+
output: src/storage/src/generated/gapic
78+
routing_required: true
79+
service_config: google/storage/v2/storage_v2.yaml
80+
api_path: ""
81+
template: grpc-client
82+
- output: src/storage/src/generated/protos/storage
83+
api_path: ""
8484
template: prost

internal/config/testdata/rust/librarian.yaml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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,
@@ -13,46 +13,46 @@
1313
# limitations under the License.
1414
language: rust
1515
sources:
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
3232
default:
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
4747
libraries:
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

Comments
 (0)