Skip to content

Commit 833da55

Browse files
chore: Add new versions of vectorsearch and ces (#12027)
BEGIN_COMMIT_OVERRIDE feat: Add CES v1beta library feat: Add VectorSearch v1 library END_COMMIT_OVERRIDE See b/487312648 and b/485179955 for more info --------- Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
1 parent 01d7309 commit 833da55

File tree

1,339 files changed

+749721
-0
lines changed

Some content is hidden

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

1,339 files changed

+749721
-0
lines changed

generation_config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,7 @@ libraries:
497497
cloud_api: true
498498
GAPICs:
499499
- proto_path: google/cloud/ces/v1
500+
- proto_path: google/cloud/ces/v1beta
500501
requires_billing: true
501502
rpc_documentation: https://docs.cloud.google.com/customer-engagement-ai/conversational-agents/ps/reference/rpc
502503
- api_shortname: cloudchannel
@@ -2655,6 +2656,7 @@ libraries:
26552656
cloud_api: true
26562657
GAPICs:
26572658
- proto_path: google/cloud/vectorsearch/v1beta
2659+
- proto_path: google/cloud/vectorsearch/v1
26582660
requires_billing: true
26592661
- api_shortname: videointelligence
26602662
name_pretty: Cloud Video Intelligence

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,21 @@
3333
<artifactId>grpc-google-cloud-ces-v1</artifactId>
3434
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-ces-v1:current} -->
3535
</dependency>
36+
<dependency>
37+
<groupId>com.google.api.grpc</groupId>
38+
<artifactId>grpc-google-cloud-ces-v1beta</artifactId>
39+
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-ces-v1beta:current} -->
40+
</dependency>
3641
<dependency>
3742
<groupId>com.google.api.grpc</groupId>
3843
<artifactId>proto-google-cloud-ces-v1</artifactId>
3944
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-ces-v1:current} -->
4045
</dependency>
46+
<dependency>
47+
<groupId>com.google.api.grpc</groupId>
48+
<artifactId>proto-google-cloud-ces-v1beta</artifactId>
49+
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-ces-v1beta:current} -->
50+
</dependency>
4151
</dependencies>
4252
</dependencyManagement>
4353
</project>

java-ces/google-cloud-ces/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-ces-v1beta</artifactId>
47+
</dependency>
4448
<dependency>
4549
<groupId>com.google.api.grpc</groupId>
4650
<artifactId>proto-google-cloud-ces-v1</artifactId>
@@ -76,6 +80,11 @@
7680
<artifactId>grpc-google-common-protos</artifactId>
7781
<scope>test</scope>
7882
</dependency>
83+
<dependency>
84+
<groupId>com.google.api.grpc</groupId>
85+
<artifactId>grpc-google-cloud-ces-v1beta</artifactId>
86+
<scope>test</scope>
87+
</dependency>
7988
<dependency>
8089
<groupId>com.google.api.grpc</groupId>
8190
<artifactId>grpc-google-iam-v1</artifactId>

0 commit comments

Comments
 (0)