Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
1ea4329
chore: Update generation configuration at Wed Apr 8 03:00:36 UTC 2026
cloud-java-bot Apr 8, 2026
77d8a99
chore: merge main into generate-libraries-main
cloud-java-bot Apr 9, 2026
88530e1
chore: Update generation configuration at Thu Apr 9 03:00:27 UTC 2026
cloud-java-bot Apr 9, 2026
afb08d8
chore: generate libraries at Thu Apr 9 03:03:25 UTC 2026
cloud-java-bot Apr 9, 2026
a0e0b3a
fix: prevent updates to Version.java
diegomarquezp Apr 9, 2026
4b6d606
fix: correct end of file problem in bigquery storage
diegomarquezp Apr 9, 2026
6bbaaf4
fix: correct iam owlbot yaml indentation
diegomarquezp Apr 9, 2026
47a51ab
chore: update googleapis commit
diegomarquezp Apr 9, 2026
bc22516
fix: correct quoting in yamls of migrated libraries
diegomarquezp Apr 9, 2026
f82684b
chore: update googleapis committish
diegomarquezp Apr 9, 2026
aef4062
chore: generate libraries at Thu Apr 9 23:48:30 UTC 2026
cloud-java-bot Apr 10, 2026
c9b99b5
chore: merge main into generate-libraries-main
cloud-java-bot Apr 10, 2026
69b855b
chore: Update generation configuration at Fri Apr 10 03:01:18 UTC 2026
cloud-java-bot Apr 10, 2026
60688c3
chore: generate libraries at Fri Apr 10 03:04:09 UTC 2026
cloud-java-bot Apr 10, 2026
59581ef
fix: use preserve regex that prevents both deletion and copy
diegomarquezp Apr 10, 2026
e88d631
chore: update googleapis commit
diegomarquezp Apr 10, 2026
35be978
Revert "chore: update googleapis commit"
diegomarquezp Apr 10, 2026
525d761
chore: generate libraries at Fri Apr 10 12:06:56 UTC 2026
cloud-java-bot Apr 10, 2026
f22b697
Merge branch 'generate-libraries-main' of https://github.com/googleap…
diegomarquezp Apr 10, 2026
b5f1109
fix: add missing deep-preserve and correct org in proto path
diegomarquezp Apr 10, 2026
0ee2c65
fix: revert versions to main
diegomarquezp Apr 10, 2026
7faeda8
chore: trigger generation
diegomarquezp Apr 10, 2026
10b2daf
chore: generate libraries at Fri Apr 10 16:00:28 UTC 2026
cloud-java-bot Apr 10, 2026
953cde5
fix: use even broader regex
diegomarquezp Apr 10, 2026
f8e4ed5
chore: generate libraries at Fri Apr 10 18:57:38 UTC 2026
cloud-java-bot Apr 10, 2026
4268511
fix: minor tweaks to remaining version files
diegomarquezp Apr 13, 2026
9e6d2dc
chore: update versions
diegomarquezp Apr 13, 2026
ba46f6c
Merge remote-tracking branch 'origin/main' into generate-libraries-main
diegomarquezp Apr 13, 2026
10cd96b
chore: update googleapis commit to latest
diegomarquezp Apr 13, 2026
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
  •  
  •  
  •  
5 changes: 3 additions & 2 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gapic_generator_version: 2.68.0
googleapis_commitish: cd090841ab172574e740c214c99df00aef9c0dee
gapic_generator_version: 2.69.0
googleapis_commitish: e182cf5152967047b763fd88f03094cfc836d194
libraries_bom_version: 26.79.0
libraries:
- api_shortname: accessapproval
Expand Down Expand Up @@ -2997,3 +2997,4 @@ libraries:
GAPICs:
- proto_path: google/cloud/workstations/v1
- proto_path: google/cloud/workstations/v1beta

3 changes: 2 additions & 1 deletion java-accessapproval/.OwlBot-hermetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ deep-remove-regex:
- "/java-accessapproval/samples/snippets/generated"

deep-preserve-regex:
- "/java-accessapproval/google-cloud-accessapproval/src/test/java/com/google/cloud/accessapproval/v1/it"
- "/.*google-.*/src/main/java/.*/stub/Version.java"
- "/.*google-cloud-accessapproval/src/test/java/com/google/cloud/accessapproval/v1/it"

