google-apis-accesscontextmanager_v1 0.45.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: b5d6f17be8dbcb082838ba39c0b33bf9496deaf5810976477b01f3adb62f9001
4
- data.tar.gz: 04755e2bca1f7f20a010311f16190feace55af7fda7b8a493dd9ff53d4cdde33
3
+ metadata.gz: 2b267188ce297827737d31ae2feeab25e4ac875ef38806fa970fb0b0b9b5bf5a
4
+ data.tar.gz: 7d3e7078b135bd859ea05a39e15e31733a91f8fc73f08cd5a5a3f0942f2ca65f
5
5
  SHA512:
6
- metadata.gz: 53aabdfcd8e283dae544a0d4cb71edb94fbc1f5bee35525b4eef3f1ac3e8dd901005ff873491ea7783a2422405bb880150cd54b852d449dc5bba14e7e925aae2
7
- data.tar.gz: c50227e0867aeb78bda6a0727dbbfb1d32d5e7b3feeef5a6bad49045e326a8cc38abeae26b6d388055b20d0bd0a7e90ae2c02e5c6aab2e6096f858a7b25d49b5
6
+ metadata.gz: 4368e0a4732091b5e9fcc1157a7f8ff22b4d58de6972102850aa2bd00f9defeb5b9512ab9395792164c3f9fd81cda4d98db622ee0d7f6717dbc6e79e74d84f3e
7
+ data.tar.gz: 9449d808fd4c8965ed73d3734fa257caf0427d4d795d6841a71e7c79421c6114227c045d5704990b550782f7de92cf5f3198040af7f2c4fa1764214ef9c83d0c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.45.0 (2024-06-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20240611
@@ -1981,6 +1981,11 @@ module Google
1981
1981
  # @return [String]
1982
1982
  attr_accessor :name
1983
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
+
1984
1989
  # The support stage of the service.
1985
1990
  # Corresponds to the JSON property `supportStage`
1986
1991
  # @return [String]
@@ -2006,6 +2011,7 @@ module Google
2006
2011
  @available_on_restricted_vip = args[:available_on_restricted_vip] if args.key?(:available_on_restricted_vip)
2007
2012
  @known_limitations = args[:known_limitations] if args.key?(:known_limitations)
2008
2013
  @name = args[:name] if args.key?(:name)
2014
+ @service_support_stage = args[:service_support_stage] if args.key?(:service_support_stage)
2009
2015
  @support_stage = args[:support_stage] if args.key?(:support_stage)
2010
2016
  @supported_methods = args[:supported_methods] if args.key?(:supported_methods)
2011
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.45.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 = "20240611"
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
 
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.45.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-06-16 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.45.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: []