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: 609f12b83f9cddf76051cd1f5fb7fba05ad2c4534174156f2318db953fb3df85
4
- data.tar.gz: 0672101a5baee8c75287572dc21aecfee2770bef810f44d9ff1319c55581e684
3
+ metadata.gz: c5d66a885b6d6066842e44d8a4fd1801fed7d31b1c84f7551e190aa33d88a9a6
4
+ data.tar.gz: 3e79f3a94b7dd0fc061cfa8774178cb1ede64acb580b898796d579e28a3373cb
5
5
  SHA512:
6
- metadata.gz: 29e853b2caa50f9cc6f3f3d8aec3ef902cc24accd91cea447ba843eb1b916f2d5b39c606a6a9c2403dcf12408c6364fc8f41074cd6bec49e15fc16a74f68bab9
7
- data.tar.gz: 895936494ca61ebe5956d985607c1884c2848b241293cf534df89c867c4f92933872419cefe1fa50dcce63a05a342023581d9e4fd00257ad37ff26e57ea9e570
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 fields are mutually exclusive: `buildpack_build`, `docker_build`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 fields are mutually exclusive: `docker_build`, `buildpack_build`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 fields are mutually exclusive: `buildpack_build`, `docker_build`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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 fields are mutually exclusive: `docker_build`, `buildpack_build`. If a field in that set is populated, all other fields in the set will automatically be cleared.
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.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Run
23
23
  module V2
24
- VERSION = "0.24.0"
24
+ VERSION = "0.24.1"
25
25
  end
26
26
  end
27
27
  end
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.0
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.8
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