Skip to content
This repository was archived by the owner on Jul 17, 2023. It is now read-only.

Commit e278c10

Browse files
feat: Adding public Datastream client based on v1 API version: https://cloud.google.com/datastream/docs (#114)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 425538443 Source-Link: googleapis/googleapis@07cb2ca Source-Link: https://github.com/googleapis/googleapis-gen/commit/66d72baf59afe47c026154bf8ebd27bf29c3e554 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjZkNzJiYWY1OWFmZTQ3YzAyNjE1NGJmOGViZDI3YmYyOWMzZTU1NCJ9
1 parent 873121d commit e278c10

169 files changed

Lines changed: 122990 additions & 1 deletion

File tree

Some content is hidden

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

google-cloud-datastream-bom/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,21 @@
6363
<artifactId>grpc-google-cloud-datastream-v1alpha1</artifactId>
6464
<version>0.3.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-datastream-v1alpha1:current} -->
6565
</dependency>
66+
<dependency>
67+
<groupId>com.google.api.grpc</groupId>
68+
<artifactId>grpc-google-cloud-datastream-v1</artifactId>
69+
<version>0.3.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-datastream-v1:current} -->
70+
</dependency>
6671
<dependency>
6772
<groupId>com.google.api.grpc</groupId>
6873
<artifactId>proto-google-cloud-datastream-v1alpha1</artifactId>
6974
<version>0.3.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-datastream-v1alpha1:current} -->
7075
</dependency>
76+
<dependency>
77+
<groupId>com.google.api.grpc</groupId>
78+
<artifactId>proto-google-cloud-datastream-v1</artifactId>
79+
<version>0.3.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-datastream-v1:current} -->
80+
</dependency>
7181
</dependencies>
7282
</dependencyManagement>
7383

google-cloud-datastream/pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,14 @@
4141
<groupId>com.google.api.grpc</groupId>
4242
<artifactId>proto-google-common-protos</artifactId>
4343
</dependency>
44-
44+
<dependency>
45+
<groupId>com.google.api.grpc</groupId>
46+
<artifactId>grpc-google-common-protos</artifactId>
47+
</dependency>
48+
<dependency>
49+
<groupId>com.google.api.grpc</groupId>
50+
<artifactId>proto-google-cloud-datastream-v1</artifactId>
51+
</dependency>
4552
<dependency>
4653
<groupId>com.google.api.grpc</groupId>
4754
<artifactId>proto-google-cloud-datastream-v1alpha1</artifactId>
@@ -76,6 +83,11 @@
7683
<artifactId>grpc-google-cloud-datastream-v1alpha1</artifactId>
7784
<scope>test</scope>
7885
</dependency>
86+
<dependency>
87+
<groupId>com.google.api.grpc</groupId>
88+
<artifactId>grpc-google-cloud-datastream-v1</artifactId>
89+
<scope>test</scope>
90+
</dependency>
7991
<!-- Need testing utility classes for generated gRPC clients tests -->
8092
<dependency>
8193
<groupId>com.google.api</groupId>

0 commit comments

Comments
 (0)