Skip to content

Commit 2cbe7ee

Browse files
chore: regenerate datalabeling client
1 parent ebb6aa7 commit 2cbe7ee

File tree

5 files changed

+73
-9
lines changed

5 files changed

+73
-9
lines changed

clients/google-api-services-datalabeling/v1beta1/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-datalabeling</artifactId>
25-
<version>v1beta1-rev20250127-2.0.0</version>
25+
<version>v1beta1-rev20260201-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-datalabeling:v1beta1-rev20250127-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datalabeling:v1beta1-rev20260201-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-datalabeling/v1beta1/2.0.0/com/google/api/services/datalabeling/v1beta1/DataLabeling.java

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class DataLabeling extends com.google.api.client.googleapis.services.json
103103
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
104104
* <li>Android: {@code newCompatibleTransport} from
105105
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
106-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
106+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
107107
* </li>
108108
* </ul>
109109
* @param jsonFactory JSON factory, which may be:
@@ -8020,6 +8020,41 @@ public List setPageToken(java.lang.String pageToken) {
80208020
return this;
80218021
}
80228022

8023+
/**
8024+
* When set to `true`, operations that are reachable are returned as normal, and those that
8025+
* are unreachable are returned in the ListOperationsResponse.unreachable field. This can
8026+
* only be `true` when reading across collections. For example, when `parent` is set to
8027+
* `"projects/example/locations/-"`. This field is not supported by default and will result
8028+
* in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or
8029+
* product specific documentation.
8030+
*/
8031+
@com.google.api.client.util.Key
8032+
private java.lang.Boolean returnPartialSuccess;
8033+
8034+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
8035+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
8036+
when reading across collections. For example, when `parent` is set to
8037+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
8038+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
8039+
documentation.
8040+
*/
8041+
public java.lang.Boolean getReturnPartialSuccess() {
8042+
return returnPartialSuccess;
8043+
}
8044+
8045+
/**
8046+
* When set to `true`, operations that are reachable are returned as normal, and those that
8047+
* are unreachable are returned in the ListOperationsResponse.unreachable field. This can
8048+
* only be `true` when reading across collections. For example, when `parent` is set to
8049+
* `"projects/example/locations/-"`. This field is not supported by default and will result
8050+
* in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or
8051+
* product specific documentation.
8052+
*/
8053+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
8054+
this.returnPartialSuccess = returnPartialSuccess;
8055+
return this;
8056+
}
8057+
80238058
@Override
80248059
public List set(String parameterName, Object value) {
80258060
return (List) super.set(parameterName, value);
@@ -8061,8 +8096,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
80618096
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
80628097
* <li>Android: {@code newCompatibleTransport} from
80638098
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
8064-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
8065-
* </li>
8099+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
80668100
* </ul>
80678101
* @param jsonFactory JSON factory, which may be:
80688102
* <ul>

clients/google-api-services-datalabeling/v1beta1/2.0.0/com/google/api/services/datalabeling/v1beta1/model/GoogleLongrunningListOperationsResponse.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ public final class GoogleLongrunningListOperationsResponse extends com.google.ap
4343
@com.google.api.client.util.Key
4444
private java.util.List<GoogleLongrunningOperation> operations;
4545

46+
/**
47+
* Unordered list. Unreachable resources. Populated when the request sets
48+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
49+
* attempting to list all resources across all supported locations.
50+
* The value may be {@code null}.
51+
*/
52+
@com.google.api.client.util.Key
53+
private java.util.List<java.lang.String> unreachable;
54+
4655
/**
4756
* The standard List next-page token.
4857
* @return value or {@code null} for none
@@ -77,6 +86,27 @@ public GoogleLongrunningListOperationsResponse setOperations(java.util.List<Goog
7786
return this;
7887
}
7988

89+
/**
90+
* Unordered list. Unreachable resources. Populated when the request sets
91+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
92+
* attempting to list all resources across all supported locations.
93+
* @return value or {@code null} for none
94+
*/
95+
public java.util.List<java.lang.String> getUnreachable() {
96+
return unreachable;
97+
}
98+
99+
/**
100+
* Unordered list. Unreachable resources. Populated when the request sets
101+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
102+
* attempting to list all resources across all supported locations.
103+
* @param unreachable unreachable or {@code null} for none
104+
*/
105+
public GoogleLongrunningListOperationsResponse setUnreachable(java.util.List<java.lang.String> unreachable) {
106+
this.unreachable = unreachable;
107+
return this;
108+
}
109+
80110
@Override
81111
public GoogleLongrunningListOperationsResponse set(String fieldName, Object value) {
82112
return (GoogleLongrunningListOperationsResponse) super.set(fieldName, value);

clients/google-api-services-datalabeling/v1beta1/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-datalabeling</artifactId>
11-
<version>v1beta1-rev20250127-2.0.0</version>
12-
<name>Data Labeling API v1beta1-rev20250127-2.0.0</name>
11+
<version>v1beta1-rev20260201-2.0.0</version>
12+
<name>Data Labeling API v1beta1-rev20260201-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-datalabeling/v1beta1/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-datalabeling</artifactId>
25-
<version>v1beta1-rev20250127-2.0.0</version>
25+
<version>v1beta1-rev20260201-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-datalabeling:v1beta1-rev20250127-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datalabeling:v1beta1-rev20260201-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)