Skip to content

Commit

Permalink
Merge pull request googleapis#274 from google/release-v1.5.3
Browse files Browse the repository at this point in the history
Release v1.5.3.
  • Loading branch information
nathanielmanistaatgoogle authored Aug 29, 2016
2 parents 1f76759 + 2512a0c commit a61611c
Show file tree
Hide file tree
Showing 95 changed files with 956 additions and 559 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v1.5.3
Version 1.5.3

Bugfix release

- Fixed import error with oauth2client >= 3.0.0. (#270)

v1.5.2
Version 1.5.2

Expand Down
373 changes: 342 additions & 31 deletions docs/dyn/bigquery_v2.jobs.html

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions docs/dyn/civicinfo_v2.elections.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
<code><a href="#electionQuery">electionQuery()</a></code></p>
<p class="firstline">List of available elections to query.</p>
<p class="toc_element">
<code><a href="#voterInfoQuery">voterInfoQuery(address, electionId=None, officialOnly=None)</a></code></p>
<code><a href="#voterInfoQuery">voterInfoQuery(address, electionId=None, returnAllAvailableData=None, officialOnly=None)</a></code></p>
<p class="firstline">Looks up information relevant to a voter based on the voter's registered address.</p>
<h3>Method Details</h3>
<div class="method">
Expand All @@ -104,12 +104,13 @@ <h3>Method Details</h3>
</div>

<div class="method">
<code class="details" id="voterInfoQuery">voterInfoQuery(address, electionId=None, officialOnly=None)</code>
<code class="details" id="voterInfoQuery">voterInfoQuery(address, electionId=None, returnAllAvailableData=None, officialOnly=None)</code>
<pre>Looks up information relevant to a voter based on the voter's registered address.

Args:
address: string, The registered address of the voter to look up. (required)
electionId: string, The unique ID of the election to look up. A list of election IDs can be obtained at https://www.googleapis.com/civicinfo/{version}/elections
returnAllAvailableData: boolean, If set to true, the query will return the success codeand include any partial information when it is unable to determine a matching address or unable to determine the election for electionId=0 queries.
officialOnly: boolean, If set to true, only data from official state sources will be returned.

Returns:
Expand Down Expand Up @@ -299,6 +300,7 @@ <h3>Method Details</h3>
"scope": "A String", # The geographic scope of this district. If unspecified the district's geography is not known. One of: national, statewide, congressional, stateUpper, stateLower, countywide, judicial, schoolBoard, cityWide, township, countyCouncil, cityCouncil, ward, special
"id": "A String", # An identifier for this district, relative to its scope. For example, the 34th State Senate district would have id "34" and a scope of stateUpper.
"name": "A String", # The name of the district.
"kgForeignKey": "A String",
},
"ballotPlacement": "A String", # A number specifying the position of this contest on the voter's ballot.
"referendumProStatement": "A String", # A statement in favor of the referendum. It does not necessarily appear on the ballot. This field is only populated for contests of type 'Referendum'.
Expand All @@ -319,15 +321,15 @@ <h3>Method Details</h3>
"email": "A String", # The email address for the candidate's campaign.
},
],
"type": "A String", # The type of contest. Usually this will be 'General', 'Primary', or 'Run-off' for contests with candidates. For referenda this will be 'Referendum'.
"type": "A String", # The type of contest. Usually this will be 'General', 'Primary', or 'Run-off' for contests with candidates. For referenda this will be 'Referendum'. For Retention contests this will typically be 'Retention'.
"referendumText": "A String", # The full text of the referendum. This field is only populated for contests of type 'Referendum'.
"referendumConStatement": "A String", # A statement in opposition to the referendum. It does not necessarily appear on the ballot. This field is only populated for contests of type 'Referendum'.
"referendumPassageThreshold": "A String", # The threshold of votes that the referendum needs in order to pass, e.g. "two-thirds". This field is only populated for contests of type 'Referendum'.
"numberVotingFor": "A String", # The number of candidates that a voter may vote for in this contest.
"roles": [ # The roles which this office fulfills.
"A String",
],
"referendumBallotResponses": [ # The set of ballot responses for the referendum. A ballot response represents a line on the ballot. Common examples might include "yes" or "no" for referenda, or a judge's name for a retention contest. This field is only populated for contests of type 'Referendum'.
"referendumBallotResponses": [ # The set of ballot responses for the referendum. A ballot response represents a line on the ballot. Common examples might include "yes" or "no" for referenda. This field is only populated for contests of type 'Referendum'.
"A String",
],
"level": [ # The levels of government of the office for this contest. There may be more than one in cases where a jurisdiction effectively acts at two different levels of government; for example, the mayor of the District of Columbia acts at "locality" level, but also effectively at both "administrative-area-2" and "administrative-area-1".
Expand Down
24 changes: 12 additions & 12 deletions docs/dyn/classroom_v1.courses.courseWork.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ <h3>Method Details</h3>
"day": 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year/month where the day is not significant.
"year": 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
},
"state": "A String", # Status of this course work.. If unspecified, the default state is `DRAFT`.
"materials": [ # Additional materials.
"state": "A String", # Status of this course work. If unspecified, the default state is `DRAFT`.
"materials": [ # Additional materials. CourseWork must have no more than 20 material items.
{ # Material attached to course work. When creating attachments, only the Link field may be specified.
"link": { # URL item. # Link material.
"url": "A String", # URL to link to. This must be a valid UTF-8 string containing between 1 and 2024 characters.
Expand Down Expand Up @@ -157,7 +157,7 @@ <h3>Method Details</h3>
"A String",
],
},
"maxPoints": 3.14, # Maximum grade for this course work. If zero or unspecified, this assignment is considered ungraded. This must be an integer value.
"maxPoints": 3.14, # Maximum grade for this course work. If zero or unspecified, this assignment is considered ungraded. This must be a non-negative integer value.
"associatedWithDeveloper": True or False, # Whether this course work item is associated with the Developer Console project making the request. See google.classroom.Work.CreateCourseWork for more details. Read-only.
"id": "A String", # Classroom-assigned identifier of this course work, unique per course. Read-only.
"dueTime": { # Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may chose to allow leap seconds. Related types are google.type.Date and `google.protobuf.Timestamp`. # Optional time of day, in UTC, that submissions for this this course work are due. This must be specified if `due_date` is specified.
Expand Down Expand Up @@ -194,8 +194,8 @@ <h3>Method Details</h3>
"day": 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year/month where the day is not significant.
"year": 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
},
"state": "A String", # Status of this course work.. If unspecified, the default state is `DRAFT`.
"materials": [ # Additional materials.
"state": "A String", # Status of this course work. If unspecified, the default state is `DRAFT`.
"materials": [ # Additional materials. CourseWork must have no more than 20 material items.
{ # Material attached to course work. When creating attachments, only the Link field may be specified.
"link": { # URL item. # Link material.
"url": "A String", # URL to link to. This must be a valid UTF-8 string containing between 1 and 2024 characters.
Expand Down Expand Up @@ -230,7 +230,7 @@ <h3>Method Details</h3>
"A String",
],
},
"maxPoints": 3.14, # Maximum grade for this course work. If zero or unspecified, this assignment is considered ungraded. This must be an integer value.
"maxPoints": 3.14, # Maximum grade for this course work. If zero or unspecified, this assignment is considered ungraded. This must be a non-negative integer value.
"associatedWithDeveloper": True or False, # Whether this course work item is associated with the Developer Console project making the request. See google.classroom.Work.CreateCourseWork for more details. Read-only.
"id": "A String", # Classroom-assigned identifier of this course work, unique per course. Read-only.
"dueTime": { # Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may chose to allow leap seconds. Related types are google.type.Date and `google.protobuf.Timestamp`. # Optional time of day, in UTC, that submissions for this this course work are due. This must be specified if `due_date` is specified.
Expand Down Expand Up @@ -275,8 +275,8 @@ <h3>Method Details</h3>
"day": 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year/month where the day is not significant.
"year": 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
},
"state": "A String", # Status of this course work.. If unspecified, the default state is `DRAFT`.
"materials": [ # Additional materials.
"state": "A String", # Status of this course work. If unspecified, the default state is `DRAFT`.
"materials": [ # Additional materials. CourseWork must have no more than 20 material items.
{ # Material attached to course work. When creating attachments, only the Link field may be specified.
"link": { # URL item. # Link material.
"url": "A String", # URL to link to. This must be a valid UTF-8 string containing between 1 and 2024 characters.
Expand Down Expand Up @@ -311,7 +311,7 @@ <h3>Method Details</h3>
"A String",
],
},
"maxPoints": 3.14, # Maximum grade for this course work. If zero or unspecified, this assignment is considered ungraded. This must be an integer value.
"maxPoints": 3.14, # Maximum grade for this course work. If zero or unspecified, this assignment is considered ungraded. This must be a non-negative integer value.
"associatedWithDeveloper": True or False, # Whether this course work item is associated with the Developer Console project making the request. See google.classroom.Work.CreateCourseWork for more details. Read-only.
"id": "A String", # Classroom-assigned identifier of this course work, unique per course. Read-only.
"dueTime": { # Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may chose to allow leap seconds. Related types are google.type.Date and `google.protobuf.Timestamp`. # Optional time of day, in UTC, that submissions for this this course work are due. This must be specified if `due_date` is specified.
Expand Down Expand Up @@ -362,8 +362,8 @@ <h3>Method Details</h3>
"day": 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year/month where the day is not significant.
"year": 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
},
"state": "A String", # Status of this course work.. If unspecified, the default state is `DRAFT`.
"materials": [ # Additional materials.
"state": "A String", # Status of this course work. If unspecified, the default state is `DRAFT`.
"materials": [ # Additional materials. CourseWork must have no more than 20 material items.
{ # Material attached to course work. When creating attachments, only the Link field may be specified.
"link": { # URL item. # Link material.
"url": "A String", # URL to link to. This must be a valid UTF-8 string containing between 1 and 2024 characters.
Expand Down Expand Up @@ -398,7 +398,7 @@ <h3>Method Details</h3>
"A String",
],
},
"maxPoints": 3.14, # Maximum grade for this course work. If zero or unspecified, this assignment is considered ungraded. This must be an integer value.
"maxPoints": 3.14, # Maximum grade for this course work. If zero or unspecified, this assignment is considered ungraded. This must be a non-negative integer value.
"associatedWithDeveloper": True or False, # Whether this course work item is associated with the Developer Console project making the request. See google.classroom.Work.CreateCourseWork for more details. Read-only.
"id": "A String", # Classroom-assigned identifier of this course work, unique per course. Read-only.
"dueTime": { # Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may chose to allow leap seconds. Related types are google.type.Date and `google.protobuf.Timestamp`. # Optional time of day, in UTC, that submissions for this this course work are due. This must be specified if `due_date` is specified.
Expand Down
Loading

0 comments on commit a61611c

Please sign in to comment.