deep-copy-regex:
- source: "/google/cloud/accessapproval/(v.*)/.*-java/proto-google-.*/src"
Expand Down
8 changes: 4 additions & 4 deletions java-accessapproval/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-accessapproval</artifactId>
<version>2.89.0</version>
<version>2.90.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-accessapproval:2.89.0'
implementation 'com.google.cloud:google-cloud-accessapproval:2.90.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.89.0"
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.90.0"
```

## Authentication
Expand Down Expand Up @@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-accessapproval/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-accessapproval.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.89.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.90.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
3 changes: 2 additions & 1 deletion java-accesscontextmanager/.OwlBot-hermetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ deep-remove-regex:
- "/java-accesscontextmanager/samples/snippets/generated"

deep-preserve-regex:
- "/java-accesscontextmanager/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
- "/.*google-.*/src/main/java/.*/stub/Version.java"
- "/.*google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"

deep-copy-regex:
- source: "/google/identity/accesscontextmanager/(v\\d)/.*-java/proto-google-.*/src"
Expand Down
8 changes: 4 additions & 4 deletions java-accesscontextmanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-identity-accesscontextmanager</artifactId>
<version>1.89.0</version>
<version>1.90.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.89.0'
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.90.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.89.0"
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.90.0"
```

## Authentication
Expand Down Expand Up @@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-identity-accesscontextmanager/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-identity-accesscontextmanager.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.89.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.90.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
3 changes: 2 additions & 1 deletion java-admanager/.OwlBot-hermetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ deep-remove-regex:
- "/java-admanager/samples/snippets/generated"

deep-preserve-regex:
- "/java-admanager/ad-manager-.*/src/test/java/com/google/.*/v.*/it/IT.*Test.java"
- "/.*ad-manager.*/src/main/java/.*/stub/Version.java"
- "/.*ad-manager.*/src/test/java/com/google/.*/v.*/it/IT.*Test.java"

deep-copy-regex:
- source: "/google/ads/admanager/(v.*)/.*-java/proto-google-.*/src"
Expand Down
8 changes: 4 additions & 4 deletions java-admanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>ad-manager</artifactId>
<version>0.47.0</version>
<version>0.48.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.api-ads:ad-manager:0.47.0'
implementation 'com.google.api-ads:ad-manager:0.48.0'
```

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

```Scala
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.47.0"
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.48.0"
```

## Authentication
Expand Down Expand Up @@ -158,7 +158,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/ad-manager/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.api-ads/ad-manager.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.47.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.48.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
3 changes: 2 additions & 1 deletion java-advisorynotifications/.OwlBot-hermetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ deep-remove-regex:
- "/java-advisorynotifications/samples/snippets/generated"

deep-preserve-regex:
- "/java-advisorynotifications/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
- "/.*google-.*/src/main/java/.*/stub/Version.java"
- "/.*google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"

deep-copy-regex:
- source: "/google/cloud/advisorynotifications/(v.*)/.*-java/proto-google-.*/src"
Expand Down
8 changes: 4 additions & 4 deletions java-advisorynotifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-advisorynotifications</artifactId>
<version>0.77.0</version>
<version>0.78.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.77.0'
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.78.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.77.0"
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.78.0"
```

## Authentication
Expand Down Expand Up @@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-advisorynotifications/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-advisorynotifications.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.77.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.78.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
3 changes: 3 additions & 0 deletions java-aiplatform/.OwlBot-hermetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ deep-remove-regex:
- "/java-aiplatform/samples/snippets/generated"
- "/java-aiplatform/google-.*/src/main/java/com/google/cloud/aiplatform/v1beta1"

deep-preserve-regex:
- "/.*google-.*/src/main/java/.*/stub/Version.java"

