google-apis-serviceconsumermanagement_v1beta1 0.24.0 → 0.25.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: ac79b9618d64946750ed7972915fabec8d103319830a3bd1c6672d6794957e1b
4
- data.tar.gz: cd5787928c0a3440c14d451e4834b9b63cc42db5592dd6881ddab32696d16430
3
+ metadata.gz: 867f7b710276cd4fd698647c96539559f85db5726c1f12bf2ce8a371341999af
4
+ data.tar.gz: 231e35753c4912af74dd8541aeebb8051e2ab8fe150f6f8c11136ca82770369e
5
5
  SHA512:
6
- metadata.gz: 130d9ce4cf7cdba7f186f21307c34192a2c954ed49427c7d6c53dc7b1fbc92c2ea300e992ee81b7134e08e601b6e2c7a4a77453f0fcb5fa573125dcbf9fb1b19
7
- data.tar.gz: 9afbdfbce8225cc9eaa08471ab0901a85bce8ac455004983bdd4e76c92b757eabf629046272e48f45f0931da96a6e9ec3e21f137ed64aa2e85e44ff7feb32d90
6
+ metadata.gz: 6aab544f8ea96cd19ed097208d152a46ce82a62ecb3e1c2cee83552431c18bbf6f5b4e6104c6a6ccc12b57070c2a674e466a7ea1f5e880221317a1a21cb77e83
7
+ data.tar.gz: 2a96129108db96b216ddc9434f9939cdbe51fe4a46eaf4888c6a52b1c312235e2c63d81ad0d7530d576a1c96e50629b8a0d1147c84b1573b27d99ed29683b914
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1beta1
2
2
 
3
+ ### v0.25.0 (2022-08-25)
4
+
5
+ * Regenerated from discovery document revision 20220823
6
+
3
7
  ### v0.24.0 (2022-08-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20220816
@@ -1912,17 +1912,6 @@ 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
-
1926
1915
  # The list of publicly documented OAuth scopes that are allowed access. An OAuth
1927
1916
  # token containing any of these scopes will be accepted. Example:
1928
1917
  # canonical_scopes: https://www.googleapis.com/auth/calendar, https://www.
@@ -1937,7 +1926,6 @@ module Google
1937
1926
 
1938
1927
  # Update properties of this object
1939
1928
  def update!(**args)
1940
- @allow_any_scope = args[:allow_any_scope] if args.key?(:allow_any_scope)
1941
1929
  @canonical_scopes = args[:canonical_scopes] if args.key?(:canonical_scopes)
1942
1930
  end
1943
1931
  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.24.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220816"
25
+ REVISION = "20220823"
26
26
  end
27
27
  end
28
28
  end
@@ -891,7 +891,6 @@ module Google
891
891
  class OAuthRequirements
892
892
  # @private
893
893
  class Representation < Google::Apis::Core::JsonRepresentation
894
- property :allow_any_scope, as: 'allowAnyScope'
895
894
  property :canonical_scopes, as: 'canonicalScopes'
896
895
  end
897
896
  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.24.0
4
+ version: 0.25.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-08-22 00:00:00.000000000 Z
11
+ date: 2022-08-29 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.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.25.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: []