google-apis-forms_v1 0.16.0 → 0.17.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: 487f23bce83a2fd5121efe8a5f8bae24b28bf1dfca67b243ca54678367e61778
4
- data.tar.gz: 7bd2cd4690982080f9af99ea6f670ae2b55cb9629b0be71737fd3dae748b4856
3
+ metadata.gz: a83ee3c33edde1820617e0dca8430d3a5d300ba6a048f5bb3b0252ad1f1cfe7d
4
+ data.tar.gz: 9cb8f811fb95e8564415e0a4dfeb434595dbb49f9989479b283ea88067793887
5
5
  SHA512:
6
- metadata.gz: 4c701ee4752827716b02343169b2c95066bea35e93487e835c8e607771ccd7f0d781305e439e217554d6fa294e3c0e3bfd159b458ae637569fe170641d985902
7
- data.tar.gz: 5a8a6565d80f3e0d1cde94cdce7586c0fb17f765adef9f1f8b2a854ede178efdc8abf01bcd508dd934d54c9fd079eb47cae0715c3af7f961f29586b63bab65f7
6
+ metadata.gz: 6ad7deb0f0c027ea7288425d90f46ab60a02978654662eceb30cfc44cb75d2656ab3a557fbe9a472473cbbe0c61a756bcc3da467033abc8dcc3a5d2833318e5a
7
+ data.tar.gz: 86a9f9f3342127c38111ca023f535ee90872a8575df6bf5fe3359b00ee0e2646e2e5f2321586ab1976ad2988803ecd6fa0586c629ba9369f901041c4363a56f4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-forms_v1
2
2
 
3
+ ### v0.17.0 (2025-04-06)
4
+
5
+ * Regenerated from discovery document revision 20250325
6
+
3
7
  ### v0.16.0 (2025-03-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20250304
@@ -548,7 +548,8 @@ module Google
548
548
  attr_accessor :publish_settings
549
549
 
550
550
  # 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.
552
553
  # Corresponds to the JSON property `responderUri`
553
554
  # @return [String]
554
555
  attr_accessor :responder_uri
@@ -558,10 +559,12 @@ module Google
558
559
  # of the revision ID may change over time, so it should be treated opaquely. A
559
560
  # returned revision ID is only guaranteed to be valid for 24 hours after it has
560
561
  # 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)
565
568
  # Corresponds to the JSON property `revisionId`
566
569
  # @return [String]
567
570
  attr_accessor :revision_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.16.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250304"
25
+ REVISION = "20250325"
26
26
  end
27
27
  end
28
28
  end
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.16.0
4
+ version: 0.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-16 00:00:00.000000000 Z
10
+ date: 2025-04-16 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.16.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-forms_v1/v0.17.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: