Skip to content

Commit 8226520

Browse files
Google APIscopybara-github
authored andcommitted
docs: corrected information about the limit of certificates that can be attached to a Certificate Map Entry
PiperOrigin-RevId: 512966986
1 parent c5650ae commit 8226520

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

google/cloud/certificatemanager/v1/certificate_manager.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import "google/api/field_behavior.proto";
2222
import "google/api/resource.proto";
2323
import "google/cloud/certificatemanager/v1/certificate_issuance_config.proto";
2424
import "google/longrunning/operations.proto";
25+
import "google/protobuf/empty.proto";
2526
import "google/protobuf/field_mask.proto";
2627
import "google/protobuf/timestamp.proto";
2728

@@ -1105,7 +1106,7 @@ message CertificateMapEntry {
11051106
}
11061107

11071108
// A set of Certificates defines for the given `hostname`. There can be
1108-
// defined up to fifteen certificates in each Certificate Map Entry. Each
1109+
// defined up to four certificates in each Certificate Map Entry. Each
11091110
// certificate must match pattern `projects/*/locations/*/certificates/*`.
11101111
repeated string certificates = 7 [(google.api.resource_reference) = {
11111112
type: "certificatemanager.googleapis.com/Certificate"

0 commit comments

Comments
 (0)