google-apis-run_v2 0.12.0 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b506ec6eece81399e53c72fbfe1e7e179b288a9215b35c47f0ccfa200cbfed65
4
- data.tar.gz: c21e104ef41f67a4c5b7ff249f8e5e49a7cece16ee25f5cf938d25fae4650bb4
3
+ metadata.gz: b282bd3217aaf3f9adcc166f605d843737a3fb08d8805c9581aaddcbb2284fdf
4
+ data.tar.gz: ad1d291b7438de484ff5bd82e300259bcdc36bd2fffc524b0aba49e67f80d498
5
5
  SHA512:
6
- metadata.gz: 89e42ff421a6d4f2e613460f49b0837b31ca1df6819608d6293c4ef967d7b02cc82b95348941fba743a175644a253ea219c133187291e456616d02fc1dbcf99c
7
- data.tar.gz: 2ab968dd99d0df973d8508e783d88f7b715b2d9489583b49862cce5c9da4f9f8044a541aeb222755685fb1d3bdcafdf9b12f9c09455d4ce5eb574f42b021cd49
6
+ metadata.gz: 6e1bd93cb35c9312231c9e7f6bcfbe72be61555ef5902152409324467647b04c21890f8cca5a3c84ded752174da9974bee3c9370c13200683ee07174ba210216
7
+ data.tar.gz: 493c09aaa2e69a1ffb120d5fc54d5819ad4864bb019f2981b51cbf7ab4ad1c0fcf5c66fbc43235b12af16c782dce719627cd3ca9f460025e5c4fa280fb4c1d67
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.15.0 (2022-06-08)
4
+
5
+ * Regenerated from discovery document revision 20220603
6
+ * Regenerated using generator version 0.5.0
7
+
8
+ ### v0.14.0 (2022-05-12)
9
+
10
+ * Regenerated from discovery document revision 20220506
11
+
12
+ ### v0.13.0 (2022-05-04)
13
+
14
+ * Regenerated from discovery document revision 20220429
15
+
3
16
  ### v0.12.0 (2022-04-27)
4
17
 
5
18
  * Regenerated from discovery document revision 20220422
@@ -78,21 +78,11 @@ module Google
78
78
  class GoogleCloudRunV2Condition
79
79
  include Google::Apis::Core::Hashable
80
80
 
81
- # A reason for the domain mapping condition.
82
- # Corresponds to the JSON property `domainMappingReason`
83
- # @return [String]
84
- attr_accessor :domain_mapping_reason
85
-
86
81
  # A reason for the execution condition.
87
82
  # Corresponds to the JSON property `executionReason`
88
83
  # @return [String]
89
84
  attr_accessor :execution_reason
90
85
 
91
- # A reason for the internal condition.
92
- # Corresponds to the JSON property `internalReason`
93
- # @return [String]
94
- attr_accessor :internal_reason
95
-
96
86
  # Last time the condition transitioned from one status to another.
97
87
  # Corresponds to the JSON property `lastTransitionTime`
98
88
  # @return [String]
@@ -137,9 +127,7 @@ module Google
137
127
 
138
128
  # Update properties of this object
139
129
  def update!(**args)
140
- @domain_mapping_reason = args[:domain_mapping_reason] if args.key?(:domain_mapping_reason)
141
130
  @execution_reason = args[:execution_reason] if args.key?(:execution_reason)
142
- @internal_reason = args[:internal_reason] if args.key?(:internal_reason)
143
131
  @last_transition_time = args[:last_transition_time] if args.key?(:last_transition_time)
144
132
  @message = args[:message] if args.key?(:message)
145
133
  @reason = args[:reason] if args.key?(:reason)
@@ -185,8 +173,9 @@ module Google
185
173
  # @return [Array<Google::Apis::RunV2::GoogleCloudRunV2EnvVar>]
186
174
  attr_accessor :env
187
175
 
