Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

Commit

Permalink
feat: release the Google Analytics Admin API V1 Beta (#424)
Browse files Browse the repository at this point in the history
* feat: release the Google Analytics Admin API V1 Beta

PiperOrigin-RevId: 458479633

Source-Link: googleapis/googleapis@6ef569e

Source-Link: googleapis/googleapis-gen@e375910
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTM3NTkxMDM0YjcxNzI4ZmNkNjFhY2Q2MWIwYmUwY2FhNzYyNWM5ZSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* chore: remove iam dependency

* chore: remove unused proto-google-common-protos

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: alicejli <alicejli@google.com>
  • Loading branch information
3 people committed Jul 8, 2022
1 parent dd23ded commit ab9449f
Show file tree
Hide file tree
Showing 194 changed files with 135,522 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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.analytics</groupId>
<artifactId>google-analytics-admin</artifactId>
<version>0.10.2</version>
<version>0.11.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.analytics:google-analytics-admin:0.10.2'
implementation 'com.google.analytics:google-analytics-admin:0.11.0'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.10.2"
libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.11.0"
```

## Authentication
Expand Down
10 changes: 10 additions & 0 deletions google-analytics-admin-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,21 @@
<artifactId>grpc-google-analytics-admin-v1alpha</artifactId>
<version>0.11.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-analytics-admin-v1alpha:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-analytics-admin-v1beta</artifactId>
<version>0.11.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-analytics-admin-v1beta:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-analytics-admin-v1alpha</artifactId>
<version>0.11.1-SNAPSHOT</version><!-- {x-version-update:proto-google-analytics-admin-v1alpha:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-analytics-admin-v1beta</artifactId>
<version>0.11.1-SNAPSHOT</version><!-- {x-version-update:proto-google-analytics-admin-v1beta:current} -->
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
9 changes: 9 additions & 0 deletions google-analytics-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
<artifactId>proto-google-common-protos</artifactId>
</dependency>

<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-analytics-admin-v1beta</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-analytics-admin-v1alpha</artifactId>
Expand Down Expand Up @@ -79,6 +83,11 @@
<artifactId>grpc-google-analytics-admin-v1alpha</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-analytics-admin-v1beta</artifactId>
<scope>test</scope>
</dependency>
<!-- Need testing utility classes for generated gRPC clients tests -->
<dependency>
<groupId>com.google.api</groupId>
Expand Down
Loading

0 comments on commit ab9449f

Please sign in to comment.