Skip to content

Commit da8ad05

Browse files
feat: Generate Worksspace Events v1beta Client Library (#11642)
Co-authored-by: cloud-java-bot <[email protected]>
1 parent 42ccca2 commit da8ad05

File tree

91 files changed

+30102
-4
lines changed

Some content is hidden

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

91 files changed

+30102
-4
lines changed

generation_config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2714,6 +2714,7 @@ libraries:
27142714
rest_documentation: https://developers.google.com/workspace/events/reference/rest
27152715
GAPICs:
27162716
- proto_path: google/apps/events/subscriptions/v1
2717+
- proto_path: google/apps/events/subscriptions/v1beta
27172718

27182719
- api_shortname: workstations
27192720
name_pretty: Cloud Workstations

java-workspaceevents/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-workspaceevents</artifactId>
48-
<version>0.27.0</version>
48+
<version>0.30.0</version>
4949
</dependency>
5050
```
5151

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

5454
```Groovy
55-
implementation 'com.google.cloud:google-cloud-workspaceevents:0.27.0'
55+
implementation 'com.google.cloud:google-cloud-workspaceevents:0.30.0'
5656
```
5757

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

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-workspaceevents" % "0.27.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-workspaceevents" % "0.30.0"
6262
```
6363

6464
## Authentication
@@ -200,7 +200,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
200200
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
201201
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
202202
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-workspaceevents.svg
203-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-workspaceevents/0.27.0
203+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-workspaceevents/0.30.0
204204
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
205205
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
206206
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-workspaceevents/google-cloud-workspaceevents-bom/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,21 @@
3434
<artifactId>grpc-google-cloud-workspaceevents-v1</artifactId>
3535
<version>0.31.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-workspaceevents-v1:current} -->
3636
</dependency>
37+
<dependency>
38+
<groupId>com.google.api.grpc</groupId>
39+
<artifactId>grpc-google-cloud-workspaceevents-v1beta</artifactId>
40+
<version>0.31.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-workspaceevents-v1beta:current} -->
41+
</dependency>
3742
<dependency>
3843
<groupId>com.google.api.grpc</groupId>
3944
<artifactId>proto-google-cloud-workspaceevents-v1</artifactId>
4045
<version>0.31.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-workspaceevents-v1:current} -->
4146
</dependency>
47+
<dependency>
48+
<groupId>com.google.api.grpc</groupId>
49+
<artifactId>proto-google-cloud-workspaceevents-v1beta</artifactId>
50+
<version>0.31.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-workspaceevents-v1beta:current} -->
51+
</dependency>
4252
</dependencies>
4353
</dependencyManagement>
4454
</project>

java-workspaceevents/google-cloud-workspaceevents/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
<artifactId>proto-google-common-protos</artifactId>
4242
</dependency>
4343

44+
<dependency>
45+
<groupId>com.google.api.grpc</groupId>
46+
<artifactId>proto-google-cloud-workspaceevents-v1beta</artifactId>
47+
</dependency>
4448
<dependency>
4549
<groupId>com.google.api.grpc</groupId>
4650
<artifactId>proto-google-cloud-workspaceevents-v1</artifactId>
@@ -66,6 +70,11 @@
6670
<artifactId>grpc-google-common-protos</artifactId>
6771
<scope>test</scope>
6872
</dependency>
73+
<dependency>
74+
<groupId>com.google.api.grpc</groupId>
75+
<artifactId>grpc-google-cloud-workspaceevents-v1beta</artifactId>
76+
<scope>test</scope>
77+
</dependency>
6978
<dependency>
7079
<groupId>com.google.api.grpc</groupId>
7180
<artifactId>proto-google-iam-v1</artifactId>

java-workspaceevents/google-cloud-workspaceevents/src/main/java/com/google/apps/events/subscriptions/v1beta/SubscriptionsServiceClient.java

Lines changed: 1355 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)