Skip to content

Commit

Permalink
docs: corrected information about the limit of certificates that can …
Browse files Browse the repository at this point in the history
…be attached to a Certificate Map Entry

PiperOrigin-RevId: 512966986
  • Loading branch information
Google APIs authored and Copybara-Service committed Feb 28, 2023
1 parent c5650ae commit 8226520
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion google/cloud/certificatemanager/v1/certificate_manager.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import "google/api/field_behavior.proto";
import "google/api/resource.proto";
import "google/cloud/certificatemanager/v1/certificate_issuance_config.proto";
import "google/longrunning/operations.proto";
import "google/protobuf/empty.proto";
import "google/protobuf/field_mask.proto";
import "google/protobuf/timestamp.proto";

Expand Down Expand Up @@ -1105,7 +1106,7 @@ message CertificateMapEntry {
}

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

0 comments on commit 8226520

Please sign in to comment.