@@ -62,8 +62,8 @@ public final class Form extends com.google.api.client.json.GenericJson {
6262
6363 /**
6464 * Output only. The publishing settings for a form. This field isn't set for legacy forms because
65- * they don't have the ` publish_settings` field. All newly created forms support publish settings.
66- * Forms with ` publish_settings` value set can call SetPublishSettings API to publish or unpublish
65+ * they don't have the publish_settings field. All newly created forms support publish settings.
66+ * Forms with publish_settings value set can call SetPublishSettings API to publish or unpublish
6767 * the form.
6868 * The value may be {@code null}.
6969 */
@@ -72,7 +72,7 @@ public final class Form extends com.google.api.client.json.GenericJson {
7272
7373 /**
7474 * Output only. The form URI to share with responders. This opens a page that allows the user to
75- * submit responses but not edit the questions. For forms that have ` publish_settings` value set,
75+ * submit responses but not edit the questions. For forms that have publish_settings value set,
7676 * this is the published form URI.
7777 * The value may be {@code null}.
7878 */
@@ -88,15 +88,15 @@ public final class Form extends com.google.api.client.json.GenericJson {
8888 * changed ID (for the same form and user) usually means the form *content* has been updated;
8989 * however, a changed ID can also be due to internal factors such as ID format changes. Form
9090 * content excludes form metadata, including: * sharing settings (who has access to the form) *
91- * ` publish_settings` (if the form supports publishing and if it is published)
91+ * publish_settings (if the form supports publishing and if it is published)
9292 * The value may be {@code null}.
9393 */
9494 @ com .google .api .client .util .Key
9595 private java .lang .String revisionId ;
9696
9797 /**
9898 * The form's settings. This must be updated with UpdateSettingsRequest; it is ignored during
99- * `forms.create` and UpdateFormInfoRequest.
99+ * CreateForm and UpdateFormInfoRequest.
100100 * The value may be {@code null}.
101101 */
102102 @ com .google .api .client .util .Key
@@ -176,8 +176,8 @@ public Form setLinkedSheetId(java.lang.String linkedSheetId) {
176176
177177 /**
178178 * Output only. The publishing settings for a form. This field isn't set for legacy forms because
179- * they don't have the ` publish_settings` field. All newly created forms support publish settings.
180- * Forms with ` publish_settings` value set can call SetPublishSettings API to publish or unpublish
179+ * they don't have the publish_settings field. All newly created forms support publish settings.
180+ * Forms with publish_settings value set can call SetPublishSettings API to publish or unpublish
181181 * the form.
182182 * @return value or {@code null} for none
183183 */
@@ -187,8 +187,8 @@ public PublishSettings getPublishSettings() {
187187
188188 /**
189189 * Output only. The publishing settings for a form. This field isn't set for legacy forms because
190- * they don't have the ` publish_settings` field. All newly created forms support publish settings.
191- * Forms with ` publish_settings` value set can call SetPublishSettings API to publish or unpublish
190+ * they don't have the publish_settings field. All newly created forms support publish settings.
191+ * Forms with publish_settings value set can call SetPublishSettings API to publish or unpublish
192192 * the form.
193193 * @param publishSettings publishSettings or {@code null} for none
194194 */
@@ -199,7 +199,7 @@ public Form setPublishSettings(PublishSettings publishSettings) {
199199
200200 /**
201201 * Output only. The form URI to share with responders. This opens a page that allows the user to
202- * submit responses but not edit the questions. For forms that have ` publish_settings` value set,
202+ * submit responses but not edit the questions. For forms that have publish_settings value set,
203203 * this is the published form URI.
204204 * @return value or {@code null} for none
205205 */
@@ -209,7 +209,7 @@ public java.lang.String getResponderUri() {
209209
210210 /**
211211 * Output only. The form URI to share with responders. This opens a page that allows the user to
212- * submit responses but not edit the questions. For forms that have ` publish_settings` value set,
212+ * submit responses but not edit the questions. For forms that have publish_settings value set,
213213 * this is the published form URI.
214214 * @param responderUri responderUri or {@code null} for none
215215 */
@@ -227,7 +227,7 @@ public Form setResponderUri(java.lang.String responderUri) {
227227 * changed ID (for the same form and user) usually means the form *content* has been updated;
228228 * however, a changed ID can also be due to internal factors such as ID format changes. Form
229229 * content excludes form metadata, including: * sharing settings (who has access to the form) *
230- * ` publish_settings` (if the form supports publishing and if it is published)
230+ * publish_settings (if the form supports publishing and if it is published)
231231 * @return value or {@code null} for none
232232 */
233233 public java .lang .String getRevisionId () {
@@ -243,7 +243,7 @@ public java.lang.String getRevisionId() {
243243 * changed ID (for the same form and user) usually means the form *content* has been updated;
244244 * however, a changed ID can also be due to internal factors such as ID format changes. Form
245245 * content excludes form metadata, including: * sharing settings (who has access to the form) *
246- * ` publish_settings` (if the form supports publishing and if it is published)
246+ * publish_settings (if the form supports publishing and if it is published)
247247 * @param revisionId revisionId or {@code null} for none
248248 */
249249 public Form setRevisionId (java .lang .String revisionId ) {
@@ -253,7 +253,7 @@ public Form setRevisionId(java.lang.String revisionId) {
253253
254254 /**
255255 * The form's settings. This must be updated with UpdateSettingsRequest; it is ignored during
256- * `forms.create` and UpdateFormInfoRequest.
256+ * CreateForm and UpdateFormInfoRequest.
257257 * @return value or {@code null} for none
258258 */
259259 public FormSettings getSettings () {
@@ -262,7 +262,7 @@ public FormSettings getSettings() {
262262
263263 /**
264264 * The form's settings. This must be updated with UpdateSettingsRequest; it is ignored during
265- * `forms.create` and UpdateFormInfoRequest.
265+ * CreateForm and UpdateFormInfoRequest.
266266 * @param settings settings or {@code null} for none
267267 */
268268 public Form setSettings (FormSettings settings ) {
0 commit comments