Skip to content

Commit

Permalink
fix(streetviewpublish): update the API
Browse files Browse the repository at this point in the history
#### streetviewpublish:v1
The following keys were changed:
- schemas.LatLng.description
  • Loading branch information
yoshi-automation authored and sofisl committed Oct 20, 2020
1 parent 9653168 commit dfbc9dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/streetviewpublish-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
}
}
},
"revision": "20200812",
"revision": "20201016",
"rootUrl": "https://streetviewpublish.googleapis.com/",
"schemas": {
"BatchDeletePhotosRequest": {
Expand Down Expand Up @@ -466,7 +466,7 @@
"type": "object"
},
"LatLng": {
"description": "An object representing a latitude/longitude pair. This is expressed as a pair of doubles representing degrees latitude and degrees longitude. Unless specified otherwise, this must conform to the WGS84 standard. Values must be within normalized ranges.",
"description": "An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this must conform to the WGS84 standard. Values must be within normalized ranges.",
"id": "LatLng",
"properties": {
"latitude": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/streetviewpublish/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export namespace streetviewpublish_v1 {
*/
export interface Schema$Empty {}
/**
* An object representing a latitude/longitude pair. This is expressed as a pair of doubles representing degrees latitude and degrees longitude. Unless specified otherwise, this must conform to the WGS84 standard. Values must be within normalized ranges.
* An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this must conform to the WGS84 standard. Values must be within normalized ranges.
*/
export interface Schema$LatLng {
/**
Expand Down

0 comments on commit dfbc9dd

Please sign in to comment.