File tree Expand file tree Collapse file tree 4 files changed +12
-9
lines changed
clients/google-api-services-analyticshub/v1
com/google/api/services/analyticshub/v1/model Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Original file line number Diff line number Diff 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-analyticshub</artifactId >
25- <version >v1-rev20260111 -2.0.0</version >
25+ <version >v1-rev20260118 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-analyticshub:v1-rev20260111 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-analyticshub:v1-rev20260118 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change 3030public final class MessageTransform extends com .google .api .client .json .GenericJson {
3131
3232 /**
33- * Optional. AI Inference.
33+ * Optional. AI Inference. Specifies the Vertex AI endpoint that inference requests built from the
34+ * Pub/Sub message data and provided parameters will be sent to.
3435 * The value may be {@code null}.
3536 */
3637 @ com .google .api .client .util .Key
@@ -60,15 +61,17 @@ public final class MessageTransform extends com.google.api.client.json.GenericJs
6061 private JavaScriptUDF javascriptUdf ;
6162
6263 /**
63- * Optional. AI Inference.
64+ * Optional. AI Inference. Specifies the Vertex AI endpoint that inference requests built from the
65+ * Pub/Sub message data and provided parameters will be sent to.
6466 * @return value or {@code null} for none
6567 */
6668 public AIInference getAiInference () {
6769 return aiInference ;
6870 }
6971
7072 /**
71- * Optional. AI Inference.
73+ * Optional. AI Inference. Specifies the Vertex AI endpoint that inference requests built from the
74+ * Pub/Sub message data and provided parameters will be sent to.
7275 * @param aiInference aiInference or {@code null} for none
7376 */
7477 public MessageTransform setAiInference (AIInference aiInference ) {
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-analyticshub</artifactId >
11- <version >v1-rev20260111 -2.0.0</version >
12- <name >Analytics Hub API v1-rev20260111 -2.0.0</name >
11+ <version >v1-rev20260118 -2.0.0</version >
12+ <name >Analytics Hub API v1-rev20260118 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff 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-analyticshub</artifactId >
25- <version >v1-rev20260111 -2.0.0</version >
25+ <version >v1-rev20260118 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-analyticshub:v1-rev20260111 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-analyticshub:v1-rev20260118 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments