google-apis-accesscontextmanager_v1 0.44.0 → 0.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 643195f9e19529ea4d9155ec62e368ee407bcbb88e52cd8a9ab3afdb564e256a
4
- data.tar.gz: c0175f32b5e7ec261b4e2cdc9d2c6114f093d464be6c617690fbbcfef51b522e
3
+ metadata.gz: b5d6f17be8dbcb082838ba39c0b33bf9496deaf5810976477b01f3adb62f9001
4
+ data.tar.gz: 04755e2bca1f7f20a010311f16190feace55af7fda7b8a493dd9ff53d4cdde33
5
5
  SHA512:
6
- metadata.gz: 74a3c8e25834a82aaf2adf4a76547eae8775bdadf667ccc6631f43819beb49dd5f449b1452621a2b2d4ebc1838cc753595bc9e315ef1d67d6aa5ff18bac1f8bc
7
- data.tar.gz: 82e1d71fe8c8589ae709909acac60a859c7393767a72be2557a5006d1e3a192a47079681c9740d49fb576df2152bbf421c877fdebdc0f36bac3db50139dac105
6
+ metadata.gz: 53aabdfcd8e283dae544a0d4cb71edb94fbc1f5bee35525b4eef3f1ac3e8dd901005ff873491ea7783a2422405bb880150cd54b852d449dc5bba14e7e925aae2
7
+ data.tar.gz: c50227e0867aeb78bda6a0727dbbfb1d32d5e7b3feeef5a6bad49045e326a8cc38abeae26b6d388055b20d0bd0a7e90ae2c02e5c6aab2e6096f858a7b25d49b5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-accesscontextmanager_v1
2
2
 
3
+ ### v0.45.0 (2024-06-16)
4
+
5
+ * Regenerated from discovery document revision 20240611
6
+
3
7
  ### v0.44.0 (2024-05-19)
4
8
 
5
9
  * Regenerated using generator version 0.15.0
@@ -58,10 +58,11 @@ module Google
58
58
  # @return [String]
59
59
  attr_accessor :description
60
60
 
61
- # Resource name for the `AccessLevel`. Format: `accessPolicies/`access_policy`/
62
- # accessLevels/`access_level``. The `access_level` component must begin with a
63
- # letter, followed by alphanumeric characters or `_`. Its maximum length is 50
64
- # characters. After you create an `AccessLevel`, you cannot change its `name`.
61
+ # Identifier. Resource name for the `AccessLevel`. Format: `accessPolicies/`
62
+ # access_policy`/accessLevels/`access_level``. The `access_level` component must
63
+ # begin with a letter, followed by alphanumeric characters or `_`. Its maximum
64
+ # length is 50 characters. After you create an `AccessLevel`, you cannot change
65
+ # its `name`.
65
66
  # Corresponds to the JSON property `name`
66
67
  # @return [String]
67
68
  attr_accessor :name
@@ -95,14 +96,14 @@ module Google
95
96
 
96
97
  # Output only. An opaque identifier for the current version of the `AccessPolicy`
97
98
  # . This will always be a strongly validated etag, meaning that two Access
98
- # Polices will be identical if and only if their etags are identical. Clients
99
+ # Policies will be identical if and only if their etags are identical. Clients
99
100
  # should not expect this to be in any specific format.
100
101
  # Corresponds to the JSON property `etag`
101
102
  # @return [String]
102
103
  attr_accessor :etag
103
104
 
104
- # Output only. Resource name of the `AccessPolicy`. Format: `accessPolicies/`
105
- # access_policy``
105
+ # Output only. Identifier. Resource name of the `AccessPolicy`. Format: `
106
+ # accessPolicies/`access_policy``
106
107
  # Corresponds to the JSON property `name`
107
108
  # @return [String]
108
109
  attr_accessor :name
@@ -304,9 +305,9 @@ module Google
304
305
  # @return [String]
305
306
  attr_accessor :authorization_type
306
307
 
307
- # Resource name for the `AuthorizedOrgsDesc`. Format: `accessPolicies/`
308
- # access_policy`/authorizedOrgsDescs/`authorized_orgs_desc``. The `
309
- # authorized_orgs_desc` component must begin with a letter, followed by
308
+ # Identifier. Resource name for the `AuthorizedOrgsDesc`. Format: `
309
+ # accessPolicies/`access_policy`/authorizedOrgsDescs/`authorized_orgs_desc``.
310
+ # The `authorized_orgs_desc` component must begin with a letter, followed by
310
311
  # alphanumeric characters or `_`. After you create an `AuthorizedOrgsDesc`, you
