@@ -280,24 +280,24 @@ public Lookup setDays(java.lang.Integer days) {
280
280
281
281
/**
282
282
* Optional. Allows the client to choose the language for the response. If data cannot be
283
- * provided for that language the API uses the closest match. Allowed values rely on the IETF
284
- * BCP-47 standard. Default value is "en".
283
+ * provided for that language, the API uses the closest match. Allowed values rely on the IETF
284
+ * BCP-47 standard. The default value is "en".
285
285
*/
286
286
@ com .google .api .client .util .Key
287
287
private java .lang .String languageCode ;
288
288
289
289
/** Optional. Allows the client to choose the language for the response. If data cannot be provided for
290
- that language the API uses the closest match. Allowed values rely on the IETF BCP-47 standard.
291
- Default value is "en".
290
+ that language, the API uses the closest match. Allowed values rely on the IETF BCP-47 standard. The
291
+ default value is "en".
292
292
*/
293
293
public java .lang .String getLanguageCode () {
294
294
return languageCode ;
295
295
}
296
296
297
297
/**
298
298
* Optional. Allows the client to choose the language for the response. If data cannot be
299
- * provided for that language the API uses the closest match. Allowed values rely on the IETF
300
- * BCP-47 standard. Default value is "en".
299
+ * provided for that language, the API uses the closest match. Allowed values rely on the IETF
300
+ * BCP-47 standard. The default value is "en".
301
301
*/
302
302
public Lookup setLanguageCode (java .lang .String languageCode ) {
303
303
this .languageCode = languageCode ;
@@ -338,21 +338,21 @@ public Lookup setLocationLongitude(java.lang.Double locationLongitude) {
338
338
339
339
/**
340
340
* Optional. The maximum number of daily info records to return per page. The default and max
341
- * value is 5 ( 5 days of data) .
341
+ * value is 5, indicating 5 days of data.
342
342
*/
343
343
@ com .google .api .client .util .Key
344
344
private java .lang .Integer pageSize ;
345
345
346
346
/** Optional. The maximum number of daily info records to return per page. The default and max value is
347
- 5 ( 5 days of data) .
347
+ 5, indicating 5 days of data.
348
348
*/
349
349
public java .lang .Integer getPageSize () {
350
350
return pageSize ;
351
351
}
352
352
353
353
/**
354
354
* Optional. The maximum number of daily info records to return per page. The default and max
355
- * value is 5 ( 5 days of data) .
355
+ * value is 5, indicating 5 days of data.
356
356
*/
357
357
public Lookup setPageSize (java .lang .Integer pageSize ) {
358
358
this .pageSize = pageSize ;
@@ -361,14 +361,14 @@ public Lookup setPageSize(java.lang.Integer pageSize) {
361
361
362
362
/**
363
363
* Optional. A page token received from a previous daily call. It is used to retrieve the
364
- * subsequent page. Note that when providing a value for the page token all other request
364
+ * subsequent page. Note that when providing a value for the page token, all other request
365
365
* parameters provided must match the previous call that provided the page token.
366
366
*/
367
367
@ com .google .api .client .util .Key
368
368
private java .lang .String pageToken ;
369
369
370
370
/** Optional. A page token received from a previous daily call. It is used to retrieve the subsequent
371
- page. Note that when providing a value for the page token all other request parameters provided
371
+ page. Note that when providing a value for the page token, all other request parameters provided
372
372
must match the previous call that provided the page token.
373
373
*/
374
374
public java .lang .String getPageToken () {
@@ -377,7 +377,7 @@ public java.lang.String getPageToken() {
377
377
378
378
/**
379
379
* Optional. A page token received from a previous daily call. It is used to retrieve the
380
- * subsequent page. Note that when providing a value for the page token all other request
380
+ * subsequent page. Note that when providing a value for the page token, all other request
381
381
* parameters provided must match the previous call that provided the page token.
382
382
*/
383
383
public Lookup setPageToken (java .lang .String pageToken ) {
@@ -388,13 +388,14 @@ public Lookup setPageToken(java.lang.String pageToken) {
388
388
/**
389
389
* Optional. Contains general information about plants, including details on their
390
390
* seasonality, special shapes and colors, information about allergic cross-reactions, and
391
- * plant photos.
391
+ * plant photos. The default value is "true".
392
392
*/
393
393
@ com .google .api .client .util .Key
394
394
private java .lang .Boolean plantsDescription ;
395
395
396
396
/** Optional. Contains general information about plants, including details on their seasonality,
397
- special shapes and colors, information about allergic cross-reactions, and plant photos.
397
+ special shapes and colors, information about allergic cross-reactions, and plant photos. The
398
+ default value is "true".
398
399
*/
399
400
public java .lang .Boolean getPlantsDescription () {
400
401
return plantsDescription ;
@@ -403,7 +404,7 @@ public java.lang.Boolean getPlantsDescription() {
403
404
/**
404
405
* Optional. Contains general information about plants, including details on their
405
406
* seasonality, special shapes and colors, information about allergic cross-reactions, and
406
- * plant photos.
407
+ * plant photos. The default value is "true".
407
408
*/
408
409
public Lookup setPlantsDescription (java .lang .Boolean plantsDescription ) {
409
410
this .plantsDescription = plantsDescription ;
0 commit comments