google-apis-run_v2 0.13.0 → 0.16.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: c7c6db4dcd2f9406ca244dd3d0ddebe0159d3863a4881c633c1e4960b5eb7ae7
4
- data.tar.gz: 932015b164b05deecb0c28403ec149f239c25ad07942267e712c5e586ab0fb93
3
+ metadata.gz: dd0f6e26e16539cb04a8ec102168c809566c85bee9003ae714fe55b3bb6666a5
4
+ data.tar.gz: 2c3eece7d2624c029d1de2dd4f9fefe1c5db29482dda7a4a1c7117a75713c230
5
5
  SHA512:
6
- metadata.gz: 9461d8a98f5d290755259061e560099665c1722b5bc0e734f435cbbab253d81245c0fae2bf317b0ff7887c014c63ef3514ac323807532bba0ee8f4c3836f8fd9
7
- data.tar.gz: 1a086f7e6880caba9be09dc6308af0c3075b3a35dea8dad418626ee31ebdfdb319fe16a59b10d12a9a61409709d1aed5d6a92696ce326a75611eb0c03561d9d9
6
+ metadata.gz: e97ad09f82ea0d6af6c0568a0ff2b59960a485e40b4a31e4266155d8c009d9c32c19a154f377d454146a0e5dee39cb906f0dae33db1130e568d3c6379475419e
7
+ data.tar.gz: c13c106819198f2457aeba7570bddcec0b62ad35df5b81a335158ca50a9570e8e7b942edb214dc813a2afc9e11890db97f03d1543f73e1186246b972396443ba
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.16.0 (2022-06-20)
4
+
5
+ * Regenerated using generator version 0.7.0
6
+
7
+ ### v0.15.0 (2022-06-08)
8
+
9
+ * Regenerated from discovery document revision 20220603
10
+ * Regenerated using generator version 0.5.0
11
+
12
+ ### v0.14.0 (2022-05-12)
13
+
14
+ * Regenerated from discovery document revision 20220506
15
+
3
16
  ### v0.13.0 (2022-05-04)
4
17
 
5
18
  * Regenerated from discovery document revision 20220429
@@ -496,6 +496,11 @@ module Google
496
496
  class GoogleCloudRunV2ExecutionReference
497
497
  include Google::Apis::Core::Hashable
498
498
 
499
+ # Creation timestamp of the execution.
500
+ # Corresponds to the JSON property `completionTime`
501
+ # @return [String]
502
+ attr_accessor :completion_time
503
+
499
504
  # Creation timestamp of the execution.
500
505
  # Corresponds to the JSON property `createTime`
501
506
  # @return [String]
@@ -512,6 +517,7 @@ module Google
512
517
 
513
518
  # Update properties of this object
514
519
  def update!(**args)
520
+ @completion_time = args[:completion_time] if args.key?(:completion_time)
515
521
  @create_time = args[:create_time] if args.key?(:create_time)
516
522
  @name = args[:name] if args.key?(:name)
517
523
  end
@@ -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.13.0"
19
+ GEM_VERSION = "0.16.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.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220429"
25
+ REVISION = "20220603"
26
26
  end
27
27
  end
28
28
  end
@@ -399,6 +399,7 @@ module Google
399
399
  class GoogleCloudRunV2ExecutionReference
400
400
  # @private
401
401
  class Representation < Google::Apis::Core::JsonRepresentation
402
+ property :completion_time, as: 'completionTime'
402
403
  property :create_time, as: 'createTime'
403
404
  property :name, as: 'name'
404
405
  end
@@ -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.13.0
4
+ version: 0.16.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-09 00:00:00.000000000 Z
11
+ date: 2022-06-27 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.6'
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.6'
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.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.16.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