google-apis-accesscontextmanager_v1 0.44.0 → 0.46.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: 643195f9e19529ea4d9155ec62e368ee407bcbb88e52cd8a9ab3afdb564e256a
4
- data.tar.gz: c0175f32b5e7ec261b4e2cdc9d2c6114f093d464be6c617690fbbcfef51b522e
3
+ metadata.gz: 2b267188ce297827737d31ae2feeab25e4ac875ef38806fa970fb0b0b9b5bf5a
4
+ data.tar.gz: 7d3e7078b135bd859ea05a39e15e31733a91f8fc73f08cd5a5a3f0942f2ca65f
5
5
  SHA512:
6
- metadata.gz: 74a3c8e25834a82aaf2adf4a76547eae8775bdadf667ccc6631f43819beb49dd5f449b1452621a2b2d4ebc1838cc753595bc9e315ef1d67d6aa5ff18bac1f8bc
7
- data.tar.gz: 82e1d71fe8c8589ae709909acac60a859c7393767a72be2557a5006d1e3a192a47079681c9740d49fb576df2152bbf421c877fdebdc0f36bac3db50139dac105
6
+ metadata.gz: 4368e0a4732091b5e9fcc1157a7f8ff22b4d58de6972102850aa2bd00f9defeb5b9512ab9395792164c3f9fd81cda4d98db622ee0d7f6717dbc6e79e74d84f3e
7
+ data.tar.gz: 9449d808fd4c8965ed73d3734fa257caf0427d4d795d6841a71e7c79421c6114227c045d5704990b550782f7de92cf5f3198040af7f2c4fa1764214ef9c83d0c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-accesscontextmanager_v1
2
2
 
3
+ ### v0.46.0 (2024-06-26)
4
+
5
+ * Regenerated from discovery document revision 20240623
6
+
7
+ ### v0.45.0 (2024-06-16)
8
+
9
+ * Regenerated from discovery document revision 20240611
10
+
3
11
  ### v0.44.0 (2024-05-19)
4
12
 
5
13
  * 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`.
@@ -1980,6 +1981,11 @@ module Google
1980
1981
  # @return [String]
1981
1982
  attr_accessor :name
1982
1983
 
1984
+ # The support stage of the service.
1985
+ # Corresponds to the JSON property `serviceSupportStage`
1986
+ # @return [String]
1987
+ attr_accessor :service_support_stage
1988
+
1983
1989
  # The support stage of the service.
1984
1990
  # Corresponds to the JSON property `supportStage`
1985
1991
  # @return [String]
@@ -2005,6 +2011,7 @@ module Google
2005
2011
  @available_on_restricted_vip = args[:available_on_restricted_vip] if args.key?(:available_on_restricted_vip)
2006
2012
  @known_limitations = args[:known_limitations] if args.key?(:known_limitations)
2007
2013
  @name = args[:name] if args.key?(:name)
2014
+ @service_support_stage = args[:service_support_stage] if args.key?(:service_support_stage)
2008
2015
  @support_stage = args[:support_stage] if args.key?(:support_stage)
2009
2016
  @supported_methods = args[:supported_methods] if args.key?(:supported_methods)
2010
2017
  @title = args[:title] if args.key?(:title)
@@ -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.46.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 = "20240623"
26
26
  end
27
27
  end
28
28
  end
@@ -819,6 +819,7 @@ module Google
819
819
  property :available_on_restricted_vip, as: 'availableOnRestrictedVip'
820
820
  property :known_limitations, as: 'knownLimitations'
821
821
  property :name, as: 'name'
822
+ property :service_support_stage, as: 'serviceSupportStage'
822
823
  property :support_stage, as: 'supportStage'
823
824
  collection :supported_methods, as: 'supportedMethods', class: Google::Apis::AccesscontextmanagerV1::MethodSelector, decorator: Google::Apis::AccesscontextmanagerV1::MethodSelector::Representation
824
825
 
@@ -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.46.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-27 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.46.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: []