google-apis-accesscontextmanager_v1 0.45.0 → 0.47.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: 81e7ec5804dc968e70ea97d735e96a1fc8cd5c64ffbf7af970faa56fe2246f9f
4
+ data.tar.gz: 4bc89eebf17545e75c7c66009e832ee181a845e85059c2123253bc58db82a8e2
5
5
  SHA512:
6
- metadata.gz: 53aabdfcd8e283dae544a0d4cb71edb94fbc1f5bee35525b4eef3f1ac3e8dd901005ff873491ea7783a2422405bb880150cd54b852d449dc5bba14e7e925aae2
7
- data.tar.gz: c50227e0867aeb78bda6a0727dbbfb1d32d5e7b3feeef5a6bad49045e326a8cc38abeae26b6d388055b20d0bd0a7e90ae2c02e5c6aab2e6096f858a7b25d49b5
6
+ metadata.gz: 6984c7036aebd751ec8a5c13800871e0520f28c2f41b91b8b0845af3bab5f5c8ed504cb161975372c24299ea23eacdf0d6ea2a308eae8c71ff83eaea426f25f2
7
+ data.tar.gz: a4324c18efb12c6aff7bb42c8706439434a699fff02e79165756ff9c543e77990199afe063eaa87b92a9ef5f23a0958c2a09c61cbc212d2236ffa5534e46cedf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-accesscontextmanager_v1
2
2
 
3
+ ### v0.47.0 (2024-08-18)
4
+
5
+ * Regenerated from discovery document revision 20240811
6
+ * Regenerated using generator version 0.15.1
7
+
8
+ ### v0.46.0 (2024-06-26)
9
+
10
+ * Regenerated from discovery document revision 20240623
11
+
3
12
  ### v0.45.0 (2024-06-16)
4
13
 
5
14
  * Regenerated from discovery document revision 20240611
@@ -709,9 +709,10 @@ module Google
709
709
 
710
710
  # A list of identities that are allowed access through [EgressPolicy].
711
711
  # Identities can be an individual user, service account, Google group, or third-
712
- # party identity. The `v1` identities that have the prefix `user`, `group`, `
713
- # serviceAccount`, `principal`, and `principalSet` in https://cloud.google.com/
714
- # iam/docs/principal-identifiers#v1 are supported.
712
+ # party identity. For third-party identity, only single identities are supported
713
+ # and other identity types are not supported. The `v1` identities that have the
714
+ # prefix `user`, `group`, `serviceAccount`, and `principal` in https://cloud.
715
+ # google.com/iam/docs/principal-identifiers#v1 are supported.
715
716
  # Corresponds to the JSON property `identities`
716
717
  # @return [Array<String>]
717
718
  attr_accessor :identities
@@ -1069,9 +1070,10 @@ module Google
1069
1070
 
1070
1071
  # A list of identities that are allowed access through [IngressPolicy].
1071
1072
  # Identities can be an individual user, service account, Google group, or third-
1072
- # party identity. The `v1` identities that have the prefix `user`, `group`, `
1073
- # serviceAccount`, `principal`, and `principalSet` in https://cloud.google.com/
1074
- # iam/docs/principal-identifiers#v1 are supported.
1073
+ # party identity. For third-party identity, only single identities are supported
1074
+ # and other identity types are not supported. The `v1` identities that have the
1075
+ # prefix `user`, `group`, `serviceAccount`, and `principal` in https://cloud.
1076
+ # google.com/iam/docs/principal-identifiers#v1 are supported.
1075
1077
  # Corresponds to the JSON property `identities`
1076
1078
  # @return [Array<String>]
1077
1079
  attr_accessor :identities
@@ -1981,6 +1983,11 @@ module Google
1981
1983
  # @return [String]
1982
1984
  attr_accessor :name
1983
1985
 
1986
+ # The support stage of the service.
1987
+ # Corresponds to the JSON property `serviceSupportStage`
1988
+ # @return [String]
1989
+ attr_accessor :service_support_stage
1990
+
1984
1991
  # The support stage of the service.
1985
1992
  # Corresponds to the JSON property `supportStage`
1986
1993
  # @return [String]
@@ -2006,6 +2013,7 @@ module Google
2006
2013
  @available_on_restricted_vip = args[:available_on_restricted_vip] if args.key?(:available_on_restricted_vip)
2007
2014
  @known_limitations = args[:known_limitations] if args.key?(:known_limitations)
2008
2015
  @name = args[:name] if args.key?(:name)
2016
+ @service_support_stage = args[:service_support_stage] if args.key?(:service_support_stage)
2009
2017
  @support_stage = args[:support_stage] if args.key?(:support_stage)
2010
2018
  @supported_methods = args[:supported_methods] if args.key?(:supported_methods)
2011
2019
  @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.47.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240611"
25
+ REVISION = "20240811"
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.47.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-08-18 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.47.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: []