From f6a9d113b4d235862f3d1b332b99d678fb45282f Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Wed, 28 Oct 2020 05:21:22 -0700 Subject: [PATCH] fix(datastore): update the API #### datastore:v1 The following keys were changed: - schemas.LatLng.description #### datastore:v1beta3 The following keys were changed: - schemas.LatLng.description --- discovery/datastore-v1.json | 4 ++-- discovery/datastore-v1beta3.json | 4 ++-- src/apis/datastore/v1.ts | 2 +- src/apis/datastore/v1beta3.ts | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/discovery/datastore-v1.json b/discovery/datastore-v1.json index b87390e4f6..8e96de49b3 100644 --- a/discovery/datastore-v1.json +++ b/discovery/datastore-v1.json @@ -625,7 +625,7 @@ } } }, - "revision": "20200802", + "revision": "20201017", "rootUrl": "https://datastore.googleapis.com/", "schemas": { "AllocateIdsRequest": { @@ -1460,7 +1460,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": { diff --git a/discovery/datastore-v1beta3.json b/discovery/datastore-v1beta3.json index 71b8c13b6f..8d782428b9 100644 --- a/discovery/datastore-v1beta3.json +++ b/discovery/datastore-v1beta3.json @@ -307,7 +307,7 @@ } } }, - "revision": "20200802", + "revision": "20201017", "rootUrl": "https://datastore.googleapis.com/", "schemas": { "AllocateIdsRequest": { @@ -935,7 +935,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": { diff --git a/src/apis/datastore/v1.ts b/src/apis/datastore/v1.ts index f6316b7264..a0ac821887 100644 --- a/src/apis/datastore/v1.ts +++ b/src/apis/datastore/v1.ts @@ -683,7 +683,7 @@ export namespace datastore_v1 { name?: string | null; } /** - * 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 { /** diff --git a/src/apis/datastore/v1beta3.ts b/src/apis/datastore/v1beta3.ts index ed29741919..136895b476 100644 --- a/src/apis/datastore/v1beta3.ts +++ b/src/apis/datastore/v1beta3.ts @@ -552,7 +552,7 @@ export namespace datastore_v1beta3 { name?: string | null; } /** - * 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 { /**