Skip to content

Commit 41cf5ee

Browse files
feat: Automated regeneration of forms v1 client (googleapis#22377)
Auto-created at 2025-04-06 10:19:00 +0000 using the toys pull request generator.
1 parent 0c9507b commit 41cf5ee

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

generated/google-apis-forms_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-forms_v1
22

3+
### v0.17.0 (2025-04-06)
4+
5+
* Regenerated from discovery document revision 20250325
6+
37
### v0.16.0 (2025-03-16)
48

59
* Regenerated from discovery document revision 20250304

generated/google-apis-forms_v1/lib/google/apis/forms_v1/classes.rb

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,8 @@ class Form
548548
attr_accessor :publish_settings
549549

550550
# Output only. The form URI to share with responders. This opens a page that
551-
# allows the user to submit responses but not edit the questions.
551+
# allows the user to submit responses but not edit the questions. For forms that
552+
# have `publish_settings` value set, this will be the published form URI.
552553
# Corresponds to the JSON property `responderUri`
553554
# @return [String]
554555
attr_accessor :responder_uri
@@ -558,10 +559,12 @@ class Form
558559
# of the revision ID may change over time, so it should be treated opaquely. A
559560
# returned revision ID is only guaranteed to be valid for 24 hours after it has
560561
# been returned and cannot be shared across users. If the revision ID is
561-
# unchanged between calls, then the form has not changed. Conversely, a changed
562-
# ID (for the same form and user) usually means the form has been updated;
563-
# however, a changed ID can also be due to internal factors such as ID format
564-
# changes.
562+
# unchanged between calls, then the form *content* has not changed. Conversely,
563+
# a changed ID (for the same form and user) usually means the form *content* has
564+
# been updated; however, a changed ID can also be due to internal factors such
565+
# as ID format changes. Form content excludes form metadata, including: *
566+
# sharing settings (who has access to the form) * `publish_settings` (if the
567+
# form supports publishing and if it is published)
565568
# Corresponds to the JSON property `revisionId`
566569
# @return [String]
567570
attr_accessor :revision_id

generated/google-apis-forms_v1/lib/google/apis/forms_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module FormsV1
1818
# Version of the google-apis-forms_v1 gem
19-
GEM_VERSION = "0.16.0"
19+
GEM_VERSION = "0.17.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250304"
25+
REVISION = "20250325"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)