Skip to content

Commit 2f915ab

Browse files
authored
chore: regenerate agentidentity (#13822)
Fixes #13720
1 parent 3ab8fd8 commit 2f915ab

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

java-agentidentity/.repo-metadata.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
"repo_short": "java-agentidentity",
1212
"distribution_name": "com.google.cloud:google-cloud-agentidentity",
1313
"api_id": "agentidentity.googleapis.com",
14-
"library_type": "GAPIC_AUTO",
15-
"requires_billing": true
14+
"library_type": "GAPIC_AUTO"
1615
}

java-agentidentity/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Java idiomatic client for [Agent Identity][product-docs].
1414

1515
## Quickstart
1616

17-
1817
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1918

2019
```xml
@@ -49,6 +48,14 @@ If you are using Maven without the BOM, add this to your dependencies:
4948
</dependency>
5049
```
5150

51+
If you are using Gradle 5.x or later, add this to your dependencies:
52+
53+
```Groovy
54+
implementation platform('com.google.cloud:libraries-bom:26.83.0')
55+
56+
implementation 'com.google.cloud:google-cloud-agentidentity'
57+
```
58+
5259
If you are using Gradle without BOM, add this to your dependencies:
5360

5461
```Groovy

0 commit comments

Comments
 (0)