Skip to content

Commit 2dc8c79

Browse files
Regenerate civicinfo client (googleapis#5854)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-09-04 03:43:42,423 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/google-api-java-client-services/synth.py. On branch autosynth-civicinfo nothing to commit, working tree clean 2020-09-04 03:43:42,763 synthtool [DEBUG] > Cloning https://github.com/googleapis/discovery-artifact-manager.git. DEBUG:synthtool:Cloning https://github.com/googleapis/discovery-artifact-manager.git. 2020-09-04 03:43:43,132 synthtool [DEBUG] > Cleaning output directory. DEBUG:synthtool:Cleaning output directory. 2020-09-04 03:43:43,135 synthtool [DEBUG] > Installing dependencies. DEBUG:synthtool:Installing dependencies. 2020-09-04 03:43:44,796 synthtool [INFO] > Generating civicinfo v2. INFO:synthtool:Generating civicinfo v2. 2020-09-04 03:43:44,796 synthtool [INFO] > 1.30.1 INFO:synthtool: 1.30.1 Writing json metadata to clients/google-api-services-civicinfo/v2.metadata.json 2020-09-04 03:43:45,603 synthtool [DEBUG] > Wrote metadata to clients/google-api-services-civicinfo/synth.metadata. DEBUG:synthtool:Wrote metadata to clients/google-api-services-civicinfo/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/8629523d-7fc1-42ea-a5be-39644a0c6590/targets - [ ] To automatically regenerate this PR, check this box.
1 parent f70ebec commit 2dc8c79

File tree

6 files changed

+960
-966
lines changed

6 files changed

+960
-966
lines changed

clients/google-api-services-civicinfo/v2.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"maven": {
33
"groupId": "com.google.apis",
44
"artifactId": "google-api-services-civicinfo",
5-
"version": "v2-rev20200824-1.30.10"
5+
"version": "v2-rev20200903-1.30.10"
66
}
77
}

clients/google-api-services-civicinfo/v2/1.30.1/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-civicinfo</artifactId>
25-
<version>v2-rev20200824-1.30.10</version>
25+
<version>v2-rev20200903-1.30.10</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
compile 'com.google.apis:google-api-services-civicinfo:v2-rev20200824-1.30.10'
38+
compile 'com.google.apis:google-api-services-civicinfo:v2-rev20200903-1.30.10'
3939
}
4040
```
4141

clients/google-api-services-civicinfo/v2/1.30.1/com/google/api/services/civicinfo/v2/model/PollingLocation.java

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,16 @@ public final class PollingLocation extends com.google.api.client.json.GenericJso
5656
private java.lang.String id;
5757

5858
/**
59-
* Latitude of the location, in degrees north of the equator. Only some locations -- generally,
60-
* ballot drop boxes for vote-by-mail elections -- will have this set; for others, use a geocoding
61-
* service like the Google Maps API to resolve the address to a geographic point.
59+
* Latitude of the location, in degrees north of the equator. Note this field may not be available
60+
* for some locations.
6261
* The value may be {@code null}.
6362
*/
6463
@com.google.api.client.util.Key
6564
private java.lang.Double latitude;
6665

6766
/**
68-
* Longitude of the location, in degrees east of the Prime Meridian. Only some locations --
69-
* generally, ballot drop boxes for vote-by-mail elections -- will have this set; for others, use
70-
* a geocoding service like the Google Maps API to resolve the address to a geographic point.
67+
* Longitude of the location, in degrees east of the Prime Meridian. Note this field may not be
68+
* available for some locations.
7169
* The value may be {@code null}.
7270
*/
7371
@com.google.api.client.util.Key
@@ -177,19 +175,17 @@ public PollingLocation setId(java.lang.String id) {
177175
}
178176

179177
/**
180-
* Latitude of the location, in degrees north of the equator. Only some locations -- generally,
181-
* ballot drop boxes for vote-by-mail elections -- will have this set; for others, use a geocoding
182-
* service like the Google Maps API to resolve the address to a geographic point.
178+
* Latitude of the location, in degrees north of the equator. Note this field may not be available
179+
* for some locations.
183180
* @return value or {@code null} for none
184181
*/
185182
public java.lang.Double getLatitude() {
186183
return latitude;
187184
}
188185

189186
/**
190-
* Latitude of the location, in degrees north of the equator. Only some locations -- generally,
191-
* ballot drop boxes for vote-by-mail elections -- will have this set; for others, use a geocoding
192-
* service like the Google Maps API to resolve the address to a geographic point.
187+
* Latitude of the location, in degrees north of the equator. Note this field may not be available
188+
* for some locations.
193189
* @param latitude latitude or {@code null} for none
194190
*/
195191
public PollingLocation setLatitude(java.lang.Double latitude) {
@@ -198,19 +194,17 @@ public PollingLocation setLatitude(java.lang.Double latitude) {
198194
}
199195

200196
/**
201-
* Longitude of the location, in degrees east of the Prime Meridian. Only some locations --
202-
* generally, ballot drop boxes for vote-by-mail elections -- will have this set; for others, use
203-
* a geocoding service like the Google Maps API to resolve the address to a geographic point.
197+
* Longitude of the location, in degrees east of the Prime Meridian. Note this field may not be
198+
* available for some locations.
204199
* @return value or {@code null} for none
205200
*/
206201
public java.lang.Double getLongitude() {
207202
return longitude;
208203
}
209204

210205
/**
211-
* Longitude of the location, in degrees east of the Prime Meridian. Only some locations --
212-
* generally, ballot drop boxes for vote-by-mail elections -- will have this set; for others, use
213-
* a geocoding service like the Google Maps API to resolve the address to a geographic point.
206+
* Longitude of the location, in degrees east of the Prime Meridian. Note this field may not be
207+
* available for some locations.
214208
* @param longitude longitude or {@code null} for none
215209
*/
216210
public PollingLocation setLongitude(java.lang.Double longitude) {

clients/google-api-services-civicinfo/v2/1.30.1/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-civicinfo</artifactId>
11-
<version>v2-rev20200824-1.30.10</version>
12-
<name>Google Civic Information API v2-rev20200824-1.30.10</name>
11+
<version>v2-rev20200903-1.30.10</version>
12+
<name>Google Civic Information API v2-rev20200903-1.30.10</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)