Skip to content

Commit 9e0448d

Browse files
1 parent c7ad19b commit 9e0448d

File tree

57 files changed

+224
-212
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+224
-212
lines changed

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

clients/google-api-services-language/v1/2.0.0/com/google/api/services/language/v1/model/InfraUsage.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.language.v1.model;
1818

1919
/**
20-
* Infra Usage of billing metrics. Next ID: 6
20+
* Infra Usage of billing metrics.
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 Cloud Natural Language API. For a detailed

clients/google-api-services-language/v1/2.0.0/com/google/api/services/language/v1/model/XPSColumnSpecForecastingMetadata.java

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

1919
/**
20-
* =========================================================================== # The fields below
21-
* are used exclusively for Forecasting.
20+
* Model definition for XPSColumnSpecForecastingMetadata.
2221
*
2322
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2423
* transmitted over HTTP when working with the Cloud Natural Language API. For a detailed

clients/google-api-services-language/v1/2.0.0/com/google/api/services/language/v1/model/XPSExportModelOutputConfig.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@ public final class XPSExportModelOutputConfig extends com.google.api.client.json
5757
private java.lang.Boolean exportFirebaseAuxiliaryInfo;
5858

5959
/**
60-
* The Google Contained Registry (GCR) path the exported files to be pushed to. This location is
61-
* set if the exported format is DOCKDER.
60+
* The Google Contained Registry path the exported files to be pushed to. This location is set if
61+
* the exported format is DOCKDER.
6262
* The value may be {@code null}.
6363
*/
6464
@com.google.api.client.util.Key
6565
private java.lang.String outputGcrUri;
6666

6767
/**
68-
* The Google Cloud Storage (GCS) directory where XPS will output the exported models and related
69-
* files. Format: gs://bucket/directory
68+
* The Google Cloud Storage directory where XPS will output the exported models and related files.
69+
* Format: gs://bucket/directory
7070
* The value may be {@code null}.
7171
*/
7272
@com.google.api.client.util.Key
@@ -155,17 +155,17 @@ public XPSExportModelOutputConfig setExportFirebaseAuxiliaryInfo(java.lang.Boole
155155
}
156156

157157
/**
158-
* The Google Contained Registry (GCR) path the exported files to be pushed to. This location is
159-
* set if the exported format is DOCKDER.
158+
* The Google Contained Registry path the exported files to be pushed to. This location is set if
159+
* the exported format is DOCKDER.
160160
* @return value or {@code null} for none
161161
*/
162162
public java.lang.String getOutputGcrUri() {
163163
return outputGcrUri;
164164
}
165165

166166
/**
167-
* The Google Contained Registry (GCR) path the exported files to be pushed to. This location is
168-
* set if the exported format is DOCKDER.
167+
* The Google Contained Registry path the exported files to be pushed to. This location is set if
168+
* the exported format is DOCKDER.
169169
* @param outputGcrUri outputGcrUri or {@code null} for none
170170
*/
171171
public XPSExportModelOutputConfig setOutputGcrUri(java.lang.String outputGcrUri) {
@@ -174,17 +174,17 @@ public XPSExportModelOutputConfig setOutputGcrUri(java.lang.String outputGcrUri)
174174
}
175175

176176
/**
177-
* The Google Cloud Storage (GCS) directory where XPS will output the exported models and related
178-
* files. Format: gs://bucket/directory
177+
* The Google Cloud Storage directory where XPS will output the exported models and related files.
178+
* Format: gs://bucket/directory
179179
* @return value or {@code null} for none
180180
*/
181181
public java.lang.String getOutputGcsUri() {
182182
return outputGcsUri;
183183
}
184184

