Skip to content

Commit bb9a102

Browse files
authored
Merge branch 'main' into owl-bot-copy-java-compute
2 parents 61b7ed0 + 615854d commit bb9a102

File tree

2,099 files changed

+335848
-7847
lines changed

Some content is hidden

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

2,099 files changed

+335848
-7847
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# This file controls who is tagged for review for any given pull request.
2+
#
3+
# For syntax help see:
4+
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
5+
6+
* @googleapis/cloud-java-team-teamsync

.github/workflows/newclient.yaml renamed to .github/workflows/verify-client-generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: New Client
1+
name: Verify GAPIC client library generation
22
on:
33
schedule:
44
- cron: '0 2 * * *' # nightly at 2 am UTC

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.25.0"
2+
".": "1.26.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.26.0](https://github.com/googleapis/google-cloud-java/compare/v1.25.0...v1.26.0) (2023-12-12)
4+
5+
6+
### Features
7+
8+
* [aiplatform] add Content ([#10116](https://github.com/googleapis/google-cloud-java/issues/10116)) ([b6c07b9](https://github.com/googleapis/google-cloud-java/commit/b6c07b96a10c1d1920138b8eae06385af14823f1))
9+
* [vertexai] Initial release of Vertex Java SDK ([#10129](https://github.com/googleapis/google-cloud-java/issues/10129)) ([91eccd5](https://github.com/googleapis/google-cloud-java/commit/91eccd5a3621cd3b112f05d3b0dd6b4aec0fe9b2))
10+
311
## [1.25.0](https://github.com/googleapis/google-cloud-java/compare/v1.24.0...v1.25.0) (2023-12-04)
412

513

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ Libraries are available on GitHub and Maven Central for developing Java applicat
192192
| [Support API](https://github.com/googleapis/google-cloud-java/tree/main/java-cloudsupport) | [![preview][preview-stability]][preview-description] | [![Maven](https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-cloudsupport.svg)](https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-cloudsupport&core=gav) |
193193
| [Telco Automation API](https://github.com/googleapis/google-cloud-java/tree/main/java-telcoautomation) | [![preview][preview-stability]][preview-description] | [![Maven](https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-telcoautomation.svg)](https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-telcoautomation&core=gav) |
194194
| [VMware Engine](https://github.com/googleapis/google-cloud-java/tree/main/java-vmwareengine) | [![preview][preview-stability]][preview-description] | [![Maven](https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-vmwareengine.svg)](https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-vmwareengine&core=gav) |
195+
| [VertexAI API](https://github.com/googleapis/google-cloud-java/tree/main/java-vertexai) | [![preview][preview-stability]][preview-description] | [![Maven](https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-vertexai.svg)](https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-vertexai&core=gav) |
195196
| [Video Stitcher API](https://github.com/googleapis/google-cloud-java/tree/main/java-video-stitcher) | [![preview][preview-stability]][preview-description] | [![Maven](https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-video-stitcher.svg)](https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-video-stitcher&core=gav) |
196197
| [Workstations](https://github.com/googleapis/google-cloud-java/tree/main/java-workstations) | [![preview][preview-stability]][preview-description] | [![Maven](https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-workstations.svg)](https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-workstations&core=gav) |
197198

changelog.json

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,57 @@
11
{
22
"repository": "googleapis/google-cloud-java",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "b6c07b96a10c1d1920138b8eae06385af14823f1",
9+
"message": "[aiplatform] add Content",
10+
"issues": [
11+
"10116"
12+
]
13+
}
14+
],
15+
"version": "1.26.0",
16+
"language": "JAVA",
17+
"artifactName": "com.google.cloud:google-cloud-aiplatform",
18+
"id": "9fd69848-112a-4048-bd96-ab0eef3b473d",
19+
"createTime": "2023-12-12T19:18:10.653Z"
20+
},
21+
{
22+
"changes": [
23+
{
24+
"type": "feat",
25+
"sha": "91eccd5a3621cd3b112f05d3b0dd6b4aec0fe9b2",
26+
"message": "[vertexai] Initial release of Vertex Java SDK",
27+
"issues": [
28+
"10129"
29+
]
30+
}
31+
],
32+
"version": "1.26.0",
33+
"language": "JAVA",
34+
"artifactName": "com.google.cloud:google-cloud-vertexai",
35+
"id": "e0bc74e8-b9c3-4d3d-b912-c3b34ff860d0",
36+
"createTime": "2023-12-12T19:18:10.645Z"
37+
},
38+
{
39+
"changes": [
40+
{
41+
"type": "feat",
42+
"sha": "91eccd5a3621cd3b112f05d3b0dd6b4aec0fe9b2",
43+
"message": "[vertexai] Initial release of Vertex Java SDK",
44+
"issues": [
45+
"10129"
46+
]
47+
}
48+
],
49+
"version": "1.26.0",
50+
"language": "JAVA",
51+
"artifactName": "com.google.cloud:google-cloud-resourcemanager",
52+
"id": "8e0276ad-a6a8-4825-89b8-4dd805e78cfc",
53+
"createTime": "2023-12-12T19:18:10.639Z"
54+
},
455
{
556
"changes": [
657
{
@@ -16861,5 +16912,5 @@
1686116912
"createTime": "2023-02-03T16:27:23.198Z"
1686216913
}
1686316914
],
16864-
"updateTime": "2023-12-04T15:18:59.628Z"
16915+
"updateTime": "2023-12-12T19:18:10.653Z"
1686516916
}

0 commit comments

Comments
 (0)