google-apis-cloudasset_v1beta1 0.36.0 → 0.38.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: f99be2e2cf410760594d60541e3563b8cd8fe8b4d60d484cda82119e2a8ed412
4
- data.tar.gz: '09cc5ab5dcd501313953f9e46ddb27969728c84ae22ead60c07f68592dd6e016'
3
+ metadata.gz: aa14b45f15ad5e964a582c0cbefcd6bd8d73f644267f24230233bb9600168be9
4
+ data.tar.gz: a61c6f9efcc510da62bb82638c5f2b5ad442c3d4dcb3f2a90c2d0c7dbe22c97c
5
5
  SHA512:
6
- metadata.gz: 18612739652b027f79fb1e9a1e6395336b82a3cbbc0aa42879743a355dc0aacb717b0c617d8b058079630b420de5c35e6a6f065c683ed7a6557d324621f4c0fe
7
- data.tar.gz: 25bcde81f67ba4f2497097ce3785640f3ccb408e6be2fa93417f750c062be2394ad1cef7be3feab2c8811c62b821c95caa1c54dcb9ac490a214b9ae4f76d4c8e
6
+ metadata.gz: ab4245916a049329a1aa37b2e1e974aa03c5d6809d4012f8589edbbe69e67d53588451be16e1e96603f114409d0111f4e9b3a8499174e0ab714d4edd4a6f9a6b
7
+ data.tar.gz: b743cfb43e51690e22df1f7223b13385e4608ae42d93b2fcb4e37b1ac8b44fd9c944c028b67bfd5d0d324e49f0f051658bbfd09bbb58f984485054283557251a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudasset_v1beta1
2
2
 
3
+ ### v0.38.0 (2024-04-21)
4
+
5
+ * Regenerated from discovery document revision 20240412
6
+
7
+ ### v0.37.0 (2024-02-24)
8
+
9
+ * Regenerated using generator version 0.14.0
10
+
3
11
  ### v0.36.0 (2024-02-04)
4
12
 
5
13
  * Regenerated from discovery document revision 20240126
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
 
@@ -1448,8 +1448,11 @@ module Google
1448
1448
  class GoogleIdentityAccesscontextmanagerV1EgressFrom
1449
1449
  include Google::Apis::Core::Hashable
1450
1450
 
1451
- # A list of identities that are allowed access through this [EgressPolicy], in
1452
- # the format of `user:`email_id`` or `serviceAccount:`email_id``.
1451
+ # A list of identities that are allowed access through [EgressPolicy].
1452
+ # Identities can be an individual user, service account, Google group, or third-
1453
+ # party identity. The `v1` identities that have the prefix `user`, `group`, `
1454
+ # serviceAccount`, `principal`, and `principalSet` in https://cloud.google.com/
1455
+ # iam/docs/principal-identifiers#v1 are supported.
1453
1456
  # Corresponds to the JSON property `identities`
1454
1457
  # @return [Array<String>]
1455
1458
  attr_accessor :identities
@@ -1571,11 +1574,11 @@ module Google
1571
1574
  include Google::Apis::Core::Hashable
1572
1575
 
1573
1576
  # A list of external resources that are allowed to be accessed. Only AWS and
1574
- # Azure resources are supported. For Amazon S3, the supported format is s3://
1575
- # BUCKET_NAME. For Azure Storage, the supported format is azure://myaccount.blob.
1576
- # core.windows.net/CONTAINER_NAME. A request matches if it contains an external
1577
- # resource in this list (Example: s3://bucket/path). Currently '*' is not
1578
- # allowed.
1577
+ # Azure resources are supported. For Amazon S3, the supported formats are s3://
1578
+ # BUCKET_NAME, s3a://BUCKET_NAME, and s3n://BUCKET_NAME. For Azure Storage, the
1579
+ # supported format is azure://myaccount.blob.core.windows.net/CONTAINER_NAME. A
1580
+ # request matches if it contains an external resource in this list (Example: s3:/
1581
+ # /bucket/path). Currently '*' is not allowed.
1579
1582
  # Corresponds to the JSON property `externalResources`
1580
1583
  # @return [Array<String>]
1581
1584
  attr_accessor :external_resources
@@ -1615,8 +1618,11 @@ module Google
1615
1618
  class GoogleIdentityAccesscontextmanagerV1IngressFrom
1616
1619
  include Google::Apis::Core::Hashable
1617
1620
 
1618
- # A list of identities that are allowed access through this ingress policy, in
1619
- # the format of `user:`email_id`` or `serviceAccount:`email_id``.
1621
+ # A list of identities that are allowed access through [IngressPolicy].
1622
+ # Identities can be an individual user, service account, Google group, or third-
1623
+ # party identity. The `v1` identities that have the prefix `user`, `group`, `
1624
+ # serviceAccount`, `principal`, and `principalSet` in https://cloud.google.com/
1625
+ # iam/docs/principal-identifiers#v1 are supported.
1620
1626
  # Corresponds to the JSON property `identities`
1621
1627
  # @return [Array<String>]
1622
1628
  attr_accessor :identities
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1beta1
18
18
  # Version of the google-apis-cloudasset_v1beta1 gem
19
- GEM_VERSION = "0.36.0"
19
+ GEM_VERSION = "0.38.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 = "20240126"
25
+ REVISION = "20240412"
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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.0
4
+ version: 0.38.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-02-04 00:00:00.000000000 Z
11
+ date: 2024-04-21 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.38.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1beta1
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 V1beta1