188
- # Required. URL of the Container image in Google Container Registry or Docker
189
- # More info: https://kubernetes.io/docs/concepts/containers/images
176
+ # Required. URL of the Container image in Google Container Registry or Google
177
+ # Artifact Registry. More info: https://kubernetes.io/docs/concepts/containers/
178
+ # images
190
179
  # Corresponds to the JSON property `image`
191
180
  # @return [String]
192
181
  attr_accessor :image
@@ -259,32 +248,6 @@ module Google
259
248
  end
260
249
  end
261
250
 
262
- # ContainerStatus holds the information of container name and image digest value.
263
- class GoogleCloudRunV2ContainerStatus
264
- include Google::Apis::Core::Hashable
265
-
266
- # ImageDigest holds the resolved digest for the image specified, regardless of
267
- # whether a tag or digest was originally specified in the Container object.
268
- # Corresponds to the JSON property `imageDigest`
269
- # @return [String]
270
- attr_accessor :image_digest
271
-
272
- # The name of the container, if specified.
273
- # Corresponds to the JSON property `name`
274
- # @return [String]
275
- attr_accessor :name
276
-
277
- def initialize(**args)
278
- update!(**args)
279
- end
280
-
281
- # Update properties of this object
282
- def update!(**args)
283
- @image_digest = args[:image_digest] if args.key?(:image_digest)
284
- @name = args[:name] if args.key?(:name)
285
- end
286
- end
287
-
288
251
  # EnvVar represents an environment variable present in a Container.
289
252
  class GoogleCloudRunV2EnvVar
290
253
  include Google::Apis::Core::Hashable
@@ -533,6 +496,11 @@ module Google
533
496
  class GoogleCloudRunV2ExecutionReference
534
497
  include Google::Apis::Core::Hashable
535
498
 
499
+ # Creation timestamp of the execution.
500
+ # Corresponds to the JSON property `completionTime`
501
+ # @return [String]
502
+ attr_accessor :completion_time
503
+
536
504
  # Creation timestamp of the execution.
537
505
  # Corresponds to the JSON property `createTime`
538
506
  # @return [String]
@@ -549,6 +517,7 @@ module Google
549
517
 
550
518
  # Update properties of this object
551
519
  def update!(**args)
520
+ @completion_time = args[:completion_time] if args.key?(:completion_time)
552
521
  @create_time = args[:create_time] if args.key?(:create_time)
553
522
  @name = args[:name] if args.key?(:name)
554
523
  end
@@ -645,11 +614,6 @@ module Google
645
614
  # @return [Array<Google::Apis::RunV2::GoogleCloudRunV2Condition>]
646
615
  attr_accessor :conditions
647
616
 
648
- # Output only. Status information for each of the containers specified.
649
- # Corresponds to the JSON property `containerStatuses`
650
- # @return [Array<Google::Apis::RunV2::GoogleCloudRunV2ContainerStatus>]
651
- attr_accessor :container_statuses
652
-
653
617
  # Output only. The creation time.
654
618
  # Corresponds to the JSON property `createTime`
655
619
  # @return [String]
@@ -784,7 +748,6 @@ module Google
784
748
  @client = args[:client] if args.key?(:client)
785
749
  @client_version = args[:client_version] if args.key?(:client_version)
786
750
  @conditions = args[:conditions] if args.key?(:conditions)
787
- @container_statuses = args[:container_statuses] if args.key?(:container_statuses)
788
751
  @create_time = args[:create_time] if args.key?(:create_time)
789
752
  @creator = args[:creator] if args.key?(:creator)
790
753
  @delete_time = args[:delete_time] if args.key?(:delete_time)
@@ -983,17 +946,6 @@ module Google
983
946
  # @return [Array<Google::Apis::RunV2::GoogleCloudRunV2Condition>]
984
947
  attr_accessor :conditions
985
948
 
