Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(450)

Unified Diff: generated/googleapis/lib/civicinfo/v1.dart

Issue 595873002: Api roll 1: 2014-09-23 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « generated/googleapis/lib/civicinfo/us_v1.dart ('k') | generated/googleapis/lib/compute/v1.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/lib/civicinfo/v1.dart
diff --git a/generated/googleapis/lib/civicinfo/v1.dart b/generated/googleapis/lib/civicinfo/v1.dart
index d65c919c1112f681eb3c9340492c8cf568d284d2..2869359ab57c814b9979ba38339ff5da6b4dd430 100644
--- a/generated/googleapis/lib/civicinfo/v1.dart
+++ b/generated/googleapis/lib/civicinfo/v1.dart
@@ -23,7 +23,7 @@ class CivicinfoApi {
RepresentativesResourceApi get representatives => new RepresentativesResourceApi(_requester);
CivicinfoApi(http.Client client) :
- _requester = new common_internal.ApiRequester(client, "https://www.googleapis.com/", "/civicinfo/v1/");
+ _requester = new common_internal.ApiRequester(client, "https://www.googleapis.com/", "civicinfo/v1/");
}
@@ -1084,9 +1084,18 @@ class ElectoralDistrict {
/** Describes a political geography. */
class GeographicDivision {
/**
- * Any other valid OCD IDs that refer to the same division. For example, if
- * this division's OCD ID is ocd-division/country:us/district:dc, this will
- * contain ocd-division/country:us/state:dc.
+ * Any other valid OCD IDs that refer to the same division.
+ *
+ * Because OCD IDs are meant to be human-readable and at least somewhat
+ * predictable, there are occasionally several identifiers for a single
+ * division. These identifiers are defined to be equivalent to one another,
+ * and one is always indicated as the primary identifier. The primary
+ * identifier will be returned in ocd_id above, and any other equivalent valid
+ * identifiers will be returned in this list.
+ *
+ * For example, if this division's OCD ID is
+ * ocd-division/country:us/district:dc, this will contain
+ * ocd-division/country:us/state:dc.
*/
core.List<core.String> alsoKnownAs;
@@ -1214,7 +1223,7 @@ class Office {
}
-/** Information about a official holding an elected office. */
+/** Information about a person holding an elected office. */
class Official {
/** Addresses at which to contact the official. */
core.List<SimpleAddressType> address;
« no previous file with comments | « generated/googleapis/lib/civicinfo/us_v1.dart ('k') | generated/googleapis/lib/compute/v1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698