Skip to content

Commit

Permalink
docs: [certificatemanager] corrected information about the limit of c…
Browse files Browse the repository at this point in the history
…ertificates that can be attached to a Certificate Map Entry (#9167)

* 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: googleapis/googleapis-gen@644b69d
Copy-Tag: eyJwIjoiamF2YS1jZXJ0aWZpY2F0ZS1tYW5hZ2VyLy5Pd2xCb3QueWFtbCIsImgiOiI2NDRiNjlkZGQwYjliODhjNTViM2U3MDJlYTZiZmM0NGEzMjhkM2ZkIn0=

* 🦉 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Feb 28, 2023
1 parent 841366b commit 74c459c
Show file tree
Hide file tree
Showing 5 changed files with 396 additions and 394 deletions.
8 changes: 3 additions & 5 deletions java-certificate-manager/README.md
Expand Up @@ -17,28 +17,26 @@ Java idiomatic client for [Certificate Manager][product-docs].

If you are using Maven, add this to your pom.xml file:

<!--- {x-version-update-start:google-cloud-certificate-manager:released} -->

```xml
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-certificate-manager</artifactId>
<version>0.12.0</version>
<version>0.14.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-certificate-manager:0.12.0'
implementation 'com.google.cloud:google-cloud-certificate-manager:0.14.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-certificate-manager" % "0.12.0"
libraryDependencies += "com.google.cloud" % "google-cloud-certificate-manager" % "0.14.0"
```
<!--- {x-version-update-end} -->

## Authentication

Expand Down

0 comments on commit 74c459c

Please sign in to comment.