Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion gapic-libraries-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1556,4 +1556,4 @@
</dependency>
</dependencies>
</dependencyManagement>
</project>
</project>
3 changes: 1 addition & 2 deletions java-accessapproval/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
"repo_short": "java-accessapproval",
"distribution_name": "com.google.cloud:google-cloud-accessapproval",
"api_id": "accessapproval.googleapis.com",
"library_type": "GAPIC_AUTO",
"requires_billing": true
"library_type": "GAPIC_AUTO"
}
9 changes: 8 additions & 1 deletion java-accessapproval/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Java idiomatic client for [Access Approval][product-docs].

## Quickstart


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

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

If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.83.0')

implementation 'com.google.cloud:google-cloud-accessapproval'
```

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

```Groovy
Expand Down
3 changes: 1 addition & 2 deletions java-accesscontextmanager/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
"repo_short": "java-accesscontextmanager",
"distribution_name": "com.google.cloud:google-identity-accesscontextmanager",
"api_id": "accesscontextmanager.googleapis.com",
"library_type": "GAPIC_AUTO",
"requires_billing": true
"library_type": "GAPIC_AUTO"
}
9 changes: 8 additions & 1 deletion java-accesscontextmanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Java idiomatic client for [Identity Access Context Manager][product-docs].

## Quickstart


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

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

If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.83.0')

implementation 'com.google.cloud:google-identity-accesscontextmanager'
```

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

```Groovy
Expand Down
3 changes: 1 addition & 2 deletions java-admanager/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
"repo_short": "java-admanager",
"distribution_name": "com.google.api-ads:ad-manager",
"api_id": "admanager.googleapis.com",
"library_type": "GAPIC_AUTO",
"requires_billing": true
"library_type": "GAPIC_AUTO"
}
3 changes: 1 addition & 2 deletions java-advisorynotifications/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
"repo_short": "java-advisorynotifications",
"distribution_name": "com.google.cloud:google-cloud-advisorynotifications",
"api_id": "advisorynotifications.googleapis.com",
"library_type": "GAPIC_AUTO",
"requires_billing": true
"library_type": "GAPIC_AUTO"
}
9 changes: 8 additions & 1 deletion java-advisorynotifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Java idiomatic client for [Advisory Notifications API][product-docs].

## Quickstart


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

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

If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.83.0')

implementation 'com.google.cloud:google-cloud-advisorynotifications'
```

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

```Groovy
Expand Down
3 changes: 1 addition & 2 deletions java-agentregistry/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
"repo_short": "java-agentregistry",
"distribution_name": "com.google.cloud:google-cloud-agentregistry",
"api_id": "agentregistry.googleapis.com",
"library_type": "GAPIC_AUTO",
"requires_billing": true
"library_type": "GAPIC_AUTO"
}
9 changes: 8 additions & 1 deletion java-agentregistry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Java idiomatic client for [Agent Registry][product-docs].

## Quickstart


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

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

If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.83.0')

implementation 'com.google.cloud:google-cloud-agentregistry'
```

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

```Groovy
Expand Down
1 change: 0 additions & 1 deletion java-aiplatform/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"distribution_name": "com.google.cloud:google-cloud-aiplatform",
"api_id": "aiplatform.googleapis.com",
"library_type": "GAPIC_AUTO",
"requires_billing": true,
"rest_documentation": "https://cloud.google.com/vertex-ai/docs/reference/rest",
"rpc_documentation": "https://cloud.google.com/vertex-ai/docs/reference/rpc"
}
9 changes: 8 additions & 1 deletion java-aiplatform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Java idiomatic client for [Vertex AI][product-docs].

## Quickstart


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

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

If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.83.0')

implementation 'com.google.cloud:google-cloud-aiplatform'
```

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

```Groovy
Expand Down
1 change: 0 additions & 1 deletion java-alloydb-connectors/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
"distribution_name": "com.google.cloud:google-cloud-alloydb-connectors",
"api_id": "connectors.googleapis.com",
"library_type": "GAPIC_AUTO",
"requires_billing": true,
"rest_documentation": "https://cloud.google.com/alloydb/docs/reference/rest"
}
9 changes: 8 additions & 1 deletion java-alloydb-connectors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Java idiomatic client for [AlloyDB connectors][product-docs].

