Skip to content

Commit e4849c4

Browse files
1 parent a5eb626 commit e4849c4

File tree

8 files changed

+84
-12
lines changed

8 files changed

+84
-12
lines changed

clients/google-api-services-aiplatform/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-aiplatform</artifactId>
25-
<version>v1-rev20250701-2.0.0</version>
25+
<version>v1-rev20250711-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-aiplatform:v1-rev20250701-2.0.0'
38+
implementation 'com.google.apis:google-api-services-aiplatform:v1-rev20250711-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-aiplatform/v1/2.0.0/com/google/api/services/aiplatform/v1/model/GoogleCloudAiplatformV1DeployedIndex.java

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,17 @@ public final class GoogleCloudAiplatformV1DeployedIndex extends com.google.api.c
101101
@com.google.api.client.util.Key
102102
private java.lang.Boolean enableAccessLogging;
103103

104+
/**
105+
* Optional. If true, logs to Cloud Logging errors relating to datapoint upserts. Under normal
106+
* operation conditions, these log entries should be very rare. However, if incompatible datapoint
107+
* updates are being uploaded to an index, a high volume of log entries may be generated in a
108+
* short period of time. Note that logs may incur a cost, especially if the deployed index
109+
* receives a high volume of datapoint upserts. Estimate your costs before enabling this option.
110+
* The value may be {@code null}.
111+
*/
112+
@com.google.api.client.util.Key
113+
private java.lang.Boolean enableDatapointUpsertLogging;
114+
104115
/**
105116
* Required. The user specified ID of the DeployedIndex. The ID can be up to 128 characters long
106117
* and must start with a letter and only contain letters, numbers, and underscores. The ID must be
@@ -327,6 +338,31 @@ public GoogleCloudAiplatformV1DeployedIndex setEnableAccessLogging(java.lang.Boo
327338
return this;
328339
}
329340

341+
/**
342+
* Optional. If true, logs to Cloud Logging errors relating to datapoint upserts. Under normal
343+
* operation conditions, these log entries should be very rare. However, if incompatible datapoint
344+
* updates are being uploaded to an index, a high volume of log entries may be generated in a
345+
* short period of time. Note that logs may incur a cost, especially if the deployed index
346+
* receives a high volume of datapoint upserts. Estimate your costs before enabling this option.
347+
* @return value or {@code null} for none
348+
*/
349+
public java.lang.Boolean getEnableDatapointUpsertLogging() {
350+
return enableDatapointUpsertLogging;
351+
}
352+
353+
/**
354+
* Optional. If true, logs to Cloud Logging errors relating to datapoint upserts. Under normal
355+
* operation conditions, these log entries should be very rare. However, if incompatible datapoint
356+
* updates are being uploaded to an index, a high volume of log entries may be generated in a
357+
* short period of time. Note that logs may incur a cost, especially if the deployed index
358+
* receives a high volume of datapoint upserts. Estimate your costs before enabling this option.
359+
* @param enableDatapointUpsertLogging enableDatapointUpsertLogging or {@code null} for none
360+
*/
361+
public GoogleCloudAiplatformV1DeployedIndex setEnableDatapointUpsertLogging(java.lang.Boolean enableDatapointUpsertLogging) {
362+
this.enableDatapointUpsertLogging = enableDatapointUpsertLogging;
363+
return this;
364+
}
365+
330366
/**
331367
* Required. The user specified ID of the DeployedIndex. The ID can be up to 128 characters long
332368
* and must start with a letter and only contain letters, numbers, and underscores. The ID must be

clients/google-api-services-aiplatform/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-aiplatform</artifactId>
11-
<version>v1-rev20250701-2.0.0</version>
12-
<name>Vertex AI API v1-rev20250701-2.0.0</name>
11+
<version>v1-rev20250711-2.0.0</version>
12+
<name>Vertex AI API v1-rev20250711-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-aiplatform/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-aiplatform</artifactId>
25-
<version>v1-rev20250701-2.0.0</version>
25+
<version>v1-rev20250711-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-aiplatform:v1-rev20250701-2.0.0'
38+
implementation 'com.google.apis:google-api-services-aiplatform:v1-rev20250711-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-aiplatform/v1beta1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-aiplatform</artifactId>
25-
<version>v1beta1-rev20250701-2.0.0</version>
25+
<version>v1beta1-rev20250711-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-aiplatform:v1beta1-rev20250701-2.0.0'
38+
implementation 'com.google.apis:google-api-services-aiplatform:v1beta1-rev20250711-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-aiplatform/v1beta1/2.0.0/com/google/api/services/aiplatform/v1beta1/model/GoogleCloudAiplatformV1beta1DeployedIndex.java

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,17 @@ public final class GoogleCloudAiplatformV1beta1DeployedIndex extends com.google.
101101
@com.google.api.client.util.Key
102102
private java.lang.Boolean enableAccessLogging;
103103

104+
/**
105+
* Optional. If true, logs to Cloud Logging errors relating to datapoint upserts. Under normal
106+
* operation conditions, these log entries should be very rare. However, if incompatible datapoint
107+
* updates are being uploaded to an index, a high volume of log entries may be generated in a
108+
* short period of time. Note that logs may incur a cost, especially if the deployed index
109+
* receives a high volume of datapoint upserts. Estimate your costs before enabling this option.
110+
* The value may be {@code null}.
111+
*/
112+
@com.google.api.client.util.Key
113+
private java.lang.Boolean enableDatapointUpsertLogging;
114+
104115
/**
105116
* Required. The user specified ID of the DeployedIndex. The ID can be up to 128 characters long
106117
* and must start with a letter and only contain letters, numbers, and underscores. The ID must be
@@ -327,6 +338,31 @@ public GoogleCloudAiplatformV1beta1DeployedIndex setEnableAccessLogging(java.lan
327338
return this;
328339
}
329340

341+
/**
342+
* Optional. If true, logs to Cloud Logging errors relating to datapoint upserts. Under normal
343+
* operation conditions, these log entries should be very rare. However, if incompatible datapoint
344+
* updates are being uploaded to an index, a high volume of log entries may be generated in a
345+
* short period of time. Note that logs may incur a cost, especially if the deployed index
346+
* receives a high volume of datapoint upserts. Estimate your costs before enabling this option.
347+
* @return value or {@code null} for none
348+
*/
349+
public java.lang.Boolean getEnableDatapointUpsertLogging() {
350+
return enableDatapointUpsertLogging;
351+
}
352+
353+
/**
354+
* Optional. If true, logs to Cloud Logging errors relating to datapoint upserts. Under normal
355+
* operation conditions, these log entries should be very rare. However, if incompatible datapoint
356+
* updates are being uploaded to an index, a high volume of log entries may be generated in a
357+
* short period of time. Note that logs may incur a cost, especially if the deployed index
358+
* receives a high volume of datapoint upserts. Estimate your costs before enabling this option.
359+
* @param enableDatapointUpsertLogging enableDatapointUpsertLogging or {@code null} for none
360+
*/
361+
public GoogleCloudAiplatformV1beta1DeployedIndex setEnableDatapointUpsertLogging(java.lang.Boolean enableDatapointUpsertLogging) {
362+
this.enableDatapointUpsertLogging = enableDatapointUpsertLogging;
363+
return this;
364+
}
365+
330366
/**
331367
* Required. The user specified ID of the DeployedIndex. The ID can be up to 128 characters long
332368
* and must start with a letter and only contain letters, numbers, and underscores. The ID must be

clients/google-api-services-aiplatform/v1beta1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-aiplatform</artifactId>
11-
<version>v1beta1-rev20250701-2.0.0</version>
12-
<name>Vertex AI API v1beta1-rev20250701-2.0.0</name>
11+
<version>v1beta1-rev20250711-2.0.0</version>
12+
<name>Vertex AI API v1beta1-rev20250711-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-aiplatform/v1beta1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-aiplatform</artifactId>
25-
<version>v1beta1-rev20250701-2.0.0</version>
25+
<version>v1beta1-rev20250711-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-aiplatform:v1beta1-rev20250701-2.0.0'
38+
implementation 'com.google.apis:google-api-services-aiplatform:v1beta1-rev20250711-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)