google-apis-serviceusage_v1beta1 0.6.0 → 0.7.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: c3ba22f6f022715887f9e423f5b9480f3ce520c01a45fdc3e6f48722932b148b
|
|
4
|
+
data.tar.gz: '09973835afb33471487989f3820fdadaa78b8647625fa194fe85b5c36f1b68c7'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 00017eca9cde6231eb3fedb549b60283a369aed4255b78a4be06be621b7948c5456c9a4e8a113eac5ff3229e3196e8796c3ef3ce1bafb97836446f62560aba28
|
|
7
|
+
data.tar.gz: c04ae3b5eccd4cf2b4a17923be354dd08301d95852ea6a0ed49bc7d6cb8d84c59125941aa7878220bcd441d8a42698f07470b1ea7dc2f115a563ab39c308e52a
|
data/CHANGELOG.md
CHANGED
|
@@ -1441,7 +1441,8 @@ module Google
|
|
|
1441
1441
|
# @return [Google::Apis::ServiceusageV1beta1::Billing]
|
|
1442
1442
|
attr_accessor :billing
|
|
1443
1443
|
|
|
1444
|
-
#
|
|
1444
|
+
# Obsolete. Do not use. This field has no semantic meaning. The service config
|
|
1445
|
+
# compiler always sets this field to `3`.
|
|
1445
1446
|
# Corresponds to the JSON property `configVersion`
|
|
1446
1447
|
# @return [Fixnum]
|
|
1447
1448
|
attr_accessor :config_version
|
|
@@ -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.7.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_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.7.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_v1beta1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.7.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceusage_v1beta1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|