986
- # Indicates whether Confidential Cloud Run is enabled in this Revision.
987
- # Corresponds to the JSON property `confidential`
988
- # @return [Boolean]
989
- attr_accessor :confidential
990
- alias_method :confidential?, :confidential
991
-
992
- # Sets the maximum number of requests that each serving instance can receive.
993
- # Corresponds to the JSON property `containerConcurrency`
994
- # @return [Fixnum]
995
- attr_accessor :container_concurrency
996
-
997
949
  # Holds the single container that defines the unit of execution for this
998
950
  # Revision.
999
951
  # Corresponds to the JSON property `containers`
@@ -1065,6 +1017,11 @@ module Google
1065
1017
  # @return [String]
1066
1018
  attr_accessor :log_uri
1067
1019
 
1020
+ # Sets the maximum number of requests that each serving instance can receive.
1021
+ # Corresponds to the JSON property `maxInstanceRequestConcurrency`
1022
+ # @return [Fixnum]
1023
+ attr_accessor :max_instance_request_concurrency
1024
+
1068
1025
  # Output only. The unique name of this Revision.
1069
1026
  # Corresponds to the JSON property `name`
1070
1027
  # @return [String]
@@ -1140,8 +1097,6 @@ module Google
1140
1097
  def update!(**args)
1141
1098
  @annotations = args[:annotations] if args.key?(:annotations)
1142
1099
  @conditions = args[:conditions] if args.key?(:conditions)
1143
- @confidential = args[:confidential] if args.key?(:confidential)
1144
- @container_concurrency = args[:container_concurrency] if args.key?(:container_concurrency)
1145
1100
  @containers = args[:containers] if args.key?(:containers)
1146
1101
  @create_time = args[:create_time] if args.key?(:create_time)
1147
1102
  @delete_time = args[:delete_time] if args.key?(:delete_time)
@@ -1153,6 +1108,7 @@ module Google
1153
1108
  @labels = args[:labels] if args.key?(:labels)
1154
1109
  @launch_stage = args[:launch_stage] if args.key?(:launch_stage)
1155
1110
  @log_uri = args[:log_uri] if args.key?(:log_uri)
1111
+ @max_instance_request_concurrency = args[:max_instance_request_concurrency] if args.key?(:max_instance_request_concurrency)
1156
1112
  @name = args[:name] if args.key?(:name)
1157
1113
  @observed_generation = args[:observed_generation] if args.key?(:observed_generation)
1158
1114
  @reconciling = args[:reconciling] if args.key?(:reconciling)
@@ -1202,17 +1158,6 @@ module Google
1202
1158
  # @return [Hash<String,String>]
1203
1159
  attr_accessor :annotations
1204
1160
 
1205
- # Enables Confidential Cloud Run in Revisions created using this template.
1206
- # Corresponds to the JSON property `confidential`
1207
- # @return [Boolean]
1208
- attr_accessor :confidential
1209
- alias_method :confidential?, :confidential
1210
-
1211
- # Sets the maximum number of requests that each serving instance can receive.
1212
- # Corresponds to the JSON property `containerConcurrency`
1213
- # @return [Fixnum]
1214
- attr_accessor :container_concurrency
1215
-
1216
1161
  # Holds the single container that defines the unit of execution for this
1217
1162
  # Revision.
1218
1163
  # Corresponds to the JSON property `containers`
@@ -1236,6 +1181,11 @@ module Google
1236
1181
  # @return [Hash<String,String>]
1237
1182
  attr_accessor :labels
1238
1183
 
1184
+ # Sets the maximum number of requests that each serving instance can receive.
1185
+ # Corresponds to the JSON property `maxInstanceRequestConcurrency`
1186
+ # @return [Fixnum]
1187
+ attr_accessor :max_instance_request_concurrency
1188
+
1239
1189
  # The unique name for the revision. If this field is omitted, it will be
1240
1190
  # automatically generated based on the Service name.
1241
1191
  # Corresponds to the JSON property `revision`
@@ -1280,12 +1230,11 @@ module Google
1280
1230
  # Update properties of this object
