google-apis-servicecontrol_v1 0.2.0 → 0.3.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: 1c121631c4f46fc5c2ea5ebd490ce760ca33c2c859624984b8cbc767cf99aef2
|
|
4
|
+
data.tar.gz: f73e339a4835250b1dbabc1a72bea2d8037d10b15af03edbece3d33bd9c87151
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9083de9e4758ebd782d476b8b7a61624bca2c5f1e35abdb6438395f655d63b0a92bddea18be8ee27e9a3033ac328114f364693afba8ce9fb786e50adb8e9fec7
|
|
7
|
+
data.tar.gz: 909d55ecccbffea63e2fe6b4396af19af665d25c14508fdcaa411de76b3d879ef6d425b17ed0961bc32d7314f78900a2c8a3ebd63482c5ad37b096bb4b035746
|
data/CHANGELOG.md
CHANGED
|
@@ -1912,7 +1912,7 @@ module Google
|
|
|
1912
1912
|
# @return [Fixnum]
|
|
1913
1913
|
attr_accessor :size
|
|
1914
1914
|
|
|
1915
|
-
# The timestamp when the `destination` service receives the
|
|
1915
|
+
# The timestamp when the `destination` service receives the last byte of the
|
|
1916
1916
|
# request.
|
|
1917
1917
|
# Corresponds to the JSON property `time`
|
|
1918
1918
|
# @return [String]
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ServicecontrolV1
|
|
18
18
|
# Version of the google-apis-servicecontrol_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.3.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.1.2"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210205"
|
|
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-servicecontrol_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.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-02-
|
|
11
|
+
date: 2021-02-15 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-servicecontrol_v1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicecontrol_v1/v0.3.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-servicecontrol_v1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|