Skip to content

Commit ca654a3

Browse files
1 parent 9250783 commit ca654a3

4 files changed

Lines changed: 54 additions & 6 deletions

File tree

clients/google-api-services-apihub/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-apihub</artifactId>
25-
<version>v1-rev20260819-2.0.0</version>
25+
<version>v1-rev20260831-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-apihub:v1-rev20260819-2.0.0'
38+
implementation 'com.google.apis:google-api-services-apihub:v1-rev20260831-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-apihub/v1/2.0.0/com/google/api/services/apihub/v1/model/GoogleCloudApihubV1Addon.java

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,21 @@
2929
@SuppressWarnings("javadoc")
3030
public final class GoogleCloudApihubV1Addon extends com.google.api.client.json.GenericJson {
3131

32+
/**
33+
* Output only. The Vertex AI region where the BoostSpec Gemini model calls run for this API Hub
34+
* instance. Populated only for the SpecGen addon (`system-spec-generation`); other addons leave
35+
* this field empty. `gemini-2.5-flash` is not available in every API Hub region, so the effective
36+
* region may differ from the API Hub instance's own region. The value follows these semantics: -
37+
* `""`: BoostSpec is disabled in this region (the addon is not SpecGen, or the API Hub instance
38+
* region has no configured Gemini endpoint or fallback). - Equal to the API Hub instance region:
39+
* BoostSpec calls run in-region. - Differs from the API Hub instance region: BoostSpec calls run
40+
* in the specified fallback region. Callers rendering this field can derive the three display
41+
* states from this single field combined with the API Hub instance region.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private java.lang.String boostSpecGeminiRegionId;
46+
3247
/**
3348
* Required. The configuration of the addon.
3449
* The value may be {@code null}.
@@ -87,6 +102,39 @@ public final class GoogleCloudApihubV1Addon extends com.google.api.client.json.G
87102
@com.google.api.client.util.Key
88103
private String updateTime;
89104

105+
/**
106+
* Output only. The Vertex AI region where the BoostSpec Gemini model calls run for this API Hub
107+
* instance. Populated only for the SpecGen addon (`system-spec-generation`); other addons leave
108+
* this field empty. `gemini-2.5-flash` is not available in every API Hub region, so the effective
109+
* region may differ from the API Hub instance's own region. The value follows these semantics: -
110+
* `""`: BoostSpec is disabled in this region (the addon is not SpecGen, or the API Hub instance
111+
* region has no configured Gemini endpoint or fallback). - Equal to the API Hub instance region:
112+
* BoostSpec calls run in-region. - Differs from the API Hub instance region: BoostSpec calls run
113+
* in the specified fallback region. Callers rendering this field can derive the three display
114+
* states from this single field combined with the API Hub instance region.
115+
* @return value or {@code null} for none
116+
*/
117+
public java.lang.String getBoostSpecGeminiRegionId() {
118+
return boostSpecGeminiRegionId;
119+
}
120+
121+
/**
122+
* Output only. The Vertex AI region where the BoostSpec Gemini model calls run for this API Hub
123+
* instance. Populated only for the SpecGen addon (`system-spec-generation`); other addons leave
124+
* this field empty. `gemini-2.5-flash` is not available in every API Hub region, so the effective
125+
* region may differ from the API Hub instance's own region. The value follows these semantics: -
126+
* `""`: BoostSpec is disabled in this region (the addon is not SpecGen, or the API Hub instance
127+
* region has no configured Gemini endpoint or fallback). - Equal to the API Hub instance region:
128+
* BoostSpec calls run in-region. - Differs from the API Hub instance region: BoostSpec calls run
129+
* in the specified fallback region. Callers rendering this field can derive the three display
130+
* states from this single field combined with the API Hub instance region.
131+
* @param boostSpecGeminiRegionId boostSpecGeminiRegionId or {@code null} for none
132+
*/
133+
public GoogleCloudApihubV1Addon setBoostSpecGeminiRegionId(java.lang.String boostSpecGeminiRegionId) {
134+
this.boostSpecGeminiRegionId = boostSpecGeminiRegionId;
135+
return this;
136+
}
137+
90138
/**
91139
* Required. The configuration of the addon.
92140
* @return value or {@code null} for none

clients/google-api-services-apihub/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-apihub</artifactId>
11-
<version>v1-rev20260819-2.0.0</version>
12-
<name>API hub API v1-rev20260819-2.0.0</name>
11+
<version>v1-rev20260831-2.0.0</version>
12+
<name>API hub API v1-rev20260831-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-apihub/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-apihub</artifactId>
25-
<version>v1-rev20260819-2.0.0</version>
25+
<version>v1-rev20260831-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-apihub:v1-rev20260819-2.0.0'
38+
implementation 'com.google.apis:google-api-services-apihub:v1-rev20260831-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)