1281
1231
  def update!(**args)
1282
1232
  @annotations = args[:annotations] if args.key?(:annotations)
1283
- @confidential = args[:confidential] if args.key?(:confidential)
1284
- @container_concurrency = args[:container_concurrency] if args.key?(:container_concurrency)
1285
1233
  @containers = args[:containers] if args.key?(:containers)
1286
1234
  @encryption_key = args[:encryption_key] if args.key?(:encryption_key)
1287
1235
  @execution_environment = args[:execution_environment] if args.key?(:execution_environment)
1288
1236
  @labels = args[:labels] if args.key?(:labels)
1237
+ @max_instance_request_concurrency = args[:max_instance_request_concurrency] if args.key?(:max_instance_request_concurrency)
1289
1238
  @revision = args[:revision] if args.key?(:revision)
1290
1239
  @scaling = args[:scaling] if args.key?(:scaling)
1291
1240
  @service_account = args[:service_account] if args.key?(:service_account)
@@ -1476,7 +1425,9 @@ module Google
1476
1425
  attr_accessor :expire_time
1477
1426
 
1478
1427
  # Output only. A number that monotonically increases every time the user
1479
- # modifies the desired state.
1428
+ # modifies the desired state. Please note that unlike v1, this is an int64 value.
1429
+ # As with most Google APIs, its JSON representation will be a `string` instead
1430
+ # of an `integer`.
1480
1431
  # Corresponds to the JSON property `generation`
1481
1432
  # @return [Fixnum]
1482
1433
  attr_accessor :generation
@@ -1535,7 +1486,9 @@ module Google
1535
1486
 
1536
1487
  # Output only. The generation of this Service currently serving traffic. See
1537
1488
  # comments in `reconciling` for additional information on reconciliation process
1538
- # in Cloud Run.
1489
+ # in Cloud Run. Please note that unlike v1, this is an int64 value. As with most
1490
+ # Google APIs, its JSON representation will be a `string` instead of an `integer`
1491
+ # .
1539
1492
  # Corresponds to the JSON property `observedGeneration`
1540
1493
  # @return [Fixnum]
1541
1494
  attr_accessor :observed_generation
@@ -2194,8 +2147,8 @@ module Google
2194
2147
  # "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
2195
2148
  # , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
2196
2149
  # this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
2197
- # exempts jose@example.com from DATA_READ logging, and aliya@example.com from
2198
- # DATA_WRITE logging.
2150
+ # exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
2151
+ # from DATA_WRITE logging.
2199
2152
  class GoogleIamV1AuditConfig
2200
2153
  include Google::Apis::Core::Hashable
2201
2154
 
@@ -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.12.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220422"
25
+ REVISION = "20220603"
26
26
  end
27
27
  end
28
28
  end
@@ -52,12 +52,6 @@ module Google
52
52
  include Google::Apis::Core::JsonObjectSupport
53
53
  end
54
54
 
55
- class GoogleCloudRunV2ContainerStatus
56
- class Representation < Google::Apis::Core::JsonRepresentation; end
57
-
58
- include Google::Apis::Core::JsonObjectSupport
59
- end
60
-
61
55
  class GoogleCloudRunV2EnvVar
62
56
  class Representation < Google::Apis::Core::JsonRepresentation; end
63
57
 
@@ -316,9 +310,7 @@ module Google
316
310
  class GoogleCloudRunV2Condition
317
311
  # @private
318
312
  class Representation < Google::Apis::Core::JsonRepresentation
319
- property :domain_mapping_reason, as: 'domainMappingReason'
320
313
  property :execution_reason, as: 'executionReason'
321
- property :internal_reason, as: 'internalReason'
322
314
  property :last_transition_time, as: 'lastTransitionTime'
323
315
  property :message, as: 'message'
324
316
  property :reason, as: 'reason'
@@ -355,14 +347,6 @@ module Google
355
347
  end
