From 83bab8c43588342b17243dac47b4db037ef902ea Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Mon, 5 Apr 2021 01:59:00 -0700 Subject: [PATCH] fix(serviceusage): update the API #### serviceusage:v1beta1 The following keys were changed: - schemas.GoogleApiService.properties.configVersion.description #### serviceusage:v1 The following keys were changed: - schemas.GoogleApiService.properties.configVersion.description --- discovery/serviceusage-v1.json | 4 ++-- discovery/serviceusage-v1beta1.json | 4 ++-- src/apis/serviceusage/v1.ts | 2 +- src/apis/serviceusage/v1beta1.ts | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/discovery/serviceusage-v1.json b/discovery/serviceusage-v1.json index cdc0b74e9e6..73fbeb43896 100644 --- a/discovery/serviceusage-v1.json +++ b/discovery/serviceusage-v1.json @@ -426,7 +426,7 @@ } } }, - "revision": "20210322", + "revision": "20210331", "rootUrl": "https://serviceusage.googleapis.com/", "schemas": { "AdminQuotaPolicy": { @@ -1284,7 +1284,7 @@ "description": "Billing configuration." }, "configVersion": { - "description": "Deprecated. The service config compiler always sets this field to `3`.", + "description": "Obsolete. Do not use. This field has no semantic meaning. The service config compiler always sets this field to `3`.", "format": "uint32", "type": "integer" }, diff --git a/discovery/serviceusage-v1beta1.json b/discovery/serviceusage-v1beta1.json index 549edf489a3..457ee2604ab 100644 --- a/discovery/serviceusage-v1beta1.json +++ b/discovery/serviceusage-v1beta1.json @@ -959,7 +959,7 @@ } } }, - "revision": "20210322", + "revision": "20210331", "rootUrl": "https://serviceusage.googleapis.com/", "schemas": { "AdminQuotaPolicy": { @@ -1849,7 +1849,7 @@ "description": "Billing configuration." }, "configVersion": { - "description": "Deprecated. The service config compiler always sets this field to `3`.", + "description": "Obsolete. Do not use. This field has no semantic meaning. The service config compiler always sets this field to `3`.", "format": "uint32", "type": "integer" }, diff --git a/src/apis/serviceusage/v1.ts b/src/apis/serviceusage/v1.ts index 82cfb075f48..5b7d3f9159e 100644 --- a/src/apis/serviceusage/v1.ts +++ b/src/apis/serviceusage/v1.ts @@ -709,7 +709,7 @@ export namespace serviceusage_v1 { */ billing?: Schema$Billing; /** - * Deprecated. The service config compiler always sets this field to `3`. + * Obsolete. Do not use. This field has no semantic meaning. The service config compiler always sets this field to `3`. */ configVersion?: number | null; /** diff --git a/src/apis/serviceusage/v1beta1.ts b/src/apis/serviceusage/v1beta1.ts index fdb003a0c03..b5ffe552970 100644 --- a/src/apis/serviceusage/v1beta1.ts +++ b/src/apis/serviceusage/v1beta1.ts @@ -745,7 +745,7 @@ export namespace serviceusage_v1beta1 { */ billing?: Schema$Billing; /** - * Deprecated. The service config compiler always sets this field to `3`. + * Obsolete. Do not use. This field has no semantic meaning. The service config compiler always sets this field to `3`. */ configVersion?: number | null; /**