google-cloud-run-v2 0.24.0 → 0.24.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c5d66a885b6d6066842e44d8a4fd1801fed7d31b1c84f7551e190aa33d88a9a6
|
4
|
+
data.tar.gz: 3e79f3a94b7dd0fc061cfa8774178cb1ede64acb580b898796d579e28a3373cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4fc25c2da298f47403e47c27822452f625ee5e734f433c03dfa4509d655790d9a5ef30bcb1a2918ff81347145b3252918fb52c3873eddef9dc8181265124865b
|
7
|
+
data.tar.gz: dba0bc0c7ad8f9c66b85e36df3b623c03c0a5546f8a0c97c51daf68faba40eba499ea05491f517b2aba922c3c43447a72e652dfdeb6cc500d9e060a820f7db15
|
@@ -229,11 +229,11 @@ module Google
|
|
229
229
|
# @param buildpack_build [::Google::Cloud::Run::V2::SubmitBuildRequest::BuildpacksBuild, ::Hash]
|
230
230
|
# Build the source using Buildpacks.
|
231
231
|
#
|
232
|
-
# Note: The following
|
232
|
+
# Note: The following parameters are mutually exclusive: `buildpack_build`, `docker_build`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
233
233
|
# @param docker_build [::Google::Cloud::Run::V2::SubmitBuildRequest::DockerBuild, ::Hash]
|
234
234
|
# Build the source using Docker. This means the source has a Dockerfile.
|
235
235
|
#
|
236
|
-
# Note: The following
|
236
|
+
# Note: The following parameters are mutually exclusive: `docker_build`, `buildpack_build`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
237
237
|
# @param service_account [::String]
|
238
238
|
# Optional. The service account to use for the build. If not set, the default
|
239
239
|
# Cloud Build service account for the project will be used.
|
@@ -222,11 +222,11 @@ module Google
|
|
222
222
|
# @param buildpack_build [::Google::Cloud::Run::V2::SubmitBuildRequest::BuildpacksBuild, ::Hash]
|
223
223
|
# Build the source using Buildpacks.
|
224
224
|
#
|
225
|
-
# Note: The following
|
225
|
+
# Note: The following parameters are mutually exclusive: `buildpack_build`, `docker_build`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
226
226
|
# @param docker_build [::Google::Cloud::Run::V2::SubmitBuildRequest::DockerBuild, ::Hash]
|
227
227
|
# Build the source using Docker. This means the source has a Dockerfile.
|
228
228
|
#
|
229
|
-
# Note: The following
|
229
|
+
# Note: The following parameters are mutually exclusive: `docker_build`, `buildpack_build`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
230
230
|
# @param service_account [::String]
|
231
231
|
# Optional. The service account to use for the build. If not set, the default
|
232
232
|
# Cloud Build service account for the project will be used.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-run-v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.24.
|
4
|
+
version: 0.24.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -201,7 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
201
201
|
- !ruby/object:Gem::Version
|
202
202
|
version: '0'
|
203
203
|
requirements: []
|
204
|
-
rubygems_version: 3.6.
|
204
|
+
rubygems_version: 3.6.9
|
205
205
|
specification_version: 4
|
206
206
|
summary: Deploy and manage user provided container images that scale automatically
|
207
207
|
based on incoming requests. The Cloud Run Admin API v1 follows the Knative Serving
|