google-apis-run_v2 0.9.0 → 0.10.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: 1e3dd44499b83e8b945ba4b7eb58a15dd0c34e2352149c1fc0e9347732e761db
4
- data.tar.gz: 4b605e6508a4b7c8166fb43efd3673db63d0373c82ebede69b1ebf283b9ede16
3
+ metadata.gz: c2d4b1fa5688ea4d5fc51e2daf7241bc9125a9deb9c01859db29e0c24abc9fd2
4
+ data.tar.gz: 5508e176c729ab70088fa41a7d667a171cf38fccfd0c57d34667d07767f3be5d
5
5
  SHA512:
6
- metadata.gz: 6145f89352bebb36eb8b722ac0bff027df0b85125faba9f9839b95a3e0f0a43e27aa91879cfd52e6a66ca361ccf1da7c127bc2f27f87de07313e608fc18dbd89
7
- data.tar.gz: bc13b5abf378b1c29441cd96049767ddddf058b1c7c95cfd915c2c6710561b63bf5b13a9670e69f8a695ae3d963ae47882128d45c93edf799d82908156127dc9
6
+ metadata.gz: 71c25c309b9adf212b6e817adaa98cf3d0b378d22030a467f397c372f5539391463df2caafa39d3b6215b58ab4971c04b148ee96f686b56ca5db6836f7401515
7
+ data.tar.gz: 1ff62ebbc882ee17e699956cef4455fdd47be5fcc77283a90317ac9bb5db2f11aeced3225c0fcd83f20c65b6aa3233badb78c43743b0da05c602bf72d7b37c9b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.10.0 (2022-04-13)
4
+
5
+ * Regenerated from discovery document revision 20220408
6
+
3
7
  ### v0.9.0 (2022-04-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20220401
@@ -67,9 +67,9 @@ module Google
67
67
  # cloud.google.com/sql/instances. Visit https://cloud.google.com/sql/docs/mysql/
68
68
  # connect-run for more information on how to connect Cloud SQL and Cloud Run.
69
69
  # Format: `project`:`location`:`instance`
70
- # Corresponds to the JSON property `connections`
70
+ # Corresponds to the JSON property `instances`
71
71
  # @return [Array<String>]
72
- attr_accessor :connections
72
+ attr_accessor :instances
73
73
 
74
74
  def initialize(**args)
75
75
  update!(**args)
@@ -77,7 +77,7 @@ module Google
77
77
 
78
78
  # Update properties of this object
79
79
  def update!(**args)
80
- @connections = args[:connections] if args.key?(:connections)
80
+ @instances = args[:instances] if args.key?(:instances)
81
81
  end
82
82
  end
83
83
 
@@ -1361,7 +1361,7 @@ module Google
1361
1361
  # @return [Google::Apis::RunV2::GoogleTypeExpr]
1362
1362
  attr_accessor :condition
1363
1363
 
1364
- # Specifies the principals requesting access for a Cloud Platform resource. `
1364
+ # Specifies the principals requesting access for a Google Cloud resource. `
1365
1365
  # members` can have the following values: * `allUsers`: A special identifier
1366
1366
  # that represents anyone who is on the internet; with or without a Google
1367
1367
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -1562,7 +1562,7 @@ module Google
1562
1562
  include Google::Apis::Core::Hashable
1563
1563
 
1564
1564
  # The set of permissions to check for the `resource`. Permissions with wildcards
1565
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
1565
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
1566
1566
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
1567
1567
  # Corresponds to the JSON property `permissions`
1568
1568
  # @return [Array<String>]
@@ -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.9.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220401"
25
+ REVISION = "20220408"
26
26
  end
27
27
  end
28
28
  end
@@ -238,7 +238,7 @@ module Google
238
238
  class GoogleCloudRunV2CloudSqlInstance
239
239
  # @private
240
240
  class Representation < Google::Apis::Core::JsonRepresentation
241
- collection :connections, as: 'connections'
241
+ collection :instances, as: 'instances'
242
242
  end
243
243
  end
244
244
 
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.9.0
4
+ version: 0.10.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-04-11 00:00:00.000000000 Z
11
+ date: 2022-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.10.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: []