google-apis-forms_v1 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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/forms_v1/classes.rb +2 -1
- data/lib/google/apis/forms_v1/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1d8d9d97d26c948b47d19f5ce5373cf3621bdae8c29c451aca4d4a6bc9064bc6
|
|
4
|
+
data.tar.gz: fd5ee87893c6fce5e1461028b33cf37f8fc9f452511611b091e30676b1b482ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8d99f3632640b16a431dbb135a3c193f68e3d71c08024a6a0fdbda3eb9849f93181b94e47a00fdc260e36a4c3394690ee2722e57cd6a6fe909755a84b554a4eb
|
|
7
|
+
data.tar.gz: 29246b8b82e2fef179e0f3145fad18221e3b6ffb3e7b4102b9c0abb64ec827cdd9d8a1a36e952a190b61efd662c6fc7c63bf0411400c09bebb16c1c605f5fe2c
|
data/CHANGELOG.md
CHANGED
|
@@ -940,7 +940,8 @@ module Google
|
|
|
940
940
|
# @return [String]
|
|
941
941
|
attr_accessor :next_page_token
|
|
942
942
|
|
|
943
|
-
# The returned responses.
|
|
943
|
+
# The returned form responses. Note: The `formId` field is not returned in the `
|
|
944
|
+
# FormResponse` object for list requests.
|
|
944
945
|
# Corresponds to the JSON property `responses`
|
|
945
946
|
# @return [Array<Google::Apis::FormsV1::FormResponse>]
|
|
946
947
|
attr_accessor :responses
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module FormsV1
|
|
18
18
|
# Version of the google-apis-forms_v1 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
|
-
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 = "20220908"
|
|
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-forms_v1
|
|
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: 2022-
|
|
11
|
+
date: 2022-09-19 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-forms_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-forms_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-forms_v1/v0.7.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-forms_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|