Skip to content

Commit 1e66c71

Browse files
1 parent b748500 commit 1e66c71

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

clients/google-api-services-firebaseml/v2beta/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-firebaseml</artifactId>
25-
<version>v2beta-rev20260223-2.0.0</version>
25+
<version>v2beta-rev20260225-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-firebaseml:v2beta-rev20260223-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20260225-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1Schema.java

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ public final class GoogleCloudAiplatformV1beta1Schema extends com.google.api.cli
6363
private java.util.Map<String, GoogleCloudAiplatformV1beta1Schema> defs;
6464

6565
/**
66-
* Optional. Description of the schema.
66+
* Optional. Describes the data. The model uses this field to understand the purpose of the schema
67+
* and how to use it. It is a best practice to provide a clear and descriptive explanation for the
68+
* schema and its properties here, rather than in the prompt.
6769
* The value may be {@code null}.
6870
*/
6971
@com.google.api.client.util.Key
@@ -302,15 +304,19 @@ public GoogleCloudAiplatformV1beta1Schema setDefs(java.util.Map<String, GoogleCl
302304
}
303305

304306
/**
305-
* Optional. Description of the schema.
307+
* Optional. Describes the data. The model uses this field to understand the purpose of the schema
308+
* and how to use it. It is a best practice to provide a clear and descriptive explanation for the
309+
* schema and its properties here, rather than in the prompt.
306310
* @return value or {@code null} for none
307311
*/
308312
public java.lang.String getDescription() {
309313
return description;
310314
}
311315

312316
/**
313-
* Optional. Description of the schema.
317+
* Optional. Describes the data. The model uses this field to understand the purpose of the schema
318+
* and how to use it. It is a best practice to provide a clear and descriptive explanation for the
319+
* schema and its properties here, rather than in the prompt.
314320
* @param description description or {@code null} for none
315321
*/
316322
public GoogleCloudAiplatformV1beta1Schema setDescription(java.lang.String description) {

clients/google-api-services-firebaseml/v2beta/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-firebaseml</artifactId>
11-
<version>v2beta-rev20260223-2.0.0</version>
12-
<name>Firebase ML API v2beta-rev20260223-2.0.0</name>
11+
<version>v2beta-rev20260225-2.0.0</version>
12+
<name>Firebase ML API v2beta-rev20260225-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-firebaseml/v2beta/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-firebaseml</artifactId>
25-
<version>v2beta-rev20260223-2.0.0</version>
25+
<version>v2beta-rev20260225-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-firebaseml:v2beta-rev20260223-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20260225-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)