deep-copy-regex:
- source: "/google/cloud/aiplatform/(v.*)/.*-java/proto-google-.*/src"
dest: "/owl-bot-staging/java-aiplatform/$1/proto-google-cloud-aiplatform-$1/src"
Expand Down
8 changes: 4 additions & 4 deletions java-aiplatform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform</artifactId>
<version>3.89.0</version>
<version>3.90.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-aiplatform:3.89.0'
implementation 'com.google.cloud:google-cloud-aiplatform:3.90.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.89.0"
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.90.0"
```

## Authentication
Expand Down Expand Up @@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-aiplatform/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-aiplatform.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.89.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.90.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
3 changes: 2 additions & 1 deletion java-alloydb-connectors/.OwlBot-hermetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ deep-remove-regex:
- "/java-alloydb-connectors/samples/snippets/generated"

deep-preserve-regex:
- "/java-alloydb-connectors/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
- "/.*google-.*/src/main/java/.*/stub/Version.java"
- "/.*google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"

deep-copy-regex:
- source: "/google/cloud/alloydb/connectors/(v.*)/.*-java/proto-google-.*/src"
Expand Down
8 changes: 4 additions & 4 deletions java-alloydb-connectors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-alloydb-connectors</artifactId>
<version>0.66.0</version>
<version>0.67.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-alloydb-connectors:0.66.0'
implementation 'com.google.cloud:google-cloud-alloydb-connectors:0.67.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-alloydb-connectors" % "0.66.0"
libraryDependencies += "com.google.cloud" % "google-cloud-alloydb-connectors" % "0.67.0"
```

## Authentication
Expand Down Expand Up @@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-alloydb-connectors/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-alloydb-connectors.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-alloydb-connectors/0.66.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-alloydb-connectors/0.67.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
3 changes: 2 additions & 1 deletion java-alloydb/.OwlBot-hermetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ deep-remove-regex:
- "/java-alloydb/samples/snippets/generated"

deep-preserve-regex:
- "/java-alloydb/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
- "/.*google-.*/src/main/java/.*/stub/Version.java"
- "/.*google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"

deep-copy-regex:
- source: "/google/cloud/alloydb/(v.*)/.*-java/proto-google-.*/src"
Expand Down
8 changes: 4 additions & 4 deletions java-alloydb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-alloydb</artifactId>
<version>0.77.0</version>
<version>0.78.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-alloydb:0.77.0'
implementation 'com.google.cloud:google-cloud-alloydb:0.78.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-alloydb" % "0.77.0"
libraryDependencies += "com.google.cloud" % "google-cloud-alloydb" % "0.78.0"
```

## Authentication
Expand Down Expand Up @@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-alloydb/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-alloydb.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-alloydb/0.77.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-alloydb/0.78.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
3 changes: 3 additions & 0 deletions java-analytics-admin/.OwlBot-hermetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ deep-remove-regex:
- "/java-analytics-admin/google-.*/src"
- "/java-analytics-admin/samples/snippets/generated"

deep-preserve-regex:
- "/.*google-.*/src/main/java/.*/stub/Version.java"

deep-copy-regex:
- source: "/google/analytics/admin/(v.*)/.*-java/proto-google-.*/src"
dest: "/owl-bot-staging/java-analytics-admin/$1/proto-google-analytics-admin-$1/src"
Expand Down
8 changes: 4 additions & 4 deletions java-analytics-admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.analytics</groupId>
<artifactId>google-analytics-admin</artifactId>
<version>0.98.0</version>
<version>0.99.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.analytics:google-analytics-admin:0.98.0'
implementation 'com.google.analytics:google-analytics-admin:0.99.0'
```

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

```Scala
libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.98.0"
libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.99.0"
```

## Authentication
Expand Down Expand Up @@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-analytics-admin/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.analytics/google-analytics-admin.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.analytics/google-analytics-admin/0.98.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.analytics/google-analytics-admin/0.99.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
3 changes: 3 additions & 0 deletions java-analytics-data/.OwlBot-hermetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ deep-remove-regex:
- "/java-analytics-data/google-.*/src"
- "/java-analytics-data/samples/snippets/generated"

deep-preserve-regex:
- "/.*google-.*/src/main/java/.*/stub/Version.java"

deep-copy-regex:
- source: "/google/analytics/data/(v.*)/.*-java/proto-google-.*/src"
dest: "/owl-bot-staging/java-analytics-data/$1/proto-google-analytics-data-$1/src"
Expand Down
8 changes: 4 additions & 4 deletions java-analytics-data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.analytics</groupId>
<artifactId>google-analytics-data</artifactId>
<version>0.99.0</version>
<version>0.100.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.analytics:google-analytics-data:0.99.0'
implementation 'com.google.analytics:google-analytics-data:0.100.0'
```

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

```Scala
libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.99.0"
libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.100.0"
```

## Authentication
Expand Down Expand Up @@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-analytics-data/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.analytics/google-analytics-data.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.analytics/google-analytics-data/0.99.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.analytics/google-analytics-data/0.100.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
Loading
Loading