311
312
  # cannot change its `name`.
312
313
  # Corresponds to the JSON property `name`
@@ -1733,7 +1734,7 @@ module Google
1733
1734
  # @return [String]
1734
1735
  attr_accessor :description
1735
1736
 
1736
- # Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
1737
+ # Identifier. Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
1737
1738
  # access_policy`/servicePerimeters/`service_perimeter``. The `service_perimeter`
1738
1739
  # component must begin with a letter, followed by alphanumeric characters or `_`.
1739
1740
  # After you create a `ServicePerimeter`, you cannot change its `name`.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AccesscontextmanagerV1
18
18
  # Version of the google-apis-accesscontextmanager_v1 gem
19
- GEM_VERSION = "0.44.0"
19
+ GEM_VERSION = "0.45.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240429"
25
+ REVISION = "20240611"
26
26
  end
27
27
  end
28
28
  end
@@ -234,8 +234,8 @@ module Google
234
234
  # successful status after the changes to the access policy propagate to long-
235
235
  # lasting storage.
236
236
  # @param [String] name
237
- # Output only. Resource name of the `AccessPolicy`. Format: `accessPolicies/`
238
- # access_policy``
237
+ # Output only. Identifier. Resource name of the `AccessPolicy`. Format: `
238
+ # accessPolicies/`access_policy``
239
239
  # @param [Google::Apis::AccesscontextmanagerV1::AccessPolicy] access_policy_object
240
240
  # @param [String] update_mask
241
241
  # Required. Mask to control which fields get updated. Must be non-empty.
@@ -500,10 +500,11 @@ module Google
500
500
  # lasting storage. If access levels contain errors, an error response is
501
501
  # returned for the first error encountered.
502
502
  # @param [String] name
503
- # Resource name for the `AccessLevel`. Format: `accessPolicies/`access_policy`/
504
- # accessLevels/`access_level``. The `access_level` component must begin with a
505
- # letter, followed by alphanumeric characters or `_`. Its maximum length is 50
506
- # characters. After you create an `AccessLevel`, you cannot change its `name`.
503
+ # Identifier. Resource name for the `AccessLevel`. Format: `accessPolicies/`
504
+ # access_policy`/accessLevels/`access_level``. The `access_level` component must
505
+ # begin with a letter, followed by alphanumeric characters or `_`. Its maximum
506
+ # length is 50 characters. After you create an `AccessLevel`, you cannot change
507
+ # its `name`.
507
508
  # @param [Google::Apis::AccesscontextmanagerV1::AccessLevel] access_level_object
508
509
  # @param [String] update_mask
509
510
  # Required. Mask to control which fields get updated. Must be non-empty.
@@ -762,9 +763,9 @@ module Google
762
763
  # AuthorizedOrgsDesc` can be updated. The name, authorization_type, asset_type
763
764
  # and authorization_direction cannot be updated.
764
765
  # @param [String] name
765
- # Resource name for the `AuthorizedOrgsDesc`. Format: `accessPolicies/`
766
- # access_policy`/authorizedOrgsDescs/`authorized_orgs_desc``. The `
767
- # authorized_orgs_desc` component must begin with a letter, followed by
766
+ # Identifier. Resource name for the `AuthorizedOrgsDesc`. Format: `
767
+ # accessPolicies/`access_policy`/authorizedOrgsDescs/`authorized_orgs_desc``.
768
+ # The `authorized_orgs_desc` component must begin with a letter, followed by
768
769
  # alphanumeric characters or `_`. After you create an `AuthorizedOrgsDesc`, you
769
770
  # cannot change its `name`.
770
771
  # @param [Google::Apis::AccesscontextmanagerV1::AuthorizedOrgsDesc] authorized_orgs_desc_object
@@ -989,7 +990,7 @@ module Google
989
990
  # storage. If a service perimeter contains errors, an error response is returned
990
991
  # for the first error encountered.
991
992
  # @param [String] name
992
- # Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
993
+ # Identifier. Resource name for the `ServicePerimeter`. Format: `accessPolicies/`
993
994
  # access_policy`/servicePerimeters/`service_perimeter``. The `service_perimeter`
994
995
  # component must begin with a letter, followed by alphanumeric characters or `_`.
995
996
  # After you create a `ServicePerimeter`, you cannot change its `name`.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-accesscontextmanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.44.0
4
+ version: 0.45.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-05-26 00:00:00.000000000 Z
11
+ date: 2024-06-16 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-accesscontextmanager_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.44.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.45.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-accesscontextmanager_v1
63
63
  post_install_message:
64
64
  rdoc_options: []