Skip to content

Commit dd7044d

Browse files
yoshi-automationbcoe
authored andcommitted
fix(certificatemanager): update the API
#### certificatemanager:v1 The following keys were changed: - documentationLink - schemas.CertificateMapEntry.properties.hostname.description - schemas.DnsAuthorization.properties.domain.description - schemas.DnsResourceRecord.properties.name.description
1 parent a2a6aba commit dd7044d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

discovery/certificatemanager-v1.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"canonicalName": "Certificate Manager",
1515
"description": "",
1616
"discoveryVersion": "v1",
17-
"documentationLink": "https://cloud.google.com/",
17+
"documentationLink": "https://cloud.google.com/certificate-manager",
1818
"fullyEncodeReservedExpansion": true,
1919
"icons": {
2020
"x16": "http://www.google.com/images/icons/product/search-16.gif",
@@ -975,7 +975,7 @@
975975
}
976976
}
977977
},
978-
"revision": "20220119",
978+
"revision": "20220223",
979979
"rootUrl": "https://certificatemanager.googleapis.com/",
980980
"schemas": {
981981
"AuthorizationAttemptInfo": {
@@ -1169,7 +1169,7 @@
11691169
"type": "string"
11701170
},
11711171
"hostname": {
1172-
"description": "A Hostname (FQDN, e.g. example.com) or a wildcard hostname expression (*.example.com) for a set of hostnames with common suffix. Used as Server Name Indication (SNI) for selecting a proper certificate.",
1172+
"description": "A Hostname (FQDN, e.g. `example.com`) or a wildcard hostname expression (`*.example.com`) for a set of hostnames with common suffix. Used as Server Name Indication (SNI) for selecting a proper certificate.",
11731173
"type": "string"
11741174
},
11751175
"labels": {
@@ -1239,7 +1239,7 @@
12391239
"readOnly": true
12401240
},
12411241
"domain": {
1242-
"description": "Required. Immutable. A domain which is being authorized. A DnsAuthorization resource covers a single domain and its wildcard, e.g. authorization for \"example.com\" can be used to issue certificates for \"example.com\" and \"*.example.com\".",
1242+
"description": "Required. Immutable. A domain which is being authorized. A DnsAuthorization resource covers a single domain and its wildcard, e.g. authorization for `example.com` can be used to issue certificates for `example.com` and `*.example.com`.",
12431243
"type": "string"
12441244
},
12451245
"labels": {
@@ -1272,7 +1272,7 @@
12721272
"type": "string"
12731273
},
12741274
"name": {
1275-
"description": "Output only. Fully qualified name of the DNS Resource Record. e.g. \"_acme-challenge.example.com.\"",
1275+
"description": "Output only. Fully qualified name of the DNS Resource Record. e.g. `_acme-challenge.example.com`",
12761276
"readOnly": true,
12771277
"type": "string"
12781278
},

src/apis/certificatemanager/v1.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ export namespace certificatemanager_v1 {
245245
*/
246246
description?: string | null;
247247
/**
248-
* A Hostname (FQDN, e.g. example.com) or a wildcard hostname expression (*.example.com) for a set of hostnames with common suffix. Used as Server Name Indication (SNI) for selecting a proper certificate.
248+
* A Hostname (FQDN, e.g. `example.com`) or a wildcard hostname expression (`*.example.com`) for a set of hostnames with common suffix. Used as Server Name Indication (SNI) for selecting a proper certificate.
249249
*/
250250
hostname?: string | null;
251251
/**
@@ -286,7 +286,7 @@ export namespace certificatemanager_v1 {
286286
*/
287287
dnsResourceRecord?: Schema$DnsResourceRecord;
288288
/**
289-
* Required. Immutable. A domain which is being authorized. A DnsAuthorization resource covers a single domain and its wildcard, e.g. authorization for "example.com" can be used to issue certificates for "example.com" and "*.example.com".
289+
* Required. Immutable. A domain which is being authorized. A DnsAuthorization resource covers a single domain and its wildcard, e.g. authorization for `example.com` can be used to issue certificates for `example.com` and `*.example.com`.
290290
*/
291291
domain?: string | null;
292292
/**
@@ -311,7 +311,7 @@ export namespace certificatemanager_v1 {
311311
*/
312312
data?: string | null;
313313
/**
314-
* Output only. Fully qualified name of the DNS Resource Record. e.g. "_acme-challenge.example.com."
314+
* Output only. Fully qualified name of the DNS Resource Record. e.g. `_acme-challenge.example.com`
315315
*/
316316
name?: string | null;
317317
/**

0 commit comments

Comments
 (0)