Skip to content

Commit 9858c62

Browse files
1 parent 75112f3 commit 9858c62

File tree

5 files changed

+28
-30
lines changed

5 files changed

+28
-30
lines changed

clients/google-api-services-pollen/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-pollen</artifactId>
25-
<version>v1-rev20240610-2.0.0</version>
25+
<version>v1-rev20240720-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-pollen:v1-rev20240610-2.0.0'
38+
implementation 'com.google.apis:google-api-services-pollen:v1-rev20240720-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-pollen/v1/2.0.0/com/google/api/services/pollen/v1/Pollen.java

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -280,24 +280,24 @@ public Lookup setDays(java.lang.Integer days) {
280280

281281
/**
282282
* 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".
285285
*/
286286
@com.google.api.client.util.Key
287287
private java.lang.String languageCode;
288288

289289
/** 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".
292292
*/
293293
public java.lang.String getLanguageCode() {
294294
return languageCode;
295295
}
296296

297297
/**
298298
* 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".
301301
*/
302302
public Lookup setLanguageCode(java.lang.String languageCode) {
303303
this.languageCode = languageCode;
@@ -338,21 +338,21 @@ public Lookup setLocationLongitude(java.lang.Double locationLongitude) {
338338

339339
/**
340340
* 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.
342342
*/
343343
@com.google.api.client.util.Key
344344
private java.lang.Integer pageSize;
345345

346346
/** 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.
348348
*/
349349
public java.lang.Integer getPageSize() {
350350
return pageSize;
351351
}
352352

353353
/**
354354
* 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.
356356
*/
357357
public Lookup setPageSize(java.lang.Integer pageSize) {
358358
this.pageSize = pageSize;
@@ -361,14 +361,14 @@ public Lookup setPageSize(java.lang.Integer pageSize) {
361361

362362
/**
363363
* 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
365365
* parameters provided must match the previous call that provided the page token.
366366
*/
367367
@com.google.api.client.util.Key
368368
private java.lang.String pageToken;
369369

370370
/** 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
372372
must match the previous call that provided the page token.
373373
*/
374374
public java.lang.String getPageToken() {
@@ -377,7 +377,7 @@ public java.lang.String getPageToken() {
377377

378378
/**
379379
* 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
381381
* parameters provided must match the previous call that provided the page token.
382382
*/
383383
public Lookup setPageToken(java.lang.String pageToken) {
@@ -388,13 +388,14 @@ public Lookup setPageToken(java.lang.String pageToken) {
388388
/**
389389
* Optional. Contains general information about plants, including details on their
390390
* seasonality, special shapes and colors, information about allergic cross-reactions, and
391-
* plant photos.
391+
* plant photos. The default value is "true".
392392
*/
393393
@com.google.api.client.util.Key
394394
private java.lang.Boolean plantsDescription;
395395

396396
/** 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".
398399
*/
399400
public java.lang.Boolean getPlantsDescription() {
400401
return plantsDescription;
@@ -403,7 +404,7 @@ public java.lang.Boolean getPlantsDescription() {
403404
/**
404405
* Optional. Contains general information about plants, including details on their
405406
* seasonality, special shapes and colors, information about allergic cross-reactions, and
406-
* plant photos.
407+
* plant photos. The default value is "true".
407408
*/
408409
public Lookup setPlantsDescription(java.lang.Boolean plantsDescription) {
409410
this.plantsDescription = plantsDescription;

clients/google-api-services-pollen/v1/2.0.0/com/google/api/services/pollen/v1/model/DayInfo.java

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,14 @@ public final class DayInfo extends com.google.api.client.json.GenericJson {
3737
private Date date;
3838

3939
/**
40-
* This list will include (up to) 15 pollen species affecting the location specified in the
41-
* request.
40+
* This list will include up to 15 pollen species affecting the location specified in the request.
4241
* The value may be {@code null}.
4342
*/
4443
@com.google.api.client.util.Key
4544
private java.util.List<PlantInfo> plantInfo;
4645

4746
/**
48-
* This list will include (up to) three pollen types (grass, weed, tree) affecting the location
47+
* This list will include up to three pollen types (GRASS, WEED, TREE) affecting the location
4948
* specified in the request.
5049
* The value may be {@code null}.
5150
*/
@@ -70,17 +69,15 @@ public DayInfo setDate(Date date) {
7069
}
7170

7271
/**
73-
* This list will include (up to) 15 pollen species affecting the location specified in the
74-
* request.
72+
* This list will include up to 15 pollen species affecting the location specified in the request.
7573
* @return value or {@code null} for none
7674
*/
7775
public java.util.List<PlantInfo> getPlantInfo() {
7876
return plantInfo;
7977
}
8078

8179
/**
82-
* This list will include (up to) 15 pollen species affecting the location specified in the
83-
* request.
80+
* This list will include up to 15 pollen species affecting the location specified in the request.
8481
* @param plantInfo plantInfo or {@code null} for none
8582
*/
8683
public DayInfo setPlantInfo(java.util.List<PlantInfo> plantInfo) {
@@ -89,7 +86,7 @@ public DayInfo setPlantInfo(java.util.List<PlantInfo> plantInfo) {
8986
}
9087

9188
/**
92-
* This list will include (up to) three pollen types (grass, weed, tree) affecting the location
89+
* This list will include up to three pollen types (GRASS, WEED, TREE) affecting the location
9390
* specified in the request.
9491
* @return value or {@code null} for none
9592
*/
@@ -98,7 +95,7 @@ public java.util.List<PollenTypeInfo> getPollenTypeInfo() {
9895
}
9996

10097
/**
101-
* This list will include (up to) three pollen types (grass, weed, tree) affecting the location
98+
* This list will include up to three pollen types (GRASS, WEED, TREE) affecting the location
10299
* specified in the request.
103100
* @param pollenTypeInfo pollenTypeInfo or {@code null} for none
104101
*/

clients/google-api-services-pollen/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-pollen</artifactId>
11-
<version>v1-rev20240610-2.0.0</version>
12-
<name>Pollen API v1-rev20240610-2.0.0</name>
11+
<version>v1-rev20240720-2.0.0</version>
12+
<name>Pollen API v1-rev20240720-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-pollen/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-pollen</artifactId>
25-
<version>v1-rev20240610-2.0.0</version>
25+
<version>v1-rev20240720-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-pollen:v1-rev20240610-2.0.0'
38+
implementation 'com.google.apis:google-api-services-pollen:v1-rev20240720-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)