185185
/**
186-
* The Google Cloud Storage (GCS) directory where XPS will output the exported models and related
187-
* files. Format: gs://bucket/directory
186+
* The Google Cloud Storage directory where XPS will output the exported models and related files.
187+
* Format: gs://bucket/directory
188188
* @param outputGcsUri outputGcsUri or {@code null} for none
189189
*/
190190
public XPSExportModelOutputConfig setOutputGcsUri(java.lang.String outputGcsUri) {

clients/google-api-services-language/v1/2.0.0/com/google/api/services/language/v1/model/XPSFileSpec.java

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

1919
/**
20-
* Spec of input and output files, on external file systems (CNS, GCS, etc).
20+
* Spec of input and output files, on external file systems (for example, Colossus Namespace System
21+
* or Google Cloud Storage).
2122
*
2223
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2324
* transmitted over HTTP when working with the Cloud Natural Language API. For a detailed

clients/google-api-services-language/v1/2.0.0/com/google/api/services/language/v1/model/XPSImageExportModelSpec.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ public final class XPSImageExportModelSpec extends com.google.api.client.json.Ge
3636

3737
/**
3838
* Contains the model format and internal location of the model files to be exported/downloaded.
39-
* Use the GCS bucket name which is provided via TrainRequest.gcs_bucket_name to store the model
40-
* files.
39+
* Use the Google Cloud Storage bucket name which is provided via TrainRequest.gcs_bucket_name to
40+
* store the model files.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
@@ -51,8 +51,8 @@ public final class XPSImageExportModelSpec extends com.google.api.client.json.Ge
5151

5252
/**
5353
* Contains the model format and internal location of the model files to be exported/downloaded.
54-
* Use the GCS bucket name which is provided via TrainRequest.gcs_bucket_name to store the model
55-
* files.
54+
* Use the Google Cloud Storage bucket name which is provided via TrainRequest.gcs_bucket_name to
55+
* store the model files.
5656
* @return value or {@code null} for none
5757
*/
5858
public java.util.List<XPSExportModelOutputConfig> getExportModelOutputConfig() {
@@ -61,8 +61,8 @@ public java.util.List<XPSExportModelOutputConfig> getExportModelOutputConfig() {
6161

6262
/**
6363
* Contains the model format and internal location of the model files to be exported/downloaded.
64-
* Use the GCS bucket name which is provided via TrainRequest.gcs_bucket_name to store the model
65-
* files.
64+
* Use the Google Cloud Storage bucket name which is provided via TrainRequest.gcs_bucket_name to
65+
* store the model files.
6666
* @param exportModelOutputConfig exportModelOutputConfig or {@code null} for none
6767
*/
6868
public XPSImageExportModelSpec setExportModelOutputConfig(java.util.List<XPSExportModelOutputConfig> exportModelOutputConfig) {

clients/google-api-services-language/v1/2.0.0/com/google/api/services/language/v1/model/XPSImageModelArtifactSpec.java

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class XPSImageModelArtifactSpec extends com.google.api.client.json.
4646
private java.util.List<XPSModelArtifactItem> exportArtifact;
4747

4848
/**
49-
* GCS uri of decoded labels file for model export 'dict.txt'.
49+
* Google Cloud Storage URI of decoded labels file for model export 'dict.txt'.
5050
* The value may be {@code null}.
5151
*/
5252
@com.google.api.client.util.Key
@@ -61,14 +61,15 @@ public final class XPSImageModelArtifactSpec extends com.google.api.client.json.
6161
private XPSModelArtifactItem servingArtifact;
6262

6363
/**
64-
* GCS uri prefix of Tensorflow JavaScript binary files 'groupX-shardXofX.bin' Deprecated.
64+
* Google Cloud Storage URI prefix of Tensorflow JavaScript binary files 'groupX-shardXofX.bin'.
65+
* Deprecated.
6566
* The value may be {@code null}.
6667
*/
6768
@com.google.api.client.util.Key
6869
private java.lang.String tfJsBinaryGcsPrefix;
6970

7071
/**
71-
* GCS uri of Tensorflow Lite metadata 'tflite_metadata.json'.
72+
* Google Cloud Storage URI of Tensorflow Lite metadata 'tflite_metadata.json'.
7273
* The value may be {@code null}.
7374
*/
7475
@com.google.api.client.util.Key
@@ -109,15 +110,15 @@ public XPSImageModelArtifactSpec setExportArtifact(java.util.List<XPSModelArtifa
109110
}
110111

111112
/**
112-
* GCS uri of decoded labels file for model export 'dict.txt'.
113+
* Google Cloud Storage URI of decoded labels file for model export 'dict.txt'.
113114
* @return value or {@code null} for none
114115
*/
115116
public java.lang.String getLabelGcsUri() {
116117
return labelGcsUri;
117118
}
118119

119120
/**
120-
* GCS uri of decoded labels file for model export 'dict.txt'.
121+
* Google Cloud Storage URI of decoded labels file for model export 'dict.txt'.
121122
* @param labelGcsUri labelGcsUri or {@code null} for none
122123
*/
123124
public XPSImageModelArtifactSpec setLabelGcsUri(java.lang.String labelGcsUri) {
@@ -145,15 +146,17 @@ public XPSImageModelArtifactSpec setServingArtifact(XPSModelArtifactItem serving
145146
}
146147

147148
/**
148-
* GCS uri prefix of Tensorflow JavaScript binary files 'groupX-shardXofX.bin' Deprecated.
149+
* Google Cloud Storage URI prefix of Tensorflow JavaScript binary files 'groupX-shardXofX.bin'.
150+
* Deprecated.
149151
* @return value or {@code null} for none
150152
*/
151153
public java.lang.String getTfJsBinaryGcsPrefix() {
152154
return tfJsBinaryGcsPrefix;
153155
}
154156

155157
/**
156-
* GCS uri prefix of Tensorflow JavaScript binary files 'groupX-shardXofX.bin' Deprecated.
158+
* Google Cloud Storage URI prefix of Tensorflow JavaScript binary files 'groupX-shardXofX.bin'.
159+
* Deprecated.
157160
* @param tfJsBinaryGcsPrefix tfJsBinaryGcsPrefix or {@code null} for none
158161
*/
159162
public XPSImageModelArtifactSpec setTfJsBinaryGcsPrefix(java.lang.String tfJsBinaryGcsPrefix) {
@@ -162,15 +165,15 @@ public XPSImageModelArtifactSpec setTfJsBinaryGcsPrefix(java.lang.String tfJsBin
162165
}
163166

164167
/**
165-
* GCS uri of Tensorflow Lite metadata 'tflite_metadata.json'.
168+
* Google Cloud Storage URI of Tensorflow Lite metadata 'tflite_metadata.json'.
166169
* @return value or {@code null} for none
167170
*/
168171
public java.lang.String getTfLiteMetadataGcsUri() {
169172
return tfLiteMetadataGcsUri;
170173
}
171174

172175
/**
173-
* GCS uri of Tensorflow Lite metadata 'tflite_metadata.json'.
176+
* Google Cloud Storage URI of Tensorflow Lite metadata 'tflite_metadata.json'.
174177
* @param tfLiteMetadataGcsUri tfLiteMetadataGcsUri or {@code null} for none
175178
*/
176179
public XPSImageModelArtifactSpec setTfLiteMetadataGcsUri(java.lang.String tfLiteMetadataGcsUri) {

clients/google-api-services-language/v1/2.0.0/com/google/api/services/language/v1/model/XPSModelArtifactItem.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public final class XPSModelArtifactItem extends com.google.api.client.json.Gener
3838
private java.lang.String artifactFormat;
3939

4040
/**
41-
* The Google Cloud Storage (GCS) uri that stores the model binary files.
41+
* The Google Cloud Storage URI that stores the model binary files.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
@@ -62,15 +62,15 @@ public XPSModelArtifactItem setArtifactFormat(java.lang.String artifactFormat) {
6262
}
6363

6464
/**
65-
* The Google Cloud Storage (GCS) uri that stores the model binary files.
65+
* The Google Cloud Storage URI that stores the model binary files.
6666
* @return value or {@code null} for none
6767
*/
6868
public java.lang.String getGcsUri() {
6969
return gcsUri;
7070
}
7171

7272
/**
73-
* The Google Cloud Storage (GCS) uri that stores the model binary files.
73+
* The Google Cloud Storage URI that stores the model binary files.
7474
* @param gcsUri gcsUri or {@code null} for none
7575
*/
7676
public XPSModelArtifactItem setGcsUri(java.lang.String gcsUri) {

clients/google-api-services-language/v1/2.0.0/com/google/api/services/language/v1/model/XPSPreprocessResponse.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.language.v1.model;
1818

1919
/**
20-
* Next ID: 8
20+
* Model definition for XPSPreprocessResponse.
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 Cloud Natural Language API. For a detailed

clients/google-api-services-language/v1/2.0.0/com/google/api/services/language/v1/model/XPSResponseExplanationSpec.java

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

1919
/**
20-
* Specification of Model explanation. Feature-based XAI in AutoML Vision ICN is deprecated, see
21-
* b/288407203 for context.
20+
* Specification of Model explanation. Feature-based XAI in AutoML Vision ICN is deprecated.
2221
*
2322
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2423
* transmitted over HTTP when working with the Cloud Natural Language API. For a detailed

0 commit comments

Comments
 (0)