File tree Expand file tree Collapse file tree 6 files changed +50
-0
lines changed
modules/static/googleapis/cloud-run Expand file tree Collapse file tree 6 files changed +50
-0
lines changed Original file line number Diff line number Diff 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 | |
Original file line number Diff line number Diff line change 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 ) .
Original file line number Diff line number Diff line change 1+ version : v1
2+ name : buf.build/googleapis/cloud-run
3+ deps :
4+ - buf.build/googleapis/googleapis
Original file line number Diff line number Diff line change 1+ bf2ce591fdd45d380342426ba64d3165ac504cdd
Original file line number Diff line number Diff line change 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+ - *
Original file line number Diff line number Diff line change @@ -239,6 +239,7 @@ sync_references releases envoyproxy protoc-gen-validate https://github.com/envoy
239239sync_references commits envoyproxy ratelimit https://github.com/envoyproxy/ratelimit v1 api
240240sync_references releases gogo protobuf https://github.com/gogo/protobuf v1
241241sync_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
242243sync_references commits googleapis googleapis https://github.com/googleapis/googleapis v1
243244sync_references releases googlechrome lighthouse https://github.com/GoogleChrome/lighthouse v1 proto
244245sync_references releases googlecloudplatform bq-schema-api https://github.com/GoogleCloudPlatform/protoc-gen-bq-schema v1
You can’t perform that action at this time.
0 commit comments