getParserForType() {
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
@@ -1013,7 +1013,7 @@ public java.lang.String getModelDeploymentMonitoringJob() {
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
@@ -1936,7 +1936,7 @@ public Builder mergeFrom(
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
@@ -1962,7 +1962,7 @@ public java.lang.String getModelDeploymentMonitoringJob() {
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
@@ -1988,7 +1988,7 @@ public com.google.protobuf.ByteString getModelDeploymentMonitoringJobBytes() {
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
@@ -2013,7 +2013,7 @@ public Builder setModelDeploymentMonitoringJob(java.lang.String value) {
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
@@ -2034,7 +2034,7 @@ public Builder clearModelDeploymentMonitoringJob() {
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
diff --git a/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder.java b/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder.java
index 65669c687..ab35ba0b1 100644
--- a/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder.java
+++ b/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder.java
@@ -29,7 +29,7 @@ public interface SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
@@ -45,7 +45,7 @@ public interface SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
diff --git a/proto-google-cloud-aiplatform-v1/src/main/proto/google/cloud/aiplatform/v1/accelerator_type.proto b/proto-google-cloud-aiplatform-v1/src/main/proto/google/cloud/aiplatform/v1/accelerator_type.proto
index 21e33bfb2..726ec203d 100644
--- a/proto-google-cloud-aiplatform-v1/src/main/proto/google/cloud/aiplatform/v1/accelerator_type.proto
+++ b/proto-google-cloud-aiplatform-v1/src/main/proto/google/cloud/aiplatform/v1/accelerator_type.proto
@@ -16,8 +16,6 @@ syntax = "proto3";
package google.cloud.aiplatform.v1;
-import "google/api/annotations.proto";
-
option csharp_namespace = "Google.Cloud.AIPlatform.V1";
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1;aiplatform";
option java_multiple_files = true;
@@ -48,4 +46,10 @@ enum AcceleratorType {
// Nvidia Tesla A100 GPU.
NVIDIA_TESLA_A100 = 8;
+
+ // TPU v2.
+ TPU_V2 = 6;
+
+ // TPU v3.
+ TPU_V3 = 7;
}
diff --git a/proto-google-cloud-aiplatform-v1/src/main/proto/google/cloud/aiplatform/v1/job_service.proto b/proto-google-cloud-aiplatform-v1/src/main/proto/google/cloud/aiplatform/v1/job_service.proto
index 05bffbcba..493ee7ad3 100644
--- a/proto-google-cloud-aiplatform-v1/src/main/proto/google/cloud/aiplatform/v1/job_service.proto
+++ b/proto-google-cloud-aiplatform-v1/src/main/proto/google/cloud/aiplatform/v1/job_service.proto
@@ -813,7 +813,7 @@ message SearchModelDeploymentMonitoringStatsAnomaliesRequest {
// Required. ModelDeploymentMonitoring Job resource name.
// Format:
- // `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ // `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
string model_deployment_monitoring_job = 1 [
(google.api.field_behavior) = REQUIRED,
(google.api.resource_reference) = {
diff --git a/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/AcceleratorType.java b/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/AcceleratorType.java
index 621be9078..c4293b2e9 100644
--- a/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/AcceleratorType.java
+++ b/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/AcceleratorType.java
@@ -98,6 +98,26 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
* NVIDIA_TESLA_A100 = 8;
*/
NVIDIA_TESLA_A100(8),
+ /**
+ *
+ *
+ *
+ * TPU v2.
+ *
+ *
+ * TPU_V2 = 6;
+ */
+ TPU_V2(6),
+ /**
+ *
+ *
+ *
+ * TPU v3.
+ *
+ *
+ * TPU_V3 = 7;
+ */
+ TPU_V3(7),
UNRECOGNIZED(-1),
;
@@ -171,6 +191,26 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
* NVIDIA_TESLA_A100 = 8;
*/
public static final int NVIDIA_TESLA_A100_VALUE = 8;
+ /**
+ *
+ *
+ *
+ * TPU v2.
+ *
+ *
+ * TPU_V2 = 6;
+ */
+ public static final int TPU_V2_VALUE = 6;
+ /**
+ *
+ *
+ *
+ * TPU v3.
+ *
+ *
+ * TPU_V3 = 7;
+ */
+ public static final int TPU_V3_VALUE = 7;
public final int getNumber() {
if (this == UNRECOGNIZED) {
@@ -210,6 +250,10 @@ public static AcceleratorType forNumber(int value) {
return NVIDIA_TESLA_T4;
case 8:
return NVIDIA_TESLA_A100;
+ case 6:
+ return TPU_V2;
+ case 7:
+ return TPU_V3;
default:
return null;
}
diff --git a/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/AcceleratorTypeProto.java b/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/AcceleratorTypeProto.java
index 5fe857338..0297278bb 100644
--- a/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/AcceleratorTypeProto.java
+++ b/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/AcceleratorTypeProto.java
@@ -37,26 +37,22 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
java.lang.String[] descriptorData = {
"\n6google/cloud/aiplatform/v1beta1/accele"
+ "rator_type.proto\022\037google.cloud.aiplatfor"
- + "m.v1beta1\032\034google/api/annotations.proto*"
- + "\270\001\n\017AcceleratorType\022 \n\034ACCELERATOR_TYPE_"
- + "UNSPECIFIED\020\000\022\024\n\020NVIDIA_TESLA_K80\020\001\022\025\n\021N"
- + "VIDIA_TESLA_P100\020\002\022\025\n\021NVIDIA_TESLA_V100\020"
- + "\003\022\023\n\017NVIDIA_TESLA_P4\020\004\022\023\n\017NVIDIA_TESLA_T"
- + "4\020\005\022\025\n\021NVIDIA_TESLA_A100\020\010B\361\001\n#com.googl"
- + "e.cloud.aiplatform.v1beta1B\024AcceleratorT"
- + "ypeProtoP\001ZIgoogle.golang.org/genproto/g"
- + "oogleapis/cloud/aiplatform/v1beta1;aipla"
- + "tform\252\002\037Google.Cloud.AIPlatform.V1Beta1\312"
- + "\002\037Google\\Cloud\\AIPlatform\\V1beta1\352\002\"Goog"
- + "le::Cloud::AIPlatform::V1beta1b\006proto3"
+ + "m.v1beta1*\320\001\n\017AcceleratorType\022 \n\034ACCELER"
+ + "ATOR_TYPE_UNSPECIFIED\020\000\022\024\n\020NVIDIA_TESLA_"
+ + "K80\020\001\022\025\n\021NVIDIA_TESLA_P100\020\002\022\025\n\021NVIDIA_T"
+ + "ESLA_V100\020\003\022\023\n\017NVIDIA_TESLA_P4\020\004\022\023\n\017NVID"
+ + "IA_TESLA_T4\020\005\022\025\n\021NVIDIA_TESLA_A100\020\010\022\n\n\006"
+ + "TPU_V2\020\006\022\n\n\006TPU_V3\020\007B\361\001\n#com.google.clou"
+ + "d.aiplatform.v1beta1B\024AcceleratorTypePro"
+ + "toP\001ZIgoogle.golang.org/genproto/googlea"
+ + "pis/cloud/aiplatform/v1beta1;aiplatform\252"
+ + "\002\037Google.Cloud.AIPlatform.V1Beta1\312\002\037Goog"
+ + "le\\Cloud\\AIPlatform\\V1beta1\352\002\"Google::Cl"
+ + "oud::AIPlatform::V1beta1b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
- descriptorData,
- new com.google.protobuf.Descriptors.FileDescriptor[] {
- com.google.api.AnnotationsProto.getDescriptor(),
- });
- com.google.api.AnnotationsProto.getDescriptor();
+ descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {});
}
// @@protoc_insertion_point(outer_class_scope)
diff --git a/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/SearchModelDeploymentMonitoringStatsAnomaliesRequest.java b/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/SearchModelDeploymentMonitoringStatsAnomaliesRequest.java
index c87a40e70..e76ee2fad 100644
--- a/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/SearchModelDeploymentMonitoringStatsAnomaliesRequest.java
+++ b/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/SearchModelDeploymentMonitoringStatsAnomaliesRequest.java
@@ -1003,7 +1003,7 @@ public com.google.protobuf.Parser getParserForType() {
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
@@ -1030,7 +1030,7 @@ public java.lang.String getModelDeploymentMonitoringJob() {
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
@@ -1974,7 +1974,7 @@ public Builder mergeFrom(
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
@@ -2000,7 +2000,7 @@ public java.lang.String getModelDeploymentMonitoringJob() {
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
@@ -2026,7 +2026,7 @@ public com.google.protobuf.ByteString getModelDeploymentMonitoringJobBytes() {
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
@@ -2051,7 +2051,7 @@ public Builder setModelDeploymentMonitoringJob(java.lang.String value) {
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
@@ -2072,7 +2072,7 @@ public Builder clearModelDeploymentMonitoringJob() {
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
diff --git a/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder.java b/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder.java
index 03d66218c..5441754b3 100644
--- a/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder.java
+++ b/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder.java
@@ -29,7 +29,7 @@ public interface SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
@@ -45,7 +45,7 @@ public interface SearchModelDeploymentMonitoringStatsAnomaliesRequestOrBuilder
*
* Required. ModelDeploymentMonitoring Job resource name.
* Format:
- * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ * `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
*
*
*
diff --git a/proto-google-cloud-aiplatform-v1beta1/src/main/proto/google/cloud/aiplatform/v1beta1/accelerator_type.proto b/proto-google-cloud-aiplatform-v1beta1/src/main/proto/google/cloud/aiplatform/v1beta1/accelerator_type.proto
index cde9f765c..af624cb73 100644
--- a/proto-google-cloud-aiplatform-v1beta1/src/main/proto/google/cloud/aiplatform/v1beta1/accelerator_type.proto
+++ b/proto-google-cloud-aiplatform-v1beta1/src/main/proto/google/cloud/aiplatform/v1beta1/accelerator_type.proto
@@ -16,8 +16,6 @@ syntax = "proto3";
package google.cloud.aiplatform.v1beta1;
-import "google/api/annotations.proto";
-
option csharp_namespace = "Google.Cloud.AIPlatform.V1Beta1";
option go_package = "google.golang.org/genproto/googleapis/cloud/aiplatform/v1beta1;aiplatform";
option java_multiple_files = true;
@@ -48,4 +46,10 @@ enum AcceleratorType {
// Nvidia Tesla A100 GPU.
NVIDIA_TESLA_A100 = 8;
+
+ // TPU v2.
+ TPU_V2 = 6;
+
+ // TPU v3.
+ TPU_V3 = 7;
}
diff --git a/proto-google-cloud-aiplatform-v1beta1/src/main/proto/google/cloud/aiplatform/v1beta1/job_service.proto b/proto-google-cloud-aiplatform-v1beta1/src/main/proto/google/cloud/aiplatform/v1beta1/job_service.proto
index de3c5cd34..6929a1e9c 100644
--- a/proto-google-cloud-aiplatform-v1beta1/src/main/proto/google/cloud/aiplatform/v1beta1/job_service.proto
+++ b/proto-google-cloud-aiplatform-v1beta1/src/main/proto/google/cloud/aiplatform/v1beta1/job_service.proto
@@ -813,7 +813,7 @@ message SearchModelDeploymentMonitoringStatsAnomaliesRequest {
// Required. ModelDeploymentMonitoring Job resource name.
// Format:
- // `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}
+ // `projects/{project}/locations/{location}/modelDeploymentMonitoringJobs/{model_deployment_monitoring_job}`
string model_deployment_monitoring_job = 1 [
(google.api.field_behavior) = REQUIRED,
(google.api.resource_reference) = {
From 8925931df347b66281ce11195ffa969e709c6e01 Mon Sep 17 00:00:00 2001
From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Fri, 25 Feb 2022 22:00:40 +0000
Subject: [PATCH 15/22] ci: pull request template includes sample format
(#1357) (#800)
Source-Link: https://github.com/googleapis/synthtool/commit/e122cb03ea37652946651346736d99b9dcc4311f
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:387835a1375a0049ec44e02542c844302854c732d8291bdf8e472c0ff70a8f67
---
.github/.OwlBot.lock.yaml | 2 +-
.github/PULL_REQUEST_TEMPLATE.md | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index 9786771c4..9351fdfb9 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -13,4 +13,4 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
- digest: sha256:3c950ed12391ebaffd1ee66d0374766a1c50144ebe6a7a0042300b2e6bb5856b
+ digest: sha256:387835a1375a0049ec44e02542c844302854c732d8291bdf8e472c0ff70a8f67
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index cd1222304..7d1969924 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -5,3 +5,6 @@ Thank you for opening a Pull Request! Before submitting your PR, there are a few
- [ ] Appropriate docs were updated (if necessary)
Fixes # ☕️
+
+If you write sample code, please follow the [samples format](
+https://github.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
From d27b5da83263e4f708c10ba5dd208b0ed5c17494 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Mon, 28 Feb 2022 22:10:33 +0100
Subject: [PATCH 16/22] deps: update actions/setup-java action to v3 (#798)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-java](https://togithub.com/actions/setup-java) | action | major | `v1` -> `v3` |
| [actions/setup-java](https://togithub.com/actions/setup-java) | action | major | `v2` -> `v3` |
---
### Release Notes
actions/setup-java
### [`v3`](https://togithub.com/actions/setup-java/compare/v2...v3)
[Compare Source](https://togithub.com/actions/setup-java/compare/v2...v3)
### [`v2`](https://togithub.com/actions/setup-java/compare/v1...v2)
[Compare Source](https://togithub.com/actions/setup-java/compare/v1...v2)
---
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
---
- [ ] If you want to rebase/retry this PR, click this checkbox.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-aiplatform).
From c91ab3765d49637635f174a87e41ff2bfb41bc73 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Tue, 1 Mar 2022 03:39:55 +0100
Subject: [PATCH 17/22] deps: update dependency
com.google.cloud:google-cloud-storage to v2.4.0 (#783)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* deps: update dependency com.google.cloud:google-cloud-storage to v2.4.0
* 🦉 Updates from OwlBot
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
Co-authored-by: Owl Bot
---
samples/install-without-bom/pom.xml | 2 +-
samples/snapshot/pom.xml | 2 +-
samples/snippets/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 3e8990e2f..24b966c01 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -35,7 +35,7 @@
com.google.cloud
google-cloud-storage
- 2.3.0
+ 2.4.0
com.google.protobuf
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index d7b358ee2..0e2749bec 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -34,7 +34,7 @@
com.google.cloud
google-cloud-storage
- 2.3.0
+ 2.4.0
com.google.protobuf
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index e9f5ce8c2..853896fba 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -33,7 +33,7 @@
com.google.cloud
google-cloud-storage
- 2.3.0
+ 2.4.0
com.google.protobuf
From 1bd4f0779ba4d4895d1963518baf29b0cf04c161 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Tue, 1 Mar 2022 04:08:11 +0100
Subject: [PATCH 18/22] build(deps): update dependency
org.apache.maven.plugins:maven-project-info-reports-plugin to v3.2.2 (#799)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.apache.maven.plugins:maven-project-info-reports-plugin](https://maven.apache.org/plugins/) ([source](https://togithub.com/apache/maven-project-info-reports-plugin)) | `3.2.1` -> `3.2.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, click this checkbox.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-aiplatform).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1f164215b..fc1584957 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,7 @@
org.apache.maven.plugins
maven-project-info-reports-plugin
- 3.2.1
+ 3.2.2
From 1f98d03485c9b007faa6a5e106631c11239f8b82 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Tue, 1 Mar 2022 18:48:24 +0100
Subject: [PATCH 19/22] deps: update dependency
com.google.cloud:google-cloud-storage to v2.4.4 (#801)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-storage](https://togithub.com/googleapis/java-storage) | `2.4.0` -> `2.4.4` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
googleapis/java-storage
### [`v2.4.4`](https://togithub.com/googleapis/java-storage/blob/HEAD/CHANGELOG.md#244-httpsgithubcomgoogleapisjava-storagecomparev243v244-2022-02-28)
[Compare Source](https://togithub.com/googleapis/java-storage/compare/v2.4.3...v2.4.4)
### [`v2.4.3`](https://togithub.com/googleapis/java-storage/blob/HEAD/CHANGELOG.md#243-httpsgithubcomgoogleapisjava-storagecomparev242v243-2022-02-25)
[Compare Source](https://togithub.com/googleapis/java-storage/compare/v2.4.2...v2.4.3)
### [`v2.4.2`](https://togithub.com/googleapis/java-storage/blob/HEAD/CHANGELOG.md#242-httpsgithubcomgoogleapisjava-storagecomparev241v242-2022-02-11)
[Compare Source](https://togithub.com/googleapis/java-storage/compare/v2.4.1...v2.4.2)
### [`v2.4.1`](https://togithub.com/googleapis/java-storage/blob/HEAD/CHANGELOG.md#241-httpsgithubcomgoogleapisjava-storagecomparev240v241-2022-02-08)
[Compare Source](https://togithub.com/googleapis/java-storage/compare/v2.4.0...v2.4.1)
---
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, click this checkbox.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-aiplatform).
---
samples/install-without-bom/pom.xml | 2 +-
samples/snapshot/pom.xml | 2 +-
samples/snippets/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 24b966c01..46b739e64 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -35,7 +35,7 @@
com.google.cloud
google-cloud-storage
- 2.4.0
+ 2.4.4
com.google.protobuf
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 0e2749bec..37a7d7a7e 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -34,7 +34,7 @@
com.google.cloud
google-cloud-storage
- 2.4.0
+ 2.4.4
com.google.protobuf
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 853896fba..e1a421444 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -33,7 +33,7 @@
com.google.cloud
google-cloud-storage
- 2.4.0
+ 2.4.4
com.google.protobuf
From 92a51e59a1b678dc4f14e607fbf0e40dd4b423a8 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Wed, 2 Mar 2022 19:08:32 +0100
Subject: [PATCH 20/22] deps: update dependency
com.google.cloud:google-cloud-shared-dependencies to v2.8.0 (#804)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-shared-dependencies](https://togithub.com/googleapis/java-shared-dependencies) | `2.7.0` -> `2.8.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
googleapis/java-shared-dependencies
### [`v2.8.0`](https://togithub.com/googleapis/java-shared-dependencies/blob/HEAD/CHANGELOG.md#280-httpsgithubcomgoogleapisjava-shared-dependenciescomparev270v280-2022-03-02)
[Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v2.7.0...v2.8.0)
##### Dependencies
- update dependency com.google.api-client:google-api-client-bom to v1.33.2 ([#602](https://togithub.com/googleapis/java-shared-dependencies/issues/602)) ([85b132f](https://togithub.com/googleapis/java-shared-dependencies/commit/85b132f5830772646025b6a9fbbb970a941b86b5))
- update dependency com.google.api:api-common to v2.1.4 ([#605](https://togithub.com/googleapis/java-shared-dependencies/issues/605)) ([ca7d49a](https://togithub.com/googleapis/java-shared-dependencies/commit/ca7d49aee26b6d90abd2afd61c20861d2307fe9c))
- update dependency com.google.auth:google-auth-library-bom to v1.5.3 ([#614](https://togithub.com/googleapis/java-shared-dependencies/issues/614)) ([e6413f3](https://togithub.com/googleapis/java-shared-dependencies/commit/e6413f3b1be78473ace7085c344eda2d78cdf01a))
- update dependency com.google.cloud:google-cloud-core to v2.5.6 ([#621](https://togithub.com/googleapis/java-shared-dependencies/issues/621)) ([3d5669f](https://togithub.com/googleapis/java-shared-dependencies/commit/3d5669f215689dd2df71200ffe37d5a9d385cda8))
- update dependency com.google.code.gson:gson to v2.9.0 ([#611](https://togithub.com/googleapis/java-shared-dependencies/issues/611)) ([f59c28d](https://togithub.com/googleapis/java-shared-dependencies/commit/f59c28d8cd30ada1237f7722135ba148dce6315e))
- update dependency com.google.http-client:google-http-client-bom to v1.41.4 ([#608](https://togithub.com/googleapis/java-shared-dependencies/issues/608)) ([f9a4f23](https://togithub.com/googleapis/java-shared-dependencies/commit/f9a4f23d3a32148ac59e53eaae6558ccbceca12c))
- update dependency com.google.oauth-client:google-oauth-client-bom to v1.33.1 ([#606](https://togithub.com/googleapis/java-shared-dependencies/issues/606)) ([3882494](https://togithub.com/googleapis/java-shared-dependencies/commit/3882494770d48fcc02ed19088aa06612a8e440eb))
- update dependency com.google.protobuf:protobuf-bom to v3.19.4 ([#593](https://togithub.com/googleapis/java-shared-dependencies/issues/593)) ([1e155bf](https://togithub.com/googleapis/java-shared-dependencies/commit/1e155bfc957bbb7e25d2e0994cdecaa81843bdc5))
- update dependency io.grpc:grpc-bom to v1.44.1 ([#613](https://togithub.com/googleapis/java-shared-dependencies/issues/613)) ([3038a2c](https://togithub.com/googleapis/java-shared-dependencies/commit/3038a2c86cd20c91b65f2d7926eeb739147a68db))
- update dependency junit:junit to v4.13.2 ([#607](https://togithub.com/googleapis/java-shared-dependencies/issues/607)) ([987e617](https://togithub.com/googleapis/java-shared-dependencies/commit/987e61796c7a093e005fe8832cf39275c391b2c1))
- update dependency org.checkerframework:checker-qual to v3.21.3 ([#596](https://togithub.com/googleapis/java-shared-dependencies/issues/596)) ([ac5083c](https://togithub.com/googleapis/java-shared-dependencies/commit/ac5083cd010924dc128f041c2cdbab20166a6bf0))
- update gax.version to v2.12.2 ([#592](https://togithub.com/googleapis/java-shared-dependencies/issues/592)) ([713ff8d](https://togithub.com/googleapis/java-shared-dependencies/commit/713ff8dd94f939c417524616bc47c771a3fbe0cf))
- update google.common-protos.version to v2.7.4 ([#603](https://togithub.com/googleapis/java-shared-dependencies/issues/603)) ([bb9b4c7](https://togithub.com/googleapis/java-shared-dependencies/commit/bb9b4c7e39552cc73b3b9d4c826b26e8cb74459f))
- update google.core.version ([#599](https://togithub.com/googleapis/java-shared-dependencies/issues/599)) ([327d0df](https://togithub.com/googleapis/java-shared-dependencies/commit/327d0df9b57203c0d4f426de0380770d3d7910d6))
- update iam.version to v1.2.6 ([#598](https://togithub.com/googleapis/java-shared-dependencies/issues/598)) ([2801439](https://togithub.com/googleapis/java-shared-dependencies/commit/280143964c7c3b93a8d7f67215ba2cc74ffce761))
---
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, click this checkbox.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-aiplatform).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fc1584957..d93567045 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
com.google.cloud
google-cloud-shared-dependencies
- 2.7.0
+ 2.8.0
pom
import
From 9b0e21b3f7d8d32da7bd3adeb5db56b0be1e1e37 Mon Sep 17 00:00:00 2001
From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Thu, 3 Mar 2022 18:18:32 +0000
Subject: [PATCH 21/22] chore: fix license header in build.bat (#1363) (#805)
* chore: fix license header in build.bat
* chore: add disctribution field for setup-java action
Source-Link: https://github.com/googleapis/synthtool/commit/4fea5f40a9075f3ba205ede0b453010cf080e194
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:df8d7b2cc0dbc65871e7edd86601901a0612b272fa3f7f0eb590c5c53aa5f92e
---
.github/.OwlBot.lock.yaml | 2 +-
.github/workflows/approve-readme.yaml | 2 +-
.github/workflows/auto-release.yaml | 2 +-
.github/workflows/ci.yaml | 20 +++++++++---------
.github/workflows/samples.yaml | 5 +++--
.kokoro/build.bat | 30 +++++++++++++--------------
README.md | 2 +-
7 files changed, 32 insertions(+), 31 deletions(-)
diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index 9351fdfb9..3473042c0 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -13,4 +13,4 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
- digest: sha256:387835a1375a0049ec44e02542c844302854c732d8291bdf8e472c0ff70a8f67
+ digest: sha256:df8d7b2cc0dbc65871e7edd86601901a0612b272fa3f7f0eb590c5c53aa5f92e
diff --git a/.github/workflows/approve-readme.yaml b/.github/workflows/approve-readme.yaml
index 1bb182327..f5fc7d516 100644
--- a/.github/workflows/approve-readme.yaml
+++ b/.github/workflows/approve-readme.yaml
@@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository_owner == 'googleapis' && github.head_ref == 'autosynth-readme'
steps:
- - uses: actions/github-script@v5
+ - uses: actions/github-script@v6
with:
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
script: |
diff --git a/.github/workflows/auto-release.yaml b/.github/workflows/auto-release.yaml
index 18e23230d..7a106d007 100644
--- a/.github/workflows/auto-release.yaml
+++ b/.github/workflows/auto-release.yaml
@@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
if: contains(github.head_ref, 'release-please')
steps:
- - uses: actions/github-script@v5
+ - uses: actions/github-script@v6
with:
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
debug: true
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 6b5e56aaa..83ef7f9c2 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -27,8 +27,8 @@ jobs:
matrix:
java: [8, 11, 17]
steps:
- - uses: actions/checkout@v2
- - uses: actions/setup-java@v2
+ - uses: actions/checkout@v3
+ - uses: actions/setup-java@v3
with:
distribution: zulu
java-version: ${{matrix.java}}
@@ -39,8 +39,8 @@ jobs:
windows:
runs-on: windows-latest
steps:
- - uses: actions/checkout@v2
- - uses: actions/setup-java@v2
+ - uses: actions/checkout@v3
+ - uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 8
@@ -54,8 +54,8 @@ jobs:
matrix:
java: [8, 11, 17]
steps:
- - uses: actions/checkout@v2
- - uses: actions/setup-java@v2
+ - uses: actions/checkout@v3
+ - uses: actions/setup-java@v3
with:
distribution: zulu
java-version: ${{matrix.java}}
@@ -64,8 +64,8 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
- - uses: actions/setup-java@v2
+ - uses: actions/checkout@v3
+ - uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 11
@@ -76,8 +76,8 @@ jobs:
clirr:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
- - uses: actions/setup-java@v2
+ - uses: actions/checkout@v3
+ - uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 8
diff --git a/.github/workflows/samples.yaml b/.github/workflows/samples.yaml
index d5d964df1..912ed8b2b 100644
--- a/.github/workflows/samples.yaml
+++ b/.github/workflows/samples.yaml
@@ -20,9 +20,10 @@ jobs:
checkstyle:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
- - uses: actions/setup-java@v1
+ - uses: actions/checkout@v3
+ - uses: actions/setup-java@v3
with:
+ distribution: zulu
java-version: 8
- name: Run checkstyle
run: mvn -P lint --quiet --batch-mode checkstyle:check
diff --git a/.kokoro/build.bat b/.kokoro/build.bat
index cc602c9eb..067cf4a4c 100644
--- a/.kokoro/build.bat
+++ b/.kokoro/build.bat
@@ -1,18 +1,18 @@
+:: Copyright 2022 Google LLC
+::
+:: Licensed under the Apache License, Version 2.0 (the "License");
+:: you may not use this file except in compliance with the License.
+:: You may obtain a copy of the License at
+::
+:: http://www.apache.org/licenses/LICENSE-2.0
+::
+:: Unless required by applicable law or agreed to in writing, software
+:: distributed under the License is distributed on an "AS IS" BASIS,
+:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+:: See the License for the specific language governing permissions and
+:: limitations under the License.
+:: Github action job to test core java library features on
+:: downstream client libraries before they are released.
:: See documentation in type-shell-output.bat
-# Copyright 2022 Google LLC
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-# Github action job to test core java library features on
-# downstream client libraries before they are released.
"C:\Program Files\Git\bin\bash.exe" %~dp0build.sh
diff --git a/README.md b/README.md
index dcb734db2..36f43e144 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies
```Groovy
-implementation platform('com.google.cloud:libraries-bom:24.3.0')
+implementation platform('com.google.cloud:libraries-bom:24.4.0')
implementation 'com.google.cloud:google-cloud-aiplatform'
```
From 64dde2d9d3b3b24164e2972d61febdd8276c77d0 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Thu, 3 Mar 2022 19:24:41 +0000
Subject: [PATCH 22/22] chore(main): release 2.7.0 (#789)
:robot: I have created a release *beep* *boop*
---
## [2.7.0](https://github.com/googleapis/java-aiplatform/compare/v2.6.0...v2.7.0) (2022-03-03)
### Features
* add TPU_V2 & TPU_V3 values to AcceleratorType in aiplatform v1/v1beta1 accelerator_type.proto ([#796](https://github.com/googleapis/java-aiplatform/issues/796)) ([019a774](https://github.com/googleapis/java-aiplatform/commit/019a7748d194aa6ccadd18492bb38c1ed35a6362))
### Dependencies
* update actions/github-script action to v6 ([#791](https://github.com/googleapis/java-aiplatform/issues/791)) ([fec15cf](https://github.com/googleapis/java-aiplatform/commit/fec15cfe528a5ae2efd2523201558a18f24be4e5))
* update actions/setup-java action to v3 ([#798](https://github.com/googleapis/java-aiplatform/issues/798)) ([d27b5da](https://github.com/googleapis/java-aiplatform/commit/d27b5da83263e4f708c10ba5dd208b0ed5c17494))
* update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.12.0 ([#782](https://github.com/googleapis/java-aiplatform/issues/782)) ([a32771e](https://github.com/googleapis/java-aiplatform/commit/a32771ef61ae4bf654e90243e342e96a82297b50))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.8.0 ([#804](https://github.com/googleapis/java-aiplatform/issues/804)) ([92a51e5](https://github.com/googleapis/java-aiplatform/commit/92a51e59a1b678dc4f14e607fbf0e40dd4b423a8))
* update dependency com.google.cloud:google-cloud-storage to v2.4.0 ([#783](https://github.com/googleapis/java-aiplatform/issues/783)) ([c91ab37](https://github.com/googleapis/java-aiplatform/commit/c91ab3765d49637635f174a87e41ff2bfb41bc73))
* update dependency com.google.cloud:google-cloud-storage to v2.4.4 ([#801](https://github.com/googleapis/java-aiplatform/issues/801)) ([1f98d03](https://github.com/googleapis/java-aiplatform/commit/1f98d03485c9b007faa6a5e106631c11239f8b82))
* update dependency com.google.code.gson:gson to v2.9.0 ([#792](https://github.com/googleapis/java-aiplatform/issues/792)) ([46b6e19](https://github.com/googleapis/java-aiplatform/commit/46b6e1931125aaaca7c7449b41467db5eef9d9d9))
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
---
CHANGELOG.md | 18 ++++++++++++++++++
google-cloud-aiplatform-bom/pom.xml | 12 ++++++------
google-cloud-aiplatform/pom.xml | 4 ++--
grpc-google-cloud-aiplatform-v1/pom.xml | 4 ++--
grpc-google-cloud-aiplatform-v1beta1/pom.xml | 4 ++--
pom.xml | 12 ++++++------
proto-google-cloud-aiplatform-v1/pom.xml | 4 ++--
proto-google-cloud-aiplatform-v1beta1/pom.xml | 4 ++--
samples/snapshot/pom.xml | 2 +-
versions.txt | 10 +++++-----
10 files changed, 46 insertions(+), 28 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ef3ff6828..dc5e564a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog
+## [2.7.0](https://github.com/googleapis/java-aiplatform/compare/v2.6.0...v2.7.0) (2022-03-03)
+
+
+### Features
+
+* add TPU_V2 & TPU_V3 values to AcceleratorType in aiplatform v1/v1beta1 accelerator_type.proto ([#796](https://github.com/googleapis/java-aiplatform/issues/796)) ([019a774](https://github.com/googleapis/java-aiplatform/commit/019a7748d194aa6ccadd18492bb38c1ed35a6362))
+
+
+### Dependencies
+
+* update actions/github-script action to v6 ([#791](https://github.com/googleapis/java-aiplatform/issues/791)) ([fec15cf](https://github.com/googleapis/java-aiplatform/commit/fec15cfe528a5ae2efd2523201558a18f24be4e5))
+* update actions/setup-java action to v3 ([#798](https://github.com/googleapis/java-aiplatform/issues/798)) ([d27b5da](https://github.com/googleapis/java-aiplatform/commit/d27b5da83263e4f708c10ba5dd208b0ed5c17494))
+* update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.12.0 ([#782](https://github.com/googleapis/java-aiplatform/issues/782)) ([a32771e](https://github.com/googleapis/java-aiplatform/commit/a32771ef61ae4bf654e90243e342e96a82297b50))
+* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.8.0 ([#804](https://github.com/googleapis/java-aiplatform/issues/804)) ([92a51e5](https://github.com/googleapis/java-aiplatform/commit/92a51e59a1b678dc4f14e607fbf0e40dd4b423a8))
+* update dependency com.google.cloud:google-cloud-storage to v2.4.0 ([#783](https://github.com/googleapis/java-aiplatform/issues/783)) ([c91ab37](https://github.com/googleapis/java-aiplatform/commit/c91ab3765d49637635f174a87e41ff2bfb41bc73))
+* update dependency com.google.cloud:google-cloud-storage to v2.4.4 ([#801](https://github.com/googleapis/java-aiplatform/issues/801)) ([1f98d03](https://github.com/googleapis/java-aiplatform/commit/1f98d03485c9b007faa6a5e106631c11239f8b82))
+* update dependency com.google.code.gson:gson to v2.9.0 ([#792](https://github.com/googleapis/java-aiplatform/issues/792)) ([46b6e19](https://github.com/googleapis/java-aiplatform/commit/46b6e1931125aaaca7c7449b41467db5eef9d9d9))
+
## [2.6.0](https://github.com/googleapis/java-aiplatform/compare/v2.5.3...v2.6.0) (2022-02-03)
diff --git a/google-cloud-aiplatform-bom/pom.xml b/google-cloud-aiplatform-bom/pom.xml
index f866569aa..c6fba4bc2 100644
--- a/google-cloud-aiplatform-bom/pom.xml
+++ b/google-cloud-aiplatform-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-aiplatform-bom
- 2.6.1-SNAPSHOT
+ 2.7.0
pom
com.google.cloud
@@ -56,27 +56,27 @@
com.google.cloud
google-cloud-aiplatform
- 2.6.1-SNAPSHOT
+ 2.7.0
com.google.api.grpc
grpc-google-cloud-aiplatform-v1
- 2.6.1-SNAPSHOT
+ 2.7.0
com.google.api.grpc
grpc-google-cloud-aiplatform-v1beta1
- 0.12.1-SNAPSHOT
+ 0.13.0
com.google.api.grpc
proto-google-cloud-aiplatform-v1
- 2.6.1-SNAPSHOT
+ 2.7.0
com.google.api.grpc
proto-google-cloud-aiplatform-v1beta1
- 0.12.1-SNAPSHOT
+ 0.13.0