Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit 415b36a

Browse files
docs: corrected information about the limit of certificates that can be attached to a Certificate Map Entry (#113)
* docs: corrected information about the limit of certificates that can be attached to a Certificate Map Entry PiperOrigin-RevId: 512966986 Source-Link: googleapis/googleapis@8226520 Source-Link: https://github.com/googleapis/googleapis-gen/commit/644b69ddd0b9b88c55b3e702ea6bfc44a328d3fd Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjQ0YjY5ZGRkMGI5Yjg4YzU1YjNlNzAyZWE2YmZjNDRhMzI4ZDNmZCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent caff168 commit 415b36a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google/cloud/certificate_manager_v1/types/certificate_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,7 @@ class CertificateMapEntry(proto.Message):
13631363
This field is a member of `oneof`_ ``match``.
13641364
certificates (MutableSequence[str]):
13651365
A set of Certificates defines for the given ``hostname``.
1366-
There can be defined up to fifteen certificates in each
1366+
There can be defined up to four certificates in each
13671367
Certificate Map Entry. Each certificate must match pattern
13681368
``projects/*/locations/*/certificates/*``.
13691369
state (google.cloud.certificate_manager_v1.types.ServingState):

samples/generated_samples/snippet_metadata_google.cloud.certificatemanager.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-certificate-manager",
11-
"version": "1.4.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)