Skip to content

Commit b347602

Browse files
1 parent 8faac74 commit b347602

File tree

12 files changed

+56
-50
lines changed

12 files changed

+56
-50
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-rev20250920-2.0.0</version>
25+
<version>v1-rev20250926-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-rev20250920-2.0.0'
38+
implementation 'com.google.apis:google-api-services-aiplatform:v1-rev20250926-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51126,21 +51126,21 @@ public List setParent(java.lang.String parent) {
5112651126

5112751127
/**
5112851128
* The maximum number of Metadata Stores to return. The service may return fewer. Must be
51129-
* in range 1-1000, inclusive. Defaults to 100.
51129+
* in range 1-100, inclusive. Defaults to 100.
5113051130
*/
5113151131
@com.google.api.client.util.Key
5113251132
private java.lang.Integer pageSize;
5113351133

5113451134
/** The maximum number of Metadata Stores to return. The service may return fewer. Must be in range
51135-
1-1000, inclusive. Defaults to 100.
51135+
1-100, inclusive. Defaults to 100.
5113651136
*/
5113751137
public java.lang.Integer getPageSize() {
5113851138
return pageSize;
5113951139
}
5114051140

5114151141
/**
5114251142
* The maximum number of Metadata Stores to return. The service may return fewer. Must be
51143-
* in range 1-1000, inclusive. Defaults to 100.
51143+
* in range 1-100, inclusive. Defaults to 100.
5114451144
*/
5114551145
public List setPageSize(java.lang.Integer pageSize) {
5114651146
this.pageSize = pageSize;
@@ -51935,12 +51935,12 @@ public List setOrderBy(java.lang.String orderBy) {
5193551935

5193651936
/**
5193751937
* The maximum number of Artifacts to return. The service may return fewer. Must be in
51938-
* range 1-1000, inclusive. Defaults to 100.
51938+
* range 1-100, inclusive. Defaults to 100.
5193951939
*/
5194051940
@com.google.api.client.util.Key
5194151941
private java.lang.Integer pageSize;
5194251942

51943-
/** The maximum number of Artifacts to return. The service may return fewer. Must be in range 1-1000,
51943+
/** The maximum number of Artifacts to return. The service may return fewer. Must be in range 1-100,
5194451944
inclusive. Defaults to 100.
5194551945
*/
5194651946
public java.lang.Integer getPageSize() {
@@ -51949,7 +51949,7 @@ public java.lang.Integer getPageSize() {
5194951949

5195051950
/**
5195151951
* The maximum number of Artifacts to return. The service may return fewer. Must be in
51952-
* range 1-1000, inclusive. Defaults to 100.
51952+
* range 1-100, inclusive. Defaults to 100.
5195351953
*/
5195451954
public List setPageSize(java.lang.Integer pageSize) {
5195551955
this.pageSize = pageSize;
@@ -54397,12 +54397,12 @@ public List setOrderBy(java.lang.String orderBy) {
5439754397

5439854398
/**
5439954399
* The maximum number of Contexts to return. The service may return fewer. Must be in
54400-
* range 1-1000, inclusive. Defaults to 100.
54400+
* range 1-100, inclusive. Defaults to 100.
5440154401
*/
5440254402
@com.google.api.client.util.Key
5440354403
private java.lang.Integer pageSize;
5440454404

54405-
/** The maximum number of Contexts to return. The service may return fewer. Must be in range 1-1000,
54405+
/** The maximum number of Contexts to return. The service may return fewer. Must be in range 1-100,
5440654406
inclusive. Defaults to 100.
5440754407
*/
5440854408
public java.lang.Integer getPageSize() {
@@ -54411,7 +54411,7 @@ public java.lang.Integer getPageSize() {
5441154411

5441254412
/**
5441354413
* The maximum number of Contexts to return. The service may return fewer. Must be in
54414-
* range 1-1000, inclusive. Defaults to 100.
54414+
* range 1-100, inclusive. Defaults to 100.
5441554415
*/
5441654416
public List setPageSize(java.lang.Integer pageSize) {
5441754417
this.pageSize = pageSize;
@@ -56756,12 +56756,12 @@ public List setOrderBy(java.lang.String orderBy) {
5675656756

5675756757
/**
5675856758
* The maximum number of Executions to return. The service may return fewer. Must be in
56759-
* range 1-1000, inclusive. Defaults to 100.
56759+
* range 1-100, inclusive. Defaults to 100.
5676056760
*/
5676156761
@com.google.api.client.util.Key
5676256762
private java.lang.Integer pageSize;
5676356763

56764-
/** The maximum number of Executions to return. The service may return fewer. Must be in range 1-1000,
56764+
/** The maximum number of Executions to return. The service may return fewer. Must be in range 1-100,
5676556765
inclusive. Defaults to 100.
5676656766
*/
5676756767
public java.lang.Integer getPageSize() {
@@ -56770,7 +56770,7 @@ public java.lang.Integer getPageSize() {
5677056770

5677156771
/**
5677256772
* The maximum number of Executions to return. The service may return fewer. Must be in
56773-
* range 1-1000, inclusive. Defaults to 100.
56773+
* range 1-100, inclusive. Defaults to 100.
5677456774
*/
5677556775
public List setPageSize(java.lang.Integer pageSize) {
5677656776
this.pageSize = pageSize;
@@ -58569,21 +58569,21 @@ public List setFilter(java.lang.String filter) {
5856958569

5857058570
/**
5857158571
* The maximum number of MetadataSchemas to return. The service may return fewer. Must
58572-
* be in range 1-1000, inclusive. Defaults to 100.
58572+
* be in range 1-100, inclusive. Defaults to 100.
5857358573
*/
5857458574
@com.google.api.client.util.Key
5857558575
private java.lang.Integer pageSize;
5857658576

5857758577
/** The maximum number of MetadataSchemas to return. The service may return fewer. Must be in range
58578-
1-1000, inclusive. Defaults to 100.
58578+
1-100, inclusive. Defaults to 100.
5857958579
*/
5858058580
public java.lang.Integer getPageSize() {
5858158581
return pageSize;
5858258582
}
5858358583

5858458584
/**
5858558585
* The maximum number of MetadataSchemas to return. The service may return fewer. Must
58586-
* be in range 1-1000, inclusive. Defaults to 100.
58586+
* be in range 1-100, inclusive. Defaults to 100.
5858758587
*/
5858858588
public List setPageSize(java.lang.Integer pageSize) {
5858958589
this.pageSize = pageSize;

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ public final class GoogleCloudAiplatformV1ReasoningEngineSpec extends com.google
5454
/**
5555
* Optional. User provided package spec of the ReasoningEngine. Ignored when users directly
5656
* specify a deployment image through `deployment_spec.first_party_image_override`, but keeping
57-
* the field_behavior to avoid introducing breaking changes.
57+
* the field_behavior to avoid introducing breaking changes. The `deployment_source` field should
58+
* not be set if `package_spec` is specified.
5859
* The value may be {@code null}.
5960
*/
6061
@com.google.api.client.util.Key
@@ -126,7 +127,8 @@ public GoogleCloudAiplatformV1ReasoningEngineSpec setDeploymentSpec(GoogleCloudA
126127
/**
127128
* Optional. User provided package spec of the ReasoningEngine. Ignored when users directly
128129
* specify a deployment image through `deployment_spec.first_party_image_override`, but keeping
129-
* the field_behavior to avoid introducing breaking changes.
130+
* the field_behavior to avoid introducing breaking changes. The `deployment_source` field should
131+
* not be set if `package_spec` is specified.
130132
* @return value or {@code null} for none
131133
*/
132134
public GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec getPackageSpec() {
@@ -136,7 +138,8 @@ public GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec getPackageSpec() {
136138
/**
137139
* Optional. User provided package spec of the ReasoningEngine. Ignored when users directly
138140
* specify a deployment image through `deployment_spec.first_party_image_override`, but keeping
139-
* the field_behavior to avoid introducing breaking changes.
141+
* the field_behavior to avoid introducing breaking changes. The `deployment_source` field should
142+
* not be set if `package_spec` is specified.
140143
* @param packageSpec packageSpec or {@code null} for none
141144
*/
142145
public GoogleCloudAiplatformV1ReasoningEngineSpec setPackageSpec(GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec packageSpec) {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.aiplatform.v1.model;
1818

1919
/**
20-
* User provided package spec like pickled object and package requirements.
20+
* User-provided package specification, containing pickled object and package requirements.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Vertex AI API. For a detailed explanation see:

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-rev20250920-2.0.0</version>
12-
<name>Vertex AI API v1-rev20250920-2.0.0</name>
11+
<version>v1-rev20250926-2.0.0</version>
12+
<name>Vertex AI API v1-rev20250926-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-rev20250920-2.0.0</version>
25+
<version>v1-rev20250926-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-rev20250920-2.0.0'
38+
implementation 'com.google.apis:google-api-services-aiplatform:v1-rev20250926-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-rev20250920-2.0.0</version>
25+
<version>v1beta1-rev20250926-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-rev20250920-2.0.0'
38+
implementation 'com.google.apis:google-api-services-aiplatform:v1beta1-rev20250926-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -65002,21 +65002,21 @@ public List setParent(java.lang.String parent) {
6500265002

6500365003
/**
6500465004
* The maximum number of Metadata Stores to return. The service may return fewer. Must be
65005-
* in range 1-1000, inclusive. Defaults to 100.
65005+
* in range 1-100, inclusive. Defaults to 100.
6500665006
*/
6500765007
@com.google.api.client.util.Key
6500865008
private java.lang.Integer pageSize;
6500965009

6501065010
/** The maximum number of Metadata Stores to return. The service may return fewer. Must be in range
65011-
1-1000, inclusive. Defaults to 100.
65011+
1-100, inclusive. Defaults to 100.
6501265012
*/
6501365013
public java.lang.Integer getPageSize() {
6501465014
return pageSize;
6501565015
}
6501665016

6501765017
/**
6501865018
* The maximum number of Metadata Stores to return. The service may return fewer. Must be
65019-
* in range 1-1000, inclusive. Defaults to 100.
65019+
* in range 1-100, inclusive. Defaults to 100.
6502065020
*/
6502165021
public List setPageSize(java.lang.Integer pageSize) {
6502265022
this.pageSize = pageSize;
@@ -65811,12 +65811,12 @@ public List setOrderBy(java.lang.String orderBy) {
6581165811

6581265812
/**
6581365813
* The maximum number of Artifacts to return. The service may return fewer. Must be in
65814-
* range 1-1000, inclusive. Defaults to 100.
65814+
* range 1-100, inclusive. Defaults to 100.
6581565815
*/
6581665816
@com.google.api.client.util.Key
6581765817
private java.lang.Integer pageSize;
6581865818

65819-
/** The maximum number of Artifacts to return. The service may return fewer. Must be in range 1-1000,
65819+
/** The maximum number of Artifacts to return. The service may return fewer. Must be in range 1-100,
6582065820
inclusive. Defaults to 100.
6582165821
*/
6582265822
public java.lang.Integer getPageSize() {
@@ -65825,7 +65825,7 @@ public java.lang.Integer getPageSize() {
6582565825

6582665826
/**
6582765827
* The maximum number of Artifacts to return. The service may return fewer. Must be in
65828-
* range 1-1000, inclusive. Defaults to 100.
65828+
* range 1-100, inclusive. Defaults to 100.
6582965829
*/
6583065830
public List setPageSize(java.lang.Integer pageSize) {
6583165831
this.pageSize = pageSize;
@@ -68273,12 +68273,12 @@ public List setOrderBy(java.lang.String orderBy) {
6827368273

6827468274
/**
6827568275
* The maximum number of Contexts to return. The service may return fewer. Must be in
68276-
* range 1-1000, inclusive. Defaults to 100.
68276+
* range 1-100, inclusive. Defaults to 100.
6827768277
*/
6827868278
@com.google.api.client.util.Key
6827968279
private java.lang.Integer pageSize;
6828068280

68281-
/** The maximum number of Contexts to return. The service may return fewer. Must be in range 1-1000,
68281+
/** The maximum number of Contexts to return. The service may return fewer. Must be in range 1-100,
6828268282
inclusive. Defaults to 100.
6828368283
*/
6828468284
public java.lang.Integer getPageSize() {
@@ -68287,7 +68287,7 @@ public java.lang.Integer getPageSize() {
6828768287

6828868288
/**
6828968289
* The maximum number of Contexts to return. The service may return fewer. Must be in
68290-
* range 1-1000, inclusive. Defaults to 100.
68290+
* range 1-100, inclusive. Defaults to 100.
6829168291
*/
6829268292
public List setPageSize(java.lang.Integer pageSize) {
6829368293
this.pageSize = pageSize;
@@ -70632,12 +70632,12 @@ public List setOrderBy(java.lang.String orderBy) {
7063270632

7063370633
/**
7063470634
* The maximum number of Executions to return. The service may return fewer. Must be in
70635-
* range 1-1000, inclusive. Defaults to 100.
70635+
* range 1-100, inclusive. Defaults to 100.
7063670636
*/
7063770637
@com.google.api.client.util.Key
7063870638
private java.lang.Integer pageSize;
7063970639

70640-
/** The maximum number of Executions to return. The service may return fewer. Must be in range 1-1000,
70640+
/** The maximum number of Executions to return. The service may return fewer. Must be in range 1-100,
7064170641
inclusive. Defaults to 100.
7064270642
*/
7064370643
public java.lang.Integer getPageSize() {
@@ -70646,7 +70646,7 @@ public java.lang.Integer getPageSize() {
7064670646

7064770647
/**
7064870648
* The maximum number of Executions to return. The service may return fewer. Must be in
70649-
* range 1-1000, inclusive. Defaults to 100.
70649+
* range 1-100, inclusive. Defaults to 100.
7065070650
*/
7065170651
public List setPageSize(java.lang.Integer pageSize) {
7065270652
this.pageSize = pageSize;
@@ -72445,21 +72445,21 @@ public List setFilter(java.lang.String filter) {
7244572445

7244672446
/**
7244772447
* The maximum number of MetadataSchemas to return. The service may return fewer. Must
72448-
* be in range 1-1000, inclusive. Defaults to 100.
72448+
* be in range 1-100, inclusive. Defaults to 100.
7244972449
*/
7245072450
@com.google.api.client.util.Key
7245172451
private java.lang.Integer pageSize;
7245272452

7245372453
/** The maximum number of MetadataSchemas to return. The service may return fewer. Must be in range
72454-
1-1000, inclusive. Defaults to 100.
72454+
1-100, inclusive. Defaults to 100.
7245572455
*/
7245672456
public java.lang.Integer getPageSize() {
7245772457
return pageSize;
7245872458
}
7245972459

7246072460
/**
7246172461
* The maximum number of MetadataSchemas to return. The service may return fewer. Must
72462-
* be in range 1-1000, inclusive. Defaults to 100.
72462+
* be in range 1-100, inclusive. Defaults to 100.
7246372463
*/
7246472464
public List setPageSize(java.lang.Integer pageSize) {
7246572465
this.pageSize = pageSize;

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ public final class GoogleCloudAiplatformV1beta1ReasoningEngineSpec extends com.g
5454
/**
5555
* Optional. User provided package spec of the ReasoningEngine. Ignored when users directly
5656
* specify a deployment image through `deployment_spec.first_party_image_override`, but keeping
57-
* the field_behavior to avoid introducing breaking changes.
57+
* the field_behavior to avoid introducing breaking changes. The `deployment_source` field should
58+
* not be set if `package_spec` is specified.
5859
* The value may be {@code null}.
5960
*/
6061
@com.google.api.client.util.Key
@@ -126,7 +127,8 @@ public GoogleCloudAiplatformV1beta1ReasoningEngineSpec setDeploymentSpec(GoogleC
126127
/**
127128
* Optional. User provided package spec of the ReasoningEngine. Ignored when users directly
128129
* specify a deployment image through `deployment_spec.first_party_image_override`, but keeping
129-
* the field_behavior to avoid introducing breaking changes.
130+
* the field_behavior to avoid introducing breaking changes. The `deployment_source` field should
131+
* not be set if `package_spec` is specified.
130132
* @return value or {@code null} for none
131133
*/
132134
public GoogleCloudAiplatformV1beta1ReasoningEngineSpecPackageSpec getPackageSpec() {
@@ -136,7 +138,8 @@ public GoogleCloudAiplatformV1beta1ReasoningEngineSpecPackageSpec getPackageSpec
136138
/**
137139
* Optional. User provided package spec of the ReasoningEngine. Ignored when users directly
138140
* specify a deployment image through `deployment_spec.first_party_image_override`, but keeping
139-
* the field_behavior to avoid introducing breaking changes.
141+
* the field_behavior to avoid introducing breaking changes. The `deployment_source` field should
142+
* not be set if `package_spec` is specified.
140143
* @param packageSpec packageSpec or {@code null} for none
141144
*/
142145
public GoogleCloudAiplatformV1beta1ReasoningEngineSpec setPackageSpec(GoogleCloudAiplatformV1beta1ReasoningEngineSpecPackageSpec packageSpec) {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.aiplatform.v1beta1.model;
1818

1919
/**
20-
* User provided package spec like pickled object and package requirements.
20+
* User-provided package specification, containing pickled object and package requirements.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Vertex AI API. For a detailed explanation see:

0 commit comments

Comments
 (0)