google-apis-serviceusage_v1 0.22.0 → 0.23.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: 96c536ea8aff68c47cc88292588c4756e4414f346eb35c95fb24aa43fbe953bd
4
- data.tar.gz: cde52105e698c146146ecce3e71662ad9aba1e349024c14a933e94f780a83c47
3
+ metadata.gz: 72e32387ade10ff9af06760123be608387d92bd5c15ef791897021106bc6f720
4
+ data.tar.gz: 5037d3ca97d846fc80fa2384ca52cb1c25de17a66ea48fc65d180ef3c89ce59b
5
5
  SHA512:
6
- metadata.gz: '02974597e44486d64a8c5bf226fcc5ae77200d02849ae7cf426ab419649cce0f4970a920aa7cc873659525a148107a461b7c347527b7eb60522c732c9da8a707'
7
- data.tar.gz: a519a8c4d0c052ce34b11f709121ce91bf5765ec6b82287fd03d8a3fe364c026da0d4e790c0eb43c84b3ff35a8a175880df2e9dee11c4e02aac260aa3e76368f
6
+ metadata.gz: 994f79d84a44b6f98ca074c3aa269b5799c8433ce57f210e2439f5f81b3dcaa91768bf8ae715dc6783ce83bfd9a741b47b010c48743e6838e7ef26399fbe419d
7
+ data.tar.gz: cf7bfad80ded78cbd2dac116b455034e70d1c8bcb8b0d5696296fae5ddd6dc2a4c5436c31e10a958a028ba3785ee314a6acadb32d2780d3349b23c5d5518a507
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-serviceusage_v1
2
2
 
3
+ ### v0.23.0 (2022-08-18)
4
+
5
+ * Regenerated from discovery document revision 20220816
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.22.0 (2022-06-30)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -3019,6 +3019,17 @@ module Google
3019
3019
  class OAuthRequirements
3020
3020
  include Google::Apis::Core::Hashable
3021
3021
 
3022
+ # UNIMPLEMENTED: If enabled, ESF will allow OAuth credentials with any scope,
3023
+ # more details in http://go/esf-oauth-any-scope. WARNING: Enabling this option
3024
+ # will bring security risks. Customers enabling this feature accidentally may
3025
+ # have the risk of losing authentication enforcement. Please reach out to api-
3026
+ # auth@ and esf-team@ for approval and allowlisting before you enable this
3027
+ # option.
3028
+ # Corresponds to the JSON property `allowAnyScope`
3029
+ # @return [Boolean]
3030
+ attr_accessor :allow_any_scope
3031
+ alias_method :allow_any_scope?, :allow_any_scope
3032
+
3022
3033
  # The list of publicly documented OAuth scopes that are allowed access. An OAuth
3023
3034
  # token containing any of these scopes will be accepted. Example:
3024
3035
  # canonical_scopes: https://www.googleapis.com/auth/calendar, https://www.
@@ -3033,6 +3044,7 @@ module Google
3033
3044
 
3034
3045
  # Update properties of this object
3035
3046
  def update!(**args)
3047
+ @allow_any_scope = args[:allow_any_scope] if args.key?(:allow_any_scope)
3036
3048
  @canonical_scopes = args[:canonical_scopes] if args.key?(:canonical_scopes)
3037
3049
  end
3038
3050
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1
18
18
  # Version of the google-apis-serviceusage_v1 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.23.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
@@ -1231,6 +1231,7 @@ module Google
1231
1231
  class OAuthRequirements
1232
1232
  # @private
1233
1233
  class Representation < Google::Apis::Core::JsonRepresentation
1234
+ property :allow_any_scope, as: 'allowAnyScope'
1234
1235
  property :canonical_scopes, as: 'canonicalScopes'
1235
1236
  end
1236
1237
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.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-serviceusage_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.23.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1
63
63
  post_install_message:
64
64
  rdoc_options: []