Skip to content

Commit c5e6bb7

Browse files
authored
chore: update librarian to v0.27.0 (#13806)
This PR update librarian to v0.27.0. Note: README.md changes are expected and are caused by updates to the README template in Librarian (See * googleapis/librarian#6855 for details.)
1 parent 1b1300d commit c5e6bb7

459 files changed

Lines changed: 1714 additions & 623 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

java-accessapproval/.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-accessapproval",
1212
"distribution_name": "com.google.cloud:google-cloud-accessapproval",
1313
"api_id": "accessapproval.googleapis.com",
14-
"library_type": "GAPIC_AUTO",
15-
"requires_billing": true
14+
"library_type": "GAPIC_AUTO"
1615
}

java-accessapproval/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Java idiomatic client for [Access Approval][product-docs].
1111

1212
## Quickstart
1313

14-
1514
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1615

1716
```xml
@@ -46,6 +45,14 @@ If you are using Maven without the BOM, add this to your dependencies:
4645
</dependency>
4746
```
4847

48+
If you are using Gradle 5.x or later, add this to your dependencies:
49+
50+
```Groovy
51+
implementation platform('com.google.cloud:libraries-bom:26.83.0')
52+
53+
implementation 'com.google.cloud:google-cloud-accessapproval'
54+
```
55+
4956
If you are using Gradle without BOM, add this to your dependencies:
5057

5158
```Groovy

java-accesscontextmanager/.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-accesscontextmanager",
1212
"distribution_name": "com.google.cloud:google-identity-accesscontextmanager",
1313
"api_id": "accesscontextmanager.googleapis.com",
14-
"library_type": "GAPIC_AUTO",
15-
"requires_billing": true
14+
"library_type": "GAPIC_AUTO"
1615
}

java-accesscontextmanager/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Java idiomatic client for [Identity Access Context Manager][product-docs].
1111

1212
## Quickstart
1313

14-
1514
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1615

1716
```xml
@@ -46,6 +45,14 @@ If you are using Maven without the BOM, add this to your dependencies:
4645
</dependency>
4746
```
4847

48+
If you are using Gradle 5.x or later, add this to your dependencies:
49+
50+
```Groovy
51+
implementation platform('com.google.cloud:libraries-bom:26.83.0')
52+
53+
implementation 'com.google.cloud:google-identity-accesscontextmanager'
54+
```
55+
4956
If you are using Gradle without BOM, add this to your dependencies:
5057

5158
```Groovy

java-admanager/.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-admanager",
1212
"distribution_name": "com.google.api-ads:ad-manager",
1313
"api_id": "admanager.googleapis.com",
14-
"library_type": "GAPIC_AUTO",
15-
"requires_billing": true
14+
"library_type": "GAPIC_AUTO"
1615
}

java-advisorynotifications/.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-advisorynotifications",
1212
"distribution_name": "com.google.cloud:google-cloud-advisorynotifications",
1313
"api_id": "advisorynotifications.googleapis.com",
14-
"library_type": "GAPIC_AUTO",
15-
"requires_billing": true
14+
"library_type": "GAPIC_AUTO"
1615
}

java-advisorynotifications/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Java idiomatic client for [Advisory Notifications API][product-docs].
1111

1212
## Quickstart
1313

14-
1514
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1615

1716
```xml
@@ -46,6 +45,14 @@ If you are using Maven without the BOM, add this to your dependencies:
4645
</dependency>
4746
```
4847

48+
If you are using Gradle 5.x or later, add this to your dependencies:
49+
50+
```Groovy
51+
implementation platform('com.google.cloud:libraries-bom:26.83.0')
52+
53+
implementation 'com.google.cloud:google-cloud-advisorynotifications'
54+
```
55+
4956
If you are using Gradle without BOM, add this to your dependencies:
5057

5158
```Groovy

java-agentregistry/.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-agentregistry",
1212
"distribution_name": "com.google.cloud:google-cloud-agentregistry",
1313
"api_id": "agentregistry.googleapis.com",
14-
"library_type": "GAPIC_AUTO",
15-
"requires_billing": true
14+
"library_type": "GAPIC_AUTO"
1615
}

java-agentregistry/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 Registry][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-agentregistry'
57+
```
58+
5259
If you are using Gradle without BOM, add this to your dependencies:
5360

5461
```Groovy

java-aiplatform/.repo-metadata.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"distribution_name": "com.google.cloud:google-cloud-aiplatform",
1313
"api_id": "aiplatform.googleapis.com",
1414
"library_type": "GAPIC_AUTO",
15-
"requires_billing": true,
1615
"rest_documentation": "https://cloud.google.com/vertex-ai/docs/reference/rest",
1716
"rpc_documentation": "https://cloud.google.com/vertex-ai/docs/reference/rpc"
1817
}

0 commit comments

Comments
 (0)