Skip to content

Commit

Permalink
fix(datastore): update the API
Browse files Browse the repository at this point in the history
#### datastore:v1beta3

The following keys were changed:
- schemas.LatLng.description

#### datastore:v1

The following keys were changed:
- schemas.LatLng.description
  • Loading branch information
yoshi-automation authored and sofisl committed May 21, 2021
1 parent 57da069 commit ba3bdca
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions discovery/datastore-v1.json
Expand Up @@ -625,7 +625,7 @@
}
}
},
"revision": "20210326",
"revision": "20210426",
"rootUrl": "https://datastore.googleapis.com/",
"schemas": {
"AllocateIdsRequest": {
Expand Down Expand Up @@ -1460,7 +1460,7 @@
"type": "object"
},
"LatLng": {
"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.",
"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 object must conform to the WGS84 standard. Values must be within normalized ranges.",
"id": "LatLng",
"properties": {
"latitude": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/datastore-v1beta3.json
Expand Up @@ -307,7 +307,7 @@
}
}
},
"revision": "20210326",
"revision": "20210426",
"rootUrl": "https://datastore.googleapis.com/",
"schemas": {
"AllocateIdsRequest": {
Expand Down Expand Up @@ -935,7 +935,7 @@
"type": "object"
},
"LatLng": {
"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.",
"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 object 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/datastore/v1.ts
Expand Up @@ -681,7 +681,7 @@ export namespace datastore_v1 {
name?: string | null;
}
/**
* 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.
* 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 object must conform to the WGS84 standard. Values must be within normalized ranges.
*/
export interface Schema$LatLng {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/apis/datastore/v1beta3.ts
Expand Up @@ -550,7 +550,7 @@ export namespace datastore_v1beta3 {
name?: string | null;
}
/**
* 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.
* 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 object must conform to the WGS84 standard. Values must be within normalized ranges.
*/
export interface Schema$LatLng {
/**
Expand Down

0 comments on commit ba3bdca

Please sign in to comment.