google-apis-cloudasset_v1p7beta1 0.35.0 → 0.37.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: 84a0fff2e5301af36919ef1d75d41acbefcec0970f4e23ec30000c10168cddf0
4
- data.tar.gz: 65e09600b88e858d3a63a0d6274d14d1647fa6b118d3592e6e3d7ace5c10f35c
3
+ metadata.gz: '08f645cbf85700f818989365ccd997513319eaa934f131ba2d094f080afe1e0f'
4
+ data.tar.gz: 2b34f1f96ba31d70943ecd031671f679c69f27b32f25dec5fe4ae30fc49ff4b1
5
5
  SHA512:
6
- metadata.gz: 41b6d09b69e56caea74ca188c160c022920cdd79d8875ae76d6226d9f6d37045740abc1cb524cdb9fadea5afecb4aa4efde03f00c80ce178dd5710925cdeeff8
7
- data.tar.gz: fe66e781e9f63140b0d88f9aeb2e4fa03e4e807760b40d91ed8b60e7252e68a54bc4546d6fa60d34a5c144f97ee7c6728e7857d50f71dc7b8c059d23d53020f8
6
+ metadata.gz: eed50c380763eba1d205437ea2d7b64cfadd34a9f24cd165b87fbc3cb6d486041f8519e743aed5d449e63f2f58378ae69d10786f279cc39676496028bd1fef26
7
+ data.tar.gz: 8eccafca853faf248fe1af2aa1a5513710da05960b27599d0cbbaa52488074295204a1450b72390d0c3880555debdc81e3ead0ccdf6907995b019cb95a418a8f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudasset_v1p7beta1
2
2
 
3
+ ### v0.37.0 (2024-02-24)
4
+
5
+ * Regenerated using generator version 0.14.0
6
+
7
+ ### v0.36.0 (2024-02-04)
8
+
9
+ * Regenerated from discovery document revision 20240126
10
+
3
11
  ### v0.35.0 (2024-01-28)
4
12
 
5
13
  * Regenerated from discovery document revision 20240119
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/asset-inventory/docs/quicks
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -1451,9 +1451,8 @@ module Google
1451
1451
  class GoogleIdentityAccesscontextmanagerV1EgressFrom
1452
1452
  include Google::Apis::Core::Hashable
1453
1453
 
1454
- # A list of identities that are allowed access through this [EgressPolicy].
1455
- # Should be in the format of email address. The email address should represent
1456
- # individual user or service account only.
1454
+ # A list of identities that are allowed access through this [EgressPolicy], in
1455
+ # the format of `user:`email_id`` or `serviceAccount:`email_id``.
1457
1456
  # Corresponds to the JSON property `identities`
1458
1457
  # @return [Array<String>]
1459
1458
  attr_accessor :identities
@@ -1619,9 +1618,8 @@ module Google
1619
1618
  class GoogleIdentityAccesscontextmanagerV1IngressFrom
1620
1619
  include Google::Apis::Core::Hashable
1621
1620
 
1622
- # A list of identities that are allowed access through this ingress policy.
1623
- # Should be in the format of email address. The email address should represent
1624
- # individual user or service account only.
1621
+ # A list of identities that are allowed access through this ingress policy, in
1622
+ # the format of `user:`email_id`` or `serviceAccount:`email_id``.
1625
1623
  # Corresponds to the JSON property `identities`
1626
1624
  # @return [Array<String>]
1627
1625
  attr_accessor :identities
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1p7beta1
18
18
  # Version of the google-apis-cloudasset_v1p7beta1 gem
19
- GEM_VERSION = "0.35.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.1"
22
+ GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240119"
25
+ REVISION = "20240126"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudasset_v1p7beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.37.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: 2024-01-28 00:00:00.000000000 Z
11
+ date: 2024-02-25 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.12.0
19
+ version: 0.14.0
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.12.0
29
+ version: 0.14.0
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-cloudasset_v1p7beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1p7beta1/v0.37.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1p7beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Asset API V1p7beta1