Skip to content

Commit e765594

Browse files
1 parent a703a0b commit e765594

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

clients/google-api-services-analyticshub/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-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
}
3737
dependencies {
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

clients/google-api-services-analyticshub/v1/2.0.0/com/google/api/services/analyticshub/v1/model/MessageTransform.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
public 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) {

clients/google-api-services-analyticshub/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-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>

clients/google-api-services-analyticshub/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-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
}
3737
dependencies {
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

0 commit comments

Comments
 (0)