google-apis-run_v2 0.105.0 → 0.106.0

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: ec6b1a79d0e104eb84edfea48d618c22dd64ded382fe47d3140b75a8317e908e
4
- data.tar.gz: 4fd1005586a7a33d338a93e14bb04d822c4d48366473eb0d2b849e7a5ef1c5d7
3
+ metadata.gz: 820a8f2910f48b9e7b6a6a1515f01a8813c3826165136450fd37d260102c5ecc
4
+ data.tar.gz: be88d3e774fa8f12ac91a250fe26847ca588697198f84658502b3e1957ab812a
5
5
  SHA512:
6
- metadata.gz: 188da35581df63f9e411706ff0d024dd63eb7defc4a3f280290df0882d093df8006008602a34db043813602d08918d8e443fdc852039c8af8f5aef64e1cc7d23
7
- data.tar.gz: b893ced71076c50c4497876936e002e61fc5ef51dc797f53bb82f6865ba5c65f8fe4632e8b22a6121751ff1440ac89c401d2e60c0a3870a9268a0c878241c0d4
6
+ metadata.gz: aeee9177d67f3f0072740d1e012557c9320c67c8d5b313ae18df1f67e86591d99228a6b1432af30017b1b4c104bf23b194b1b24cfef18fb529b925de35014d67
7
+ data.tar.gz: 3e03b18d076f124c320af319fd7b5aa9231831dd31017b917fee2a0862c1d47ea1d0193e415ba5f2c4371cf47b224e9d85fc1e68f220c9fc29b5ab8e67a1152e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.106.0 (2026-02-08)
4
+
5
+ * Regenerated from discovery document revision 20260130
6
+
3
7
  ### v0.105.0 (2026-02-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20260123
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RunV2
18
18
  # Version of the google-apis-run_v2 gem
19
- GEM_VERSION = "0.105.0"
19
+ GEM_VERSION = "0.106.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260123"
25
+ REVISION = "20260130"
26
26
  end
27
27
  end
28
28
  end
@@ -229,9 +229,10 @@ module Google
229
229
  # @param [String] parent
230
230
  # @param [Google::Apis::RunV2::GoogleCloudRunV2Instance] google_cloud_run_v2_instance_object
231
231
  # @param [String] instance_id
232
- # Required. The unique identifier for the Instance. It must begin with letter,
232
+ # Optional. The unique identifier for the Instance. It must begin with letter,
233
233
  # and cannot end with hyphen; must contain fewer than 50 characters. The name of
234
- # the instance becomes `parent`/instances/`instance_id`.
234
+ # the instance becomes `parent`/instances/`instance_id`. If not provided, the
235
+ # server will generate a unique `instance_id`.
235
236
  # @param [Boolean] validate_only
236
237
  # Optional. Indicates that the request should be validated and default values
237
238
  # populated, without persisting the request or creating any resources.
@@ -451,8 +452,9 @@ module Google
451
452
  # number.
452
453
  # @param [Google::Apis::RunV2::GoogleCloudRunV2Job] google_cloud_run_v2_job_object
453
454
  # @param [String] job_id
454
- # Required. The unique identifier for the Job. The name of the job becomes `
455
- # parent`/jobs/`job_id`.
455
+ # Optional. The unique identifier for the Job. The name of the job becomes `
456
+ # parent`/jobs/`job_id`. If not provided, the server will generate a unique `
457
+ # job_id`.
456
458
  # @param [Boolean] validate_only
457
459
  # Indicates that the request should be validated and default values populated,
458
460
  # without persisting the request or creating any resources.
@@ -1219,9 +1221,10 @@ module Google
1219
1221
  # project id or number. Only lowercase characters, digits, and hyphens.
1220
1222
  # @param [Google::Apis::RunV2::GoogleCloudRunV2Service] google_cloud_run_v2_service_object
1221
1223
  # @param [String] service_id
1222
- # Required. The unique identifier for the Service. It must begin with letter,
1224
+ # Optional. The unique identifier for the Service. It must begin with letter,
1223
1225
  # and cannot end with hyphen; must contain fewer than 50 characters. The name of
1224
- # the service becomes `parent`/services/`service_id`.
1226
+ # the service becomes `parent`/services/`service_id`. If not provided, the
1227
+ # server will generate a unique `service_id`.
1225
1228
  # @param [Boolean] validate_only
1226
1229
  # Indicates that the request should be validated and default values populated,
1227
1230
  # without persisting the request or creating any resources.
@@ -1694,9 +1697,10 @@ module Google
1694
1697
  # Optional. Indicates that the request should be validated and default values
1695
1698
  # populated, without persisting the request or creating any resources.
1696
1699
  # @param [String] worker_pool_id
1697
- # Required. The unique identifier for the WorkerPool. It must begin with letter,
1700
+ # Optional. The unique identifier for the WorkerPool. It must begin with letter,
1698
1701
  # and cannot end with hyphen; must contain fewer than 50 characters. The name of
1699
- # the worker pool becomes ``parent`/workerPools/`worker_pool_id``.
1702
+ # the worker pool becomes ``parent`/workerPools/`worker_pool_id``. If not
1703
+ # provided, the server will generate a unique `worker_pool_id`.
1700
1704
  # @param [String] fields
1701
1705
  # Selector specifying which fields to include in a partial response.
1702
1706
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-run_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.105.0
4
+ version: 0.106.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.105.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.106.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2
62
62
  rdoc_options: []
63
63
  require_paths: