You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### managedkafka:v1
The following keys were added:
- resources.projects.resources.locations.resources.operations.methods.list.parameters.returnPartialSuccess.description
- resources.projects.resources.locations.resources.operations.methods.list.parameters.returnPartialSuccess.location
- resources.projects.resources.locations.resources.operations.methods.list.parameters.returnPartialSuccess.type
- schemas.ListOperationsResponse.properties.unreachable.description
- schemas.ListOperationsResponse.properties.unreachable.items.type
- schemas.ListOperationsResponse.properties.unreachable.type
- schemas.TaskRetryPolicy.properties.taskRetryDisabled.description
- schemas.TaskRetryPolicy.properties.taskRetryDisabled.type
The following keys were changed:
- schemas.TaskRetryPolicy.description
Copy file name to clipboardExpand all lines: discovery/managedkafka-v1.json
+18-2Lines changed: 18 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1425,6 +1425,11 @@
1425
1425
"description": "The standard list page token.",
1426
1426
"location": "query",
1427
1427
"type": "string"
1428
+
},
1429
+
"returnPartialSuccess": {
1430
+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
3707
+
"items": {
3708
+
"type": "string"
3709
+
},
3710
+
"type": "array"
3699
3711
}
3700
3712
},
3701
3713
"type": "object"
@@ -4191,7 +4203,7 @@
4191
4203
"type": "object"
4192
4204
},
4193
4205
"TaskRetryPolicy": {
4194
-
"description": "Task Retry Policy is implemented on a best-effort basis. Retry delay will be exponential based on provided minimum and maximum backoffs. https://en.wikipedia.org/wiki/Exponential_backoff. Note that the delay between consecutive task restarts may not always precisely match the configured settings. This can happen when the ConnectCluster is in rebalancing state or if the ConnectCluster is unresponsive etc. The default values for minimum and maximum backoffs are 60 seconds and 30 minutes respectively.",
4206
+
"description": "Task Retry Policy is implemented on a best-effort basis. The default policy retries tasks with a minimum_backoff of 60 seconds, and a maximum_backoff of 12 hours. You can disable the policy by setting the task_retry_disabled field to true. Retry delay will be exponential based on provided minimum and maximum backoffs. https://en.wikipedia.org/wiki/Exponential_backoff. Note that the delay between consecutive task restarts may not always precisely match the configured settings. This can happen when the ConnectCluster is in rebalancing state or if the ConnectCluster is unresponsive etc. The default values for minimum and maximum backoffs are 60 seconds and 12 hours respectively.",
4195
4207
"id": "TaskRetryPolicy",
4196
4208
"properties": {
4197
4209
"maximumBackoff": {
@@ -4203,6 +4215,10 @@
4203
4215
"description": "Optional. The minimum amount of time to wait before retrying a failed task. This sets a lower bound for the backoff delay.",
4204
4216
"format": "google-duration",
4205
4217
"type": "string"
4218
+
},
4219
+
"taskRetryDisabled": {
4220
+
"description": "Optional. If true, task retry is disabled.",
* A list of operations that matches the specified filter in the request.
650
650
*/
651
651
operations?: Schema$Operation[];
652
+
/**
653
+
* Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.
* Task Retry Policy is implemented on a best-effort basis. Retry delay will be exponential based on provided minimum and maximum backoffs. https://en.wikipedia.org/wiki/Exponential_backoff. Note that the delay between consecutive task restarts may not always precisely match the configured settings. This can happen when the ConnectCluster is in rebalancing state or if the ConnectCluster is unresponsive etc. The default values for minimum and maximum backoffs are 60 seconds and 30 minutes respectively.
970
+
* Task Retry Policy is implemented on a best-effort basis. The default policy retries tasks with a minimum_backoff of 60 seconds, and a maximum_backoff of 12 hours. You can disable the policy by setting the task_retry_disabled field to true. Retry delay will be exponential based on provided minimum and maximum backoffs. https://en.wikipedia.org/wiki/Exponential_backoff. Note that the delay between consecutive task restarts may not always precisely match the configured settings. This can happen when the ConnectCluster is in rebalancing state or if the ConnectCluster is unresponsive etc. The default values for minimum and maximum backoffs are 60 seconds and 12 hours respectively.
* // When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
* When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
7673
+
*/
7674
+
returnPartialSuccess?: boolean;
7660
7675
}
7661
7676
7662
7677
export class Resource$Projects$Locations$Schemaregistries {
0 commit comments