## Quickstart


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

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

If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.83.0')

implementation 'com.google.cloud:google-cloud-alloydb-connectors'
```

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

```Groovy
Expand Down
1 change: 0 additions & 1 deletion java-alloydb/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
"distribution_name": "com.google.cloud:google-cloud-alloydb",
"api_id": "alloydb.googleapis.com",
"library_type": "GAPIC_AUTO",
"requires_billing": true,
"rest_documentation": "https://cloud.google.com/alloydb/docs/reference/rest"
}
9 changes: 8 additions & 1 deletion java-alloydb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Java idiomatic client for [AlloyDB][product-docs].

## Quickstart


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

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

If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.83.0')

implementation 'com.google.cloud:google-cloud-alloydb'
```

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

```Groovy
Expand Down
1 change: 0 additions & 1 deletion java-analytics-admin/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
"distribution_name": "com.google.analytics:google-analytics-admin",
"api_id": "analyticsadmin.googleapis.com",
"library_type": "GAPIC_AUTO",
"requires_billing": true,
"codeowner_team": "@googleapis/analytics-dpe"
}
9 changes: 8 additions & 1 deletion java-analytics-admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Java idiomatic client for [Analytics Admin][product-docs].

## Quickstart


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

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

If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.83.0')

implementation 'com.google.analytics:google-analytics-admin'
```

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

```Groovy
Expand Down
1 change: 0 additions & 1 deletion java-analytics-data/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
"distribution_name": "com.google.analytics:google-analytics-data",
"api_id": "analytics-data.googleapis.com",
"library_type": "GAPIC_AUTO",
"requires_billing": true,
"codeowner_team": "@googleapis/analytics-dpe"
}
9 changes: 8 additions & 1 deletion java-analytics-data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Java idiomatic client for [Analytics Data][product-docs].

## Quickstart


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

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

If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.83.0')

implementation 'com.google.analytics:google-analytics-data'
```

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

```Groovy
Expand Down
3 changes: 1 addition & 2 deletions java-analyticshub/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
"repo_short": "java-analyticshub",
"distribution_name": "com.google.cloud:google-cloud-analyticshub",
"api_id": "analyticshub.googleapis.com",
"library_type": "GAPIC_AUTO",
"requires_billing": true
"library_type": "GAPIC_AUTO"
}
9 changes: 8 additions & 1 deletion java-analyticshub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Java idiomatic client for [Analytics Hub API][product-docs].

## Quickstart


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

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

If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.83.0')

implementation 'com.google.cloud:google-cloud-analyticshub'
```

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

```Groovy
Expand Down
1 change: 0 additions & 1 deletion java-api-gateway/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
"distribution_name": "com.google.cloud:google-cloud-api-gateway",
"api_id": "apigateway.googleapis.com",
"library_type": "GAPIC_AUTO",
"requires_billing": true,
"rest_documentation": "https://cloud.google.com/api-gateway/docs/reference/rest"
}
9 changes: 8 additions & 1 deletion java-api-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Java idiomatic client for [API Gateway][product-docs].

## Quickstart


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

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

If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.83.0')

implementation 'com.google.cloud:google-cloud-api-gateway'
```

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

```Groovy
Expand Down
3 changes: 1 addition & 2 deletions java-apigee-connect/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
"repo_short": "java-apigee-connect",
"distribution_name": "com.google.cloud:google-cloud-apigee-connect",
"api_id": "apigeeconnect.googleapis.com",
"library_type": "GAPIC_AUTO",
"requires_billing": true
"library_type": "GAPIC_AUTO"
}
9 changes: 8 additions & 1 deletion java-apigee-connect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Java idiomatic client for [Apigee Connect][product-docs].

## Quickstart


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

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

If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.83.0')

implementation 'com.google.cloud:google-cloud-apigee-connect'
```

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

```Groovy
Expand Down
Loading
Loading