google-apis-serviceconsumermanagement_v1beta1 0.23.0 → 0.24.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: 8d3110f14e48c580a08e12b9e501133b537156d77a354480134fe25f54baa4b6
4
- data.tar.gz: 415ea2925b9270886e0abf04ca058d0e08e5326fd045e618c690065bebccdc22
3
+ metadata.gz: ac79b9618d64946750ed7972915fabec8d103319830a3bd1c6672d6794957e1b
4
+ data.tar.gz: cd5787928c0a3440c14d451e4834b9b63cc42db5592dd6881ddab32696d16430
5
5
  SHA512:
6
- metadata.gz: 05ee0e2c409b208743298c8c8f9301238e17e80a189649c13d57b716f89e551bb29d27616f19ee501dc730250701cc42cc9db62b75fc959d45bdebfb8ea94123
7
- data.tar.gz: fcdf8b42afb1626fce708bee8ebe50b2de7b7b1b4d482f7d7e5d825dd25af33958f0a3cef4a4db5150481f046ac40f5abe41e27c12db09dfd5c25276e40efdc9
6
+ metadata.gz: 130d9ce4cf7cdba7f186f21307c34192a2c954ed49427c7d6c53dc7b1fbc92c2ea300e992ee81b7134e08e601b6e2c7a4a77453f0fcb5fa573125dcbf9fb1b19
7
+ data.tar.gz: 9afbdfbce8225cc9eaa08471ab0901a85bce8ac455004983bdd4e76c92b757eabf629046272e48f45f0931da96a6e9ec3e21f137ed64aa2e85e44ff7feb32d90
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1beta1
2
2
 
3
+ ### v0.24.0 (2022-08-21)
4
+
5
+ * Regenerated from discovery document revision 20220816
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.23.0 (2022-07-03)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -1912,6 +1912,17 @@ module Google
1912
1912
  class OAuthRequirements
1913
1913
  include Google::Apis::Core::Hashable
1914
1914
 
1915
+ # UNIMPLEMENTED: If enabled, ESF will allow OAuth credentials with any scope,
1916
+ # more details in http://go/esf-oauth-any-scope. WARNING: Enabling this option
1917
+ # will bring security risks. Customers enabling this feature accidentally may
1918
+ # have the risk of losing authentication enforcement. Please reach out to api-
1919
+ # auth@ and esf-team@ for approval and allowlisting before you enable this
1920
+ # option.
1921
+ # Corresponds to the JSON property `allowAnyScope`
1922
+ # @return [Boolean]
1923
+ attr_accessor :allow_any_scope
1924
+ alias_method :allow_any_scope?, :allow_any_scope
1925
+
1915
1926
  # The list of publicly documented OAuth scopes that are allowed access. An OAuth
1916
1927
  # token containing any of these scopes will be accepted. Example:
1917
1928
  # canonical_scopes: https://www.googleapis.com/auth/calendar, https://www.
@@ -1926,6 +1937,7 @@ module Google
1926
1937
 
1927
1938
  # Update properties of this object
1928
1939
  def update!(**args)
1940
+ @allow_any_scope = args[:allow_any_scope] if args.key?(:allow_any_scope)
1929
1941
  @canonical_scopes = args[:canonical_scopes] if args.key?(:canonical_scopes)
1930
1942
  end
1931
1943
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceconsumermanagementV1beta1
18
18
  # Version of the google-apis-serviceconsumermanagement_v1beta1 gem
19
- GEM_VERSION = "0.23.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220615"
25
+ REVISION = "20220816"
26
26
  end
27
27
  end
28
28
  end
@@ -891,6 +891,7 @@ module Google
891
891
  class OAuthRequirements
892
892
  # @private
893
893
  class Representation < Google::Apis::Core::JsonRepresentation
894
+ property :allow_any_scope, as: 'allowAnyScope'
894
895
  property :canonical_scopes, as: 'canonicalScopes'
895
896
  end
896
897
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceconsumermanagement_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.24.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: 2022-07-04 00:00:00.000000000 Z
11
+ date: 2022-08-22 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-serviceconsumermanagement_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.24.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []