google-apis-forms_v1 0.18.0 → 0.19.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/OVERVIEW.md +1 -1
- data/lib/google/apis/forms_v1/classes.rb +7 -7
- data/lib/google/apis/forms_v1/gem_version.rb +3 -3
- data/lib/google/apis/forms_v1/service.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: baa4ec89b50c1814fc5201a681dcfd0d50e5397c63b5c0aa96ce0aea33a41c3f
|
4
|
+
data.tar.gz: c0ca68c581e605259b170a8fe977741eca795d077df2ddb52922a7582dffe130
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f294f67f1865cbdd468ef67e694684f00ad262c5613cc500649b718b7c4beb5b73a33800c57daaaf995ffd294190868464057aa6789e7fe0e0f812b68372d08d
|
7
|
+
data.tar.gz: be43724f433dcebe684472ba7b0d1d59e4f113dd5a72d956c32c1bfc2e30626ba289c8143a45f24f1d1a6bd4069383630ead98d2232f9130a0ee2fe1b9337798
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-forms_v1
|
2
2
|
|
3
|
+
### v0.19.0 (2025-05-04)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250422
|
6
|
+
* Regenerated using generator version 0.17.0
|
7
|
+
|
3
8
|
### v0.18.0 (2025-04-27)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20250415
|
data/OVERVIEW.md
CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/workspace/forms/api) m
|
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
86
|
-
This library is supported on Ruby
|
86
|
+
This library is supported on Ruby 3.1+.
|
87
87
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
89
89
|
|
@@ -549,7 +549,7 @@ module Google
|
|
549
549
|
|
550
550
|
# Output only. The form URI to share with responders. This opens a page that
|
551
551
|
# allows the user to submit responses but not edit the questions. For forms that
|
552
|
-
# have
|
552
|
+
# have publish_settings value set, this is the published form URI.
|
553
553
|
# Corresponds to the JSON property `responderUri`
|
554
554
|
# @return [String]
|
555
555
|
attr_accessor :responder_uri
|
@@ -563,8 +563,8 @@ module Google
|
|
563
563
|
# a changed ID (for the same form and user) usually means the form *content* has
|
564
564
|
# been updated; however, a changed ID can also be due to internal factors such
|
565
565
|
# as ID format changes. Form content excludes form metadata, including: *
|
566
|
-
# sharing settings (who has access to the form) *
|
567
|
-
#
|
566
|
+
# sharing settings (who has access to the form) * publish_settings (if the form
|
567
|
+
# supports publishing and if it is published)
|
568
568
|
# Corresponds to the JSON property `revisionId`
|
569
569
|
# @return [String]
|
570
570
|
attr_accessor :revision_id
|
@@ -850,8 +850,8 @@ module Google
|
|
850
850
|
# @return [String]
|
851
851
|
attr_accessor :description
|
852
852
|
|
853
|
-
# Output only. The title of the document which is visible in Drive. If
|
854
|
-
# title
|
853
|
+
# Output only. The title of the document which is visible in Drive. If Info.
|
854
|
+
# title is empty, `document_title` may appear in its place in the Google Forms
|
855
855
|
# UI and be visible to responders. `document_title` can be set on create, but
|
856
856
|
# cannot be modified by a batchUpdate request. Please use the [Google Drive API](
|
857
857
|
# https://developers.google.com/drive/api/v3/reference/files/update) if you need
|
@@ -1526,11 +1526,11 @@ module Google
|
|
1526
1526
|
end
|
1527
1527
|
end
|
1528
1528
|
|
1529
|
-
# The response of a
|
1529
|
+
# The response of a SetPublishSettings request.
|
1530
1530
|
class SetPublishSettingsResponse
|
1531
1531
|
include Google::Apis::Core::Hashable
|
1532
1532
|
|
1533
|
-
# Required. The ID of the Form. This is same as the
|
1533
|
+
# Required. The ID of the Form. This is same as the Form.form_id field.
|
1534
1534
|
# Corresponds to the JSON property `formId`
|
1535
1535
|
# @return [String]
|
1536
1536
|
attr_accessor :form_id
|
@@ -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.19.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.17.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250422"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -157,7 +157,7 @@ module Google
|
|
157
157
|
# Updates the publish settings of a form. Legacy forms aren't supported because
|
158
158
|
# they don't have the `publish_settings` field.
|
159
159
|
# @param [String] form_id
|
160
|
-
# Required. The ID of the form. You can get the id from
|
160
|
+
# Required. The ID of the form. You can get the id from Form.form_id field.
|
161
161
|
# @param [Google::Apis::FormsV1::SetPublishSettingsRequest] set_publish_settings_request_object
|
162
162
|
# @param [String] fields
|
163
163
|
# Selector specifying which fields to include in a partial response.
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.19.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-forms_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-forms_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-forms_v1/v0.19.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-forms_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
66
66
|
requirements:
|
67
67
|
- - ">="
|
68
68
|
- !ruby/object:Gem::Version
|
69
|
-
version: '
|
69
|
+
version: '3.1'
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
71
71
|
requirements:
|
72
72
|
- - ">="
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.8
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Google Forms API V1
|
79
79
|
test_files: []
|