Skip to content

Commit aaf4751

Browse files
1 parent 300cee3 commit aaf4751

File tree

6 files changed

+102
-12
lines changed

6 files changed

+102
-12
lines changed

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

clients/google-api-services-managedkafka/v1/2.0.0/com/google/api/services/managedkafka/v1/ManagedKafka.java

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7303,6 +7303,40 @@ public List setPageToken(java.lang.String pageToken) {
73037303
return this;
73047304
}
73057305

7306+
/**
7307+
* When set to `true`, operations that are reachable are returned as normal, and those
7308+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
7309+
* This can only be `true` when reading across collections e.g. when `parent` is set to
7310+
* `"projects/example/locations/-"`. This field is not by default supported and will
7311+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
7312+
* service or product specific documentation.
7313+
*/
7314+
@com.google.api.client.util.Key
7315+
private java.lang.Boolean returnPartialSuccess;
7316+
7317+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
7318+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
7319+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
7320+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
7321+
explicitly documented otherwise in service or product specific documentation.
7322+
*/
7323+
public java.lang.Boolean getReturnPartialSuccess() {
7324+
return returnPartialSuccess;
7325+
}
7326+
7327+
/**
7328+
* When set to `true`, operations that are reachable are returned as normal, and those
7329+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
7330+
* This can only be `true` when reading across collections e.g. when `parent` is set to
7331+
* `"projects/example/locations/-"`. This field is not by default supported and will
7332+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
7333+
* service or product specific documentation.
7334+
*/
7335+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
7336+
this.returnPartialSuccess = returnPartialSuccess;
7337+
return this;
7338+
}
7339+
73067340
@Override
73077341
public List set(String parameterName, Object value) {
73087342
return (List) super.set(parameterName, value);

clients/google-api-services-managedkafka/v1/2.0.0/com/google/api/services/managedkafka/v1/model/ListOperationsResponse.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
4444
@com.google.api.client.util.Key
4545
private java.util.List<Operation> operations;
4646

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

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

clients/google-api-services-managedkafka/v1/2.0.0/com/google/api/services/managedkafka/v1/model/TaskRetryPolicy.java

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@
1717
package com.google.api.services.managedkafka.v1.model;
1818

1919
/**
20-
* Task Retry Policy is implemented on a best-effort basis. Retry delay will be exponential based on
21-
* provided minimum and maximum backoffs. https://en.wikipedia.org/wiki/Exponential_backoff. Note
22-
* that the delay between consecutive task restarts may not always precisely match the configured
23-
* settings. This can happen when the ConnectCluster is in rebalancing state or if the
24-
* ConnectCluster is unresponsive etc. The default values for minimum and maximum backoffs are 60
25-
* seconds and 30 minutes respectively.
20+
* Task Retry Policy is implemented on a best-effort basis. The default policy retries tasks with a
21+
* minimum_backoff of 60 seconds, and a maximum_backoff of 12 hours. You can disable the policy by
22+
* setting the task_retry_disabled field to true. Retry delay will be exponential based on provided
23+
* minimum and maximum backoffs. https://en.wikipedia.org/wiki/Exponential_backoff. Note that the
24+
* delay between consecutive task restarts may not always precisely match the configured settings.
25+
* This can happen when the ConnectCluster is in rebalancing state or if the ConnectCluster is
26+
* unresponsive etc. The default values for minimum and maximum backoffs are 60 seconds and 12 hours
27+
* respectively.
2628
*
2729
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2830
* transmitted over HTTP when working with the Managed Service for Apache Kafka API. For a detailed
@@ -51,6 +53,13 @@ public final class TaskRetryPolicy extends com.google.api.client.json.GenericJso
5153
@com.google.api.client.util.Key
5254
private String minimumBackoff;
5355

56+
/**
57+
* Optional. If true, task retry is disabled.
58+
* The value may be {@code null}.
59+
*/
60+
@com.google.api.client.util.Key
61+
private java.lang.Boolean taskRetryDisabled;
62+
5463
/**
5564
* Optional. The maximum amount of time to wait before retrying a failed task. This sets an upper
5665
* bound for the backoff delay.
@@ -89,6 +98,23 @@ public TaskRetryPolicy setMinimumBackoff(String minimumBackoff) {
8998
return this;
9099
}
91100

101+
/**
102+
* Optional. If true, task retry is disabled.
103+
* @return value or {@code null} for none
104+
*/
105+
public java.lang.Boolean getTaskRetryDisabled() {
106+
return taskRetryDisabled;
107+
}
108+
109+
/**
110+
* Optional. If true, task retry is disabled.
111+
* @param taskRetryDisabled taskRetryDisabled or {@code null} for none
112+
*/
113+
public TaskRetryPolicy setTaskRetryDisabled(java.lang.Boolean taskRetryDisabled) {
114+
this.taskRetryDisabled = taskRetryDisabled;
115+
return this;
116+
}
117+
92118
@Override
93119
public TaskRetryPolicy set(String fieldName, Object value) {
94120
return (TaskRetryPolicy) super.set(fieldName, value);

clients/google-api-services-managedkafka/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-managedkafka</artifactId>
11-
<version>v1-rev20250911-2.0.0</version>
12-
<name>Managed Service for Apache Kafka API v1-rev20250911-2.0.0</name>
11+
<version>v1-rev20251009-2.0.0</version>
12+
<name>Managed Service for Apache Kafka API v1-rev20251009-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)