356
348
  end
357
349
 
358
- class GoogleCloudRunV2ContainerStatus
359
- # @private
360
- class Representation < Google::Apis::Core::JsonRepresentation
361
- property :image_digest, as: 'imageDigest'
362
- property :name, as: 'name'
363
- end
364
- end
365
-
366
350
  class GoogleCloudRunV2EnvVar
367
351
  # @private
368
352
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -415,6 +399,7 @@ module Google
415
399
  class GoogleCloudRunV2ExecutionReference
416
400
  # @private
417
401
  class Representation < Google::Apis::Core::JsonRepresentation
402
+ property :completion_time, as: 'completionTime'
418
403
  property :create_time, as: 'createTime'
419
404
  property :name, as: 'name'
420
405
  end
@@ -442,8 +427,6 @@ module Google
442
427
  property :client_version, as: 'clientVersion'
443
428
  collection :conditions, as: 'conditions', class: Google::Apis::RunV2::GoogleCloudRunV2Condition, decorator: Google::Apis::RunV2::GoogleCloudRunV2Condition::Representation
444
429
 
445
- collection :container_statuses, as: 'containerStatuses', class: Google::Apis::RunV2::GoogleCloudRunV2ContainerStatus, decorator: Google::Apis::RunV2::GoogleCloudRunV2ContainerStatus::Representation
446
-
447
430
  property :create_time, as: 'createTime'
448
431
  property :creator, as: 'creator'
449
432
  property :delete_time, as: 'deleteTime'
@@ -527,8 +510,6 @@ module Google
527
510
  hash :annotations, as: 'annotations'
528
511
  collection :conditions, as: 'conditions', class: Google::Apis::RunV2::GoogleCloudRunV2Condition, decorator: Google::Apis::RunV2::GoogleCloudRunV2Condition::Representation
529
512
 
530
- property :confidential, as: 'confidential'
531
- property :container_concurrency, as: 'containerConcurrency'
532
513
  collection :containers, as: 'containers', class: Google::Apis::RunV2::GoogleCloudRunV2Container, decorator: Google::Apis::RunV2::GoogleCloudRunV2Container::Representation
533
514
 
534
515
  property :create_time, as: 'createTime'
@@ -541,6 +522,7 @@ module Google
541
522
  hash :labels, as: 'labels'
542
523
  property :launch_stage, as: 'launchStage'
543
524
  property :log_uri, as: 'logUri'
525
+ property :max_instance_request_concurrency, as: 'maxInstanceRequestConcurrency'
544
526
  property :name, as: 'name'
545
527
  property :observed_generation, :numeric_string => true, as: 'observedGeneration'
546
528
  property :reconciling, as: 'reconciling'
@@ -570,13 +552,12 @@ module Google
570
552
  # @private
571
553
  class Representation < Google::Apis::Core::JsonRepresentation
572
554
  hash :annotations, as: 'annotations'
573
- property :confidential, as: 'confidential'
574
- property :container_concurrency, as: 'containerConcurrency'
575
555
  collection :containers, as: 'containers', class: Google::Apis::RunV2::GoogleCloudRunV2Container, decorator: Google::Apis::RunV2::GoogleCloudRunV2Container::Representation
576
556
 
577
557
  property :encryption_key, as: 'encryptionKey'
578
558
  property :execution_environment, as: 'executionEnvironment'
579
559
  hash :labels, as: 'labels'
560
+ property :max_instance_request_concurrency, as: 'maxInstanceRequestConcurrency'
580
561
  property :revision, as: 'revision'
581
562
  property :scaling, as: 'scaling', class: Google::Apis::RunV2::GoogleCloudRunV2RevisionScaling, decorator: Google::Apis::RunV2::GoogleCloudRunV2RevisionScaling::Representation
582
563
 
@@ -173,8 +173,9 @@ module Google
173
173
  # Get the IAM Access Control policy currently in effect for the given Job. This
174
174
  # result does not include any inherited policies.
