Skip to content

Commit 421c5d6

Browse files
1 parent dcd1331 commit 421c5d6

File tree

6 files changed

+30
-25
lines changed

6 files changed

+30
-25
lines changed

clients/google-api-services-translate/v3/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-translate</artifactId>
25-
<version>v3-rev20231201-2.0.0</version>
25+
<version>v3-rev20240126-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-translate:v3-rev20231201-2.0.0'
38+
implementation 'com.google.apis:google-api-services-translate:v3-rev20240126-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-translate/v3/2.0.0/com/google/api/services/translate/v3/Translate.java

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3341,7 +3341,7 @@ public class AdaptiveMtFiles {
33413341
* parameters, call the {@link Delete#execute()} method to invoke the remote operation.
33423342
*
33433343
* @param name Required. The resource name of the file to delete, in form of `projects/{project-number-or-
3344-
* id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/files/{file}`
3344+
* id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}`
33453345
* @return the request
33463346
*/
33473347
public Delete delete(java.lang.String name) throws java.io.IOException {
@@ -3369,7 +3369,7 @@ public class Delete extends TranslateRequest<com.google.api.services.translate.v
33693369
* be called to initialize this instance immediately after invoking the constructor. </p>
33703370
*
33713371
* @param name Required. The resource name of the file to delete, in form of `projects/{project-number-or-
3372-
* id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/files/{file}`
3372+
* id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}`
33733373
* @since 1.13
33743374
*/
33753375
protected Delete(java.lang.String name) {
@@ -3439,21 +3439,23 @@ public Delete setUploadProtocol(java.lang.String uploadProtocol) {
34393439

34403440
/**
34413441
* Required. The resource name of the file to delete, in form of `projects/{project-
3442-
* number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/files/{file}`
3442+
* number-or-
3443+
* id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}`
34433444
*/
34443445
@com.google.api.client.util.Key
34453446
private java.lang.String name;
34463447

34473448
/** Required. The resource name of the file to delete, in form of `projects/{project-number-or-
3448-
id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/files/{file}`
3449+
id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}`
34493450
*/
34503451
public java.lang.String getName() {
34513452
return name;
34523453
}
34533454

34543455
/**
34553456
* Required. The resource name of the file to delete, in form of `projects/{project-
3456-
* number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/files/{file}`
3457+
* number-or-
3458+
* id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}`
34573459
*/
34583460
public Delete setName(java.lang.String name) {
34593461
if (!getSuppressPatternChecks()) {
@@ -3479,7 +3481,7 @@ public Delete set(String parameterName, Object value) {
34793481
* parameters, call the {@link Get#execute()} method to invoke the remote operation.
34803482
*
34813483
* @param name Required. The resource name of the file, in form of `projects/{project-number-or-
3482-
* id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/files/{file}`
3484+
* id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}`
34833485
* @return the request
34843486
*/
34853487
public Get get(java.lang.String name) throws java.io.IOException {
@@ -3506,7 +3508,7 @@ public class Get extends TranslateRequest<com.google.api.services.translate.v3.m
35063508
* must be called to initialize this instance immediately after invoking the constructor. </p>
35073509
*
35083510
* @param name Required. The resource name of the file, in form of `projects/{project-number-or-
3509-
* id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/files/{file}`
3511+
* id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}`
35103512
* @since 1.13
35113513
*/
35123514
protected Get(java.lang.String name) {
@@ -3586,21 +3588,21 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
35863588

35873589
/**
35883590
* Required. The resource name of the file, in form of `projects/{project-number-or-
3589-
* id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/files/{file}`
3591+
* id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}`
35903592
*/
35913593
@com.google.api.client.util.Key
35923594
private java.lang.String name;
35933595

35943596
/** Required. The resource name of the file, in form of `projects/{project-number-or-
3595-
id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/files/{file}`
3597+
id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}`
35963598
*/
35973599
public java.lang.String getName() {
35983600
return name;
35993601
}
36003602

36013603
/**
36023604
* Required. The resource name of the file, in form of `projects/{project-number-or-
3603-
* id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/files/{file}`
3605+
* id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}`
36043606
*/
36053607
public Get setName(java.lang.String name) {
36063608
if (!getSuppressPatternChecks()) {

clients/google-api-services-translate/v3/2.0.0/com/google/api/services/translate/v3/model/AdaptiveMtFile.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public final class AdaptiveMtFile extends com.google.api.client.json.GenericJson
5353

5454
/**
5555
* Required. The resource name of the file, in form of `projects/{project-number-or-
56-
* id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/files/{file}`
56+
* id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}`
5757
* The value may be {@code null}.
5858
*/
5959
@com.google.api.client.util.Key
@@ -119,7 +119,7 @@ public AdaptiveMtFile setEntryCount(java.lang.Integer entryCount) {
119119

120120
/**
121121
* Required. The resource name of the file, in form of `projects/{project-number-or-
122-
* id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/files/{file}`
122+
* id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}`
123123
* @return value or {@code null} for none
124124
*/
125125
public java.lang.String getName() {
@@ -128,7 +128,7 @@ public java.lang.String getName() {
128128

129129
/**
130130
* Required. The resource name of the file, in form of `projects/{project-number-or-
131-
* id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/files/{file}`
131+
* id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}`
132132
* @param name name or {@code null} for none
133133
*/
134134
public AdaptiveMtFile setName(java.lang.String name) {

clients/google-api-services-translate/v3/2.0.0/com/google/api/services/translate/v3/model/AdaptiveMtSentence.java

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ public final class AdaptiveMtSentence extends com.google.api.client.json.Generic
3838
private String createTime;
3939

4040
/**
41-
* Required. The resource name of the file, in form of `projects/{project-number-or-
42-
* id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/files/{file}/sentences/{sentence}`
41+
* Required. The resource name of the file, in form of `projects/{project-number-or-id}/locations/
42+
* {location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}/adaptiveMtSentences/{sentence
43+
* }`
4344
* The value may be {@code null}.
4445
*/
4546
@com.google.api.client.util.Key
@@ -84,17 +85,19 @@ public AdaptiveMtSentence setCreateTime(String createTime) {
8485
}
8586

8687
/**
87-
* Required. The resource name of the file, in form of `projects/{project-number-or-
88-
* id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/files/{file}/sentences/{sentence}`
88+
* Required. The resource name of the file, in form of `projects/{project-number-or-id}/locations/
89+
* {location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}/adaptiveMtSentences/{sentence
90+
* }`
8991
* @return value or {@code null} for none
9092
*/
9193
public java.lang.String getName() {
9294
return name;
9395
}
9496

9597
/**
96-
* Required. The resource name of the file, in form of `projects/{project-number-or-
97-
* id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/files/{file}/sentences/{sentence}`
98+
* Required. The resource name of the file, in form of `projects/{project-number-or-id}/locations/
99+
* {location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}/adaptiveMtSentences/{sentence
100+
* }`
98101
* @param name name or {@code null} for none
99102
*/
100103
public AdaptiveMtSentence setName(java.lang.String name) {

clients/google-api-services-translate/v3/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-translate</artifactId>
11-
<version>v3-rev20231201-2.0.0</version>
12-
<name>Cloud Translation API v3-rev20231201-2.0.0</name>
11+
<version>v3-rev20240126-2.0.0</version>
12+
<name>Cloud Translation API v3-rev20240126-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-translate/v3/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-translate</artifactId>
25-
<version>v3-rev20231201-2.0.0</version>
25+
<version>v3-rev20240126-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-translate:v3-rev20231201-2.0.0'
38+
implementation 'com.google.apis:google-api-services-translate:v3-rev20240126-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)