google-apis-cloudasset_v1beta1 0.37.0 → 0.39.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: 76c6839d948551e966e45014eacf1376ebc75aeed39ca25ae0a29643f7ee62d7
4
- data.tar.gz: cf40388fb4c74f671e427965e048029d11549f5b2757e8dca5e7df579097881a
3
+ metadata.gz: 9658e486b715c654b052648a71a47ce2980558f672c8b58acd1ef738c3e609fe
4
+ data.tar.gz: 290b436f709699598d60613ef61d673c2eb25683dd39ada8f7efb2752d27edb4
5
5
  SHA512:
6
- metadata.gz: e119b31c0851717591b728d6f07ff50e37a7e1464fd074b8bd66f2ef18d0abd05720e96cf22d1cac4e19438e761a91d524706f0e804da6a02e8e4389d865e9bd
7
- data.tar.gz: ab310c1914ac423bf8f85b32ef3a41cfc2cb6cd29ed55d14f5e3933d07502ea1f6f1fdd0edd137e5525a1c36e53b452ee4a25182e3640ae227520959af4b0958
6
+ metadata.gz: e00b36ad250af18fd3730f8ff33bc8a1c9c0ec99cbfec4f75f779aa0369dbbce1abe23c839aa18d6956cfbdf8281053f7c371a616a934a899e4db26c02d85a52
7
+ data.tar.gz: 2b430656fe922566950e37e6c5fa88a2bf603d7576e709ed794c4bd5363a6a28765329a292ac0487729e3b202efe1dc644bf013860a61724a5cc8a96c4fa54ff
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudasset_v1beta1
2
2
 
3
+ ### v0.39.0 (2024-05-19)
4
+
5
+ * Regenerated using generator version 0.15.0
6
+
7
+ ### v0.38.0 (2024-04-21)
8
+
9
+ * Regenerated from discovery document revision 20240412
10
+
3
11
  ### v0.37.0 (2024-02-24)
4
12
 
5
13
  * Regenerated using generator version 0.14.0
@@ -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.37.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.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.37.0
4
+ version: 0.39.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-25 00:00:00.000000000 Z
11
+ date: 2024-05-26 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.14.0
19
+ version: 0.15.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.14.0
29
+ version: 0.15.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.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1beta1/v0.39.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: []