Skip to content

Commit 62eb82e

Browse files
authored
Add managed module googleapis/cloud-run (#1104)
- [x] Have `googleapis/googleapis` sync the missing imported files in this new module: https://buf.build/googleapis/googleapis/commits/commit/004180b77378443887d3b55cabc00384 - [x] Test fetch action off this PR: https://github.com/bufbuild/modules/pull/1105/files#diff-19103a60357748e6f6d09355c9568939e09689a7db5187d79e5279362f212786R1 - [x] Support `googleapis/cloud-run` in the BSR syncer.
1 parent 3bbecf3 commit 62eb82e

File tree

6 files changed

+50
-0
lines changed

6 files changed

+50
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ We currently sync automatically the following modules:
2323
| envoyproxy/ratelimit | https://github.com/envoyproxy/ratelimit | - envoyproxy/envoy |
2424
| gogo/protobuf | https://github.com/gogo/protobuf | |
2525
| google/cel-spec | https://github.com/google/cel-spec | - googleapis/googleapis |
26+
| googleapis/cloud-run | https://github.com/googleapis/googleapis | - googleapis/googleapis |
2627
| googleapis/googleapis | https://github.com/googleapis/googleapis | |
2728
| googlechrome/lighthouse | https://github.com/GoogleChrome/lighthouse | |
2829
| googlecloudplatform/bq-schema-api | https://github.com/GoogleCloudPlatform/protoc-gen-bq-schema | |
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
**This is a third-party repository managed by Buf.**
2+
3+
This module contains types from the
4+
[googleapis/cloud/run](https://github.com/googleapis/googleapis/tree/master/google/cloud) inner
5+
package.
6+
7+
The [source repository](https://github.com/googleapis/googleapis) is already being synced onto
8+
`googleapis/googleapis`, which is a dependency of this module. To use Google's `cloud-run` APIs,
9+
create your own module that has a `dep` on `buf.build/googleapis/cloud-run`.
10+
11+
Updates to the [source repository](https://github.com/googleapis/googleapis) are automatically
12+
synced on a periodic basis, and each BSR commit is labeled with corresponding Git commits.
13+
14+
To depend on a specific Git commit, you can use it as your reference in your dependencies:
15+
16+
```
17+
deps:
18+
- buf.build/googleapis/cloud-run:<GIT_COMMIT_LABEL>
19+
```
20+
21+
For more information, see the [documentation](https://buf.build/docs/bsr/overview).
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
version: v1
2+
name: buf.build/googleapis/cloud-run
3+
deps:
4+
- buf.build/googleapis/googleapis
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bf2ce591fdd45d380342426ba64d3165ac504cdd
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
+ LICENSE
2+
3+
+ cloud/run/v2/build.proto
4+
+ cloud/run/v2/condition.proto
5+
+ cloud/run/v2/execution.proto
6+
+ cloud/run/v2/execution_template.proto
7+
+ cloud/run/v2/instance_split.proto
8+
+ cloud/run/v2/job.proto
9+
+ cloud/run/v2/k8s.min.proto
10+
+ cloud/run/v2/revision.proto
11+
+ cloud/run/v2/revision_template.proto
12+
+ cloud/run/v2/service.proto
13+
+ cloud/run/v2/status.proto
14+
+ cloud/run/v2/task.proto
15+
+ cloud/run/v2/task_template.proto
16+
+ cloud/run/v2/traffic_target.proto
17+
+ cloud/run/v2/vendor_settings.proto
18+
+ cloud/run/v2/worker_pool.proto
19+
+ cloud/run/v2/worker_pool_revision_template.proto
20+
21+
+ */
22+
- *

scripts/fetch.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ sync_references releases envoyproxy protoc-gen-validate https://github.com/envoy
239239
sync_references commits envoyproxy ratelimit https://github.com/envoyproxy/ratelimit v1 api
240240
sync_references releases gogo protobuf https://github.com/gogo/protobuf v1
241241
sync_references releases google cel-spec https://github.com/google/cel-spec v1 proto
242+
sync_references commits googleapis cloud-run https://github.com/googleapis/googleapis v1
242243
sync_references commits googleapis googleapis https://github.com/googleapis/googleapis v1
243244
sync_references releases googlechrome lighthouse https://github.com/GoogleChrome/lighthouse v1 proto
244245
sync_references releases googlecloudplatform bq-schema-api https://github.com/GoogleCloudPlatform/protoc-gen-bq-schema v1

0 commit comments

Comments
 (0)