google-apis-serviceusage_v1beta1 0.23.0 → 0.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a55db0b8a31f5ddaf6d3433cb0fd05fec6edb917c7216672d74eea6398c5a032
|
|
4
|
+
data.tar.gz: 2a9e262e0c3988377626541d0d73cf7dc264a6133e204c9ddbe2be51eca88e88
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0b89af2bdae212ef2d774875183cfd67435f049f4320c6a26f9b23e1df651790560a20f5453735eb1fa3102b1bfc2f16107001c84ee5494fccc93959802622ae
|
|
7
|
+
data.tar.gz: 875b34c6a41a4f5be5d21ee0aa1b71d0f20711cc8ff34b295256a9c23215f6d6e8adfee863bafa1d3e2aff5e5f7ffa1307a5dc0738ac67dfef5ee1dd672b3305
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-serviceusage_v1beta1
|
|
2
2
|
|
|
3
|
+
### v0.24.0 (2022-08-19)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20220816
|
|
6
|
+
* Regenerated using generator version 0.9.0
|
|
7
|
+
|
|
3
8
|
### v0.23.0 (2022-07-01)
|
|
4
9
|
|
|
5
10
|
* Regenerated using generator version 0.8.0
|
|
@@ -3246,6 +3246,17 @@ module Google
|
|
|
3246
3246
|
class OAuthRequirements
|
|
3247
3247
|
include Google::Apis::Core::Hashable
|
|
3248
3248
|
|
|
3249
|
+
# UNIMPLEMENTED: If enabled, ESF will allow OAuth credentials with any scope,
|
|
3250
|
+
# more details in http://go/esf-oauth-any-scope. WARNING: Enabling this option
|
|
3251
|
+
# will bring security risks. Customers enabling this feature accidentally may
|
|
3252
|
+
# have the risk of losing authentication enforcement. Please reach out to api-
|
|
3253
|
+
# auth@ and esf-team@ for approval and allowlisting before you enable this
|
|
3254
|
+
# option.
|
|
3255
|
+
# Corresponds to the JSON property `allowAnyScope`
|
|
3256
|
+
# @return [Boolean]
|
|
3257
|
+
attr_accessor :allow_any_scope
|
|
3258
|
+
alias_method :allow_any_scope?, :allow_any_scope
|
|
3259
|
+
|
|
3249
3260
|
# The list of publicly documented OAuth scopes that are allowed access. An OAuth
|
|
3250
3261
|
# token containing any of these scopes will be accepted. Example:
|
|
3251
3262
|
# canonical_scopes: https://www.googleapis.com/auth/calendar, https://www.
|
|
@@ -3260,6 +3271,7 @@ module Google
|
|
|
3260
3271
|
|
|
3261
3272
|
# Update properties of this object
|
|
3262
3273
|
def update!(**args)
|
|
3274
|
+
@allow_any_scope = args[:allow_any_scope] if args.key?(:allow_any_scope)
|
|
3263
3275
|
@canonical_scopes = args[:canonical_scopes] if args.key?(:canonical_scopes)
|
|
3264
3276
|
end
|
|
3265
3277
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ServiceusageV1beta1
|
|
18
18
|
# Version of the google-apis-serviceusage_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "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.
|
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220816"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1344,6 +1344,7 @@ module Google
|
|
|
1344
1344
|
class OAuthRequirements
|
|
1345
1345
|
# @private
|
|
1346
1346
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1347
|
+
property :allow_any_scope, as: 'allowAnyScope'
|
|
1347
1348
|
property :canonical_scopes, as: 'canonicalScopes'
|
|
1348
1349
|
end
|
|
1349
1350
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-serviceusage_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 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-
|
|
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_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.24.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1beta1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|