175
175
  # @param [String] resource
176
- # REQUIRED: The resource for which the policy is being requested. See the
177
- # operation documentation for the appropriate value for this field.
176
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
177
+ # names](https://cloud.google.com/apis/design/resource_names) for the
178
+ # appropriate value for this field.
178
179
  # @param [Fixnum] options_requested_policy_version
179
180
  # Optional. The maximum policy version that will be used to format the policy.
180
181
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -335,8 +336,9 @@ module Google
335
336
  # Sets the IAM Access control policy for the specified Job. Overwrites any
336
337
  # existing policy.
337
338
  # @param [String] resource
338
- # REQUIRED: The resource for which the policy is being specified. See the
339
- # operation documentation for the appropriate value for this field.
339
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
340
+ # names](https://cloud.google.com/apis/design/resource_names) for the
341
+ # appropriate value for this field.
340
342
  # @param [Google::Apis::RunV2::GoogleIamV1SetIamPolicyRequest] google_iam_v1_set_iam_policy_request_object
341
343
  # @param [String] fields
342
344
  # Selector specifying which fields to include in a partial response.
@@ -370,8 +372,9 @@ module Google
370
372
  # Returns permissions that a caller has on the specified Project. There are no
371
373
  # permissions required for making this API call.
372
374
  # @param [String] resource
373
- # REQUIRED: The resource for which the policy detail is being requested. See the
374
- # operation documentation for the appropriate value for this field.
375
+ # REQUIRED: The resource for which the policy detail is being requested. See [
376
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
377
+ # appropriate value for this field.
375
378
  # @param [Google::Apis::RunV2::GoogleIamV1TestIamPermissionsRequest] google_iam_v1_test_iam_permissions_request_object
376
379
  # @param [String] fields
377
380
  # Selector specifying which fields to include in a partial response.
@@ -820,8 +823,9 @@ module Google
820
823
  # Get the IAM Access Control policy currently in effect for the given Cloud Run
821
824
  # Service. This result does not include any inherited policies.
822
825
  # @param [String] resource
823
- # REQUIRED: The resource for which the policy is being requested. See the
824
- # operation documentation for the appropriate value for this field.
826
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
827
+ # names](https://cloud.google.com/apis/design/resource_names) for the
828
+ # appropriate value for this field.
825
829
  # @param [Fixnum] options_requested_policy_version
826
830
  # Optional. The maximum policy version that will be used to format the policy.
827
831
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -951,8 +955,9 @@ module Google
951
955
  # Sets the IAM Access control policy for the specified Service. Overwrites any
952
956
  # existing policy.
953
957
  # @param [String] resource
954
- # REQUIRED: The resource for which the policy is being specified. See the
955
- # operation documentation for the appropriate value for this field.
958
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
959
+ # names](https://cloud.google.com/apis/design/resource_names) for the
960
+ # appropriate value for this field.
956
961
  # @param [Google::Apis::RunV2::GoogleIamV1SetIamPolicyRequest] google_iam_v1_set_iam_policy_request_object
957
962
  # @param [String] fields
958
963
  # Selector specifying which fields to include in a partial response.
@@ -986,8 +991,9 @@ module Google
986
991
  # Returns permissions that a caller has on the specified Project. There are no
987
992
  # permissions required for making this API call.
988
993
  # @param [String] resource
989
- # REQUIRED: The resource for which the policy detail is being requested. See the
990
- # operation documentation for the appropriate value for this field.
994
+ # REQUIRED: The resource for which the policy detail is being requested. See [
995
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
996
+ # appropriate value for this field.
991
997
  # @param [Google::Apis::RunV2::GoogleIamV1TestIamPermissionsRequest] google_iam_v1_test_iam_permissions_request_object
992
998
  # @param [String] fields
993
999
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-run_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-02 00:00:00.000000000 Z
11
+ date: 2022-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.5'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.5'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.15.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Run Admin API V2