google-apis-serviceusage_v1 0.5.0 → 0.6.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: 50ed8429811477ebb8a048648f626a886294d2a886c8db1da711e58df7958ded
|
|
4
|
+
data.tar.gz: dc5a92c15ea03275a8260b67ab0016b35ec6a248caa0a356018d84e600360042
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d93ccb7185b87f6b02ead6a198d1a6a94eb4c955f217fa72a38ec7178dff890f97ef743800659c67b6dba4f20b696a78cdbd3193bc243a296383386020581de2
|
|
7
|
+
data.tar.gz: 54105e574e09a78ffb517aecf298d888f0d07279cafb04696f3da4f758d6ba9b5a89b75617e0a2c409b5d8eac95819a57c4ae5aeba404c5d5668462e56e00a5d
|
data/CHANGELOG.md
CHANGED
|
@@ -1370,7 +1370,8 @@ module Google
|
|
|
1370
1370
|
# @return [Google::Apis::ServiceusageV1::Billing]
|
|
1371
1371
|
attr_accessor :billing
|
|
1372
1372
|
|
|
1373
|
-
#
|
|
1373
|
+
# Obsolete. Do not use. This field has no semantic meaning. The service config
|
|
1374
|
+
# compiler always sets this field to `3`.
|
|
1374
1375
|
# Corresponds to the JSON property `configVersion`
|
|
1375
1376
|
# @return [Fixnum]
|
|
1376
1377
|
attr_accessor :config_version
|
|
@@ -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.6.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210326"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
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.6.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: 2021-
|
|
11
|
+
date: 2021-04-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceusage_v1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.6.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceusage_v1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|