google-apis-serviceusage_v1 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: 18f5f3383eb0294d90a5038c80309814cc9149771969828bfac15dfac9a04969
|
|
4
|
+
data.tar.gz: 29202a7b766b4b682d73a9f2ccd806c3e03dcf58b4febdc5f94647bb50b987be
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 38a40e0823c73b3d4bd534766a7c55af8cdb452a512e9c9d5442040a042911d7685b93e1a2ca1f6558e72b04fc1873300436218ca2b7ca6d30c347dce49f8808
|
|
7
|
+
data.tar.gz: 6c9b281ae278ecb0265ee47aa3d17331c9906ea18d87ec502a669610b744db7f745aff44e8df6c480d8ba75912acb0f8fd582cf7fd6baf6c405cda12fc93242f
|
data/CHANGELOG.md
CHANGED
|
@@ -3019,17 +3019,6 @@ 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
|
-
|
|
3033
3022
|
# The list of publicly documented OAuth scopes that are allowed access. An OAuth
|
|
3034
3023
|
# token containing any of these scopes will be accepted. Example:
|
|
3035
3024
|
# canonical_scopes: https://www.googleapis.com/auth/calendar, https://www.
|
|
@@ -3044,7 +3033,6 @@ module Google
|
|
|
3044
3033
|
|
|
3045
3034
|
# Update properties of this object
|
|
3046
3035
|
def update!(**args)
|
|
3047
|
-
@allow_any_scope = args[:allow_any_scope] if args.key?(:allow_any_scope)
|
|
3048
3036
|
@canonical_scopes = args[:canonical_scopes] if args.key?(:canonical_scopes)
|
|
3049
3037
|
end
|
|
3050
3038
|
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.
|
|
19
|
+
GEM_VERSION = "0.24.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 = "
|
|
25
|
+
REVISION = "20220823"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1231,7 +1231,6 @@ module Google
|
|
|
1231
1231
|
class OAuthRequirements
|
|
1232
1232
|
# @private
|
|
1233
1233
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1234
|
-
property :allow_any_scope, as: 'allowAnyScope'
|
|
1235
1234
|
property :canonical_scopes, as: 'canonicalScopes'
|
|
1236
1235
|
end
|
|
1237
1236
|
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.
|
|
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-08-
|
|
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-serviceusage_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.24.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: []
|