Skip to content

Commit

Permalink
[bot] Updated client based on openapi-13ed326/clientgen (#249)
Browse files Browse the repository at this point in the history
Co-authored-by: API Engineering <[email protected]>
Co-authored-by: danaelhe <[email protected]>
Co-authored-by: Andrew Starr-Bochicchio <[email protected]>
  • Loading branch information
4 people authored Nov 29, 2023
1 parent bd1f74d commit 0043b0f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 91 deletions.
2 changes: 1 addition & 1 deletion DO_OPENAPI_COMMIT_SHA.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
423c2d3
13ed326
54 changes: 9 additions & 45 deletions src/pydo/aio/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -79427,14 +79427,10 @@ async def create_kafka_topic(
"segment_jitter_ms": 0, # Optional. Default value is 0. The
segment_jitter_ms specifies the maximum random jitter subtracted from the
scheduled segment roll time to avoid thundering herds of segment rolling.
"segment_ms": 604800000, # Optional. Default value is 604800000. The
"segment_ms": 604800000 # Optional. Default value is 604800000. The
segment_ms specifies the period of time after which the log will be forced to
roll if the segment file isn't full. This ensures that retention can delete
or compact old data.
"unclean_leader_election_enable": False # Optional. Default value is
False. Whether unclean_leader_election_enable specifies whether to allow
replicas that are not insync to be elected as leaders as a last resort. This
may result in data loss since those leaders are not insync.
},
"name": "str", # Optional. The name of the Kafka topic.
"partition_count": 0, # Optional. The number of partitions available for the
Expand Down Expand Up @@ -79534,14 +79530,10 @@ async def create_kafka_topic(
"segment_jitter_ms": 0, # Optional. Default value is 0. The
segment_jitter_ms specifies the maximum random jitter subtracted from the
scheduled segment roll time to avoid thundering herds of segment rolling.
"segment_ms": 604800000, # Optional. Default value is
"segment_ms": 604800000 # Optional. Default value is
604800000. The segment_ms specifies the period of time after which the
log will be forced to roll if the segment file isn't full. This ensures
that retention can delete or compact old data.
"unclean_leader_election_enable": False # Optional. Default
value is False. Whether unclean_leader_election_enable specifies whether
to allow replicas that are not insync to be elected as leaders as a last
resort. This may result in data loss since those leaders are not insync.
},
"name": "str", # Optional. The name of the Kafka topic.
"partitions": [
Expand Down Expand Up @@ -79705,14 +79697,10 @@ async def create_kafka_topic(
"segment_jitter_ms": 0, # Optional. Default value is 0. The
segment_jitter_ms specifies the maximum random jitter subtracted from the
scheduled segment roll time to avoid thundering herds of segment rolling.
"segment_ms": 604800000, # Optional. Default value is
"segment_ms": 604800000 # Optional. Default value is
604800000. The segment_ms specifies the period of time after which the
log will be forced to roll if the segment file isn't full. This ensures
that retention can delete or compact old data.
"unclean_leader_election_enable": False # Optional. Default
value is False. Whether unclean_leader_election_enable specifies whether
to allow replicas that are not insync to be elected as leaders as a last
resort. This may result in data loss since those leaders are not insync.
},
"name": "str", # Optional. The name of the Kafka topic.
"partitions": [
Expand Down Expand Up @@ -79874,14 +79862,10 @@ async def create_kafka_topic(
"segment_jitter_ms": 0, # Optional. Default value is 0. The
segment_jitter_ms specifies the maximum random jitter subtracted from the
scheduled segment roll time to avoid thundering herds of segment rolling.
"segment_ms": 604800000, # Optional. Default value is
"segment_ms": 604800000 # Optional. Default value is
604800000. The segment_ms specifies the period of time after which the
log will be forced to roll if the segment file isn't full. This ensures
that retention can delete or compact old data.
"unclean_leader_election_enable": False # Optional. Default
value is False. Whether unclean_leader_election_enable specifies whether
to allow replicas that are not insync to be elected as leaders as a last
resort. This may result in data loss since those leaders are not insync.
},
"name": "str", # Optional. The name of the Kafka topic.
"partitions": [
Expand Down Expand Up @@ -80124,14 +80108,10 @@ async def get_kafka_topic(
"segment_jitter_ms": 0, # Optional. Default value is 0. The
segment_jitter_ms specifies the maximum random jitter subtracted from the
scheduled segment roll time to avoid thundering herds of segment rolling.
"segment_ms": 604800000, # Optional. Default value is
"segment_ms": 604800000 # Optional. Default value is
604800000. The segment_ms specifies the period of time after which the
log will be forced to roll if the segment file isn't full. This ensures
that retention can delete or compact old data.
"unclean_leader_election_enable": False # Optional. Default
value is False. Whether unclean_leader_election_enable specifies whether
to allow replicas that are not insync to be elected as leaders as a last
resort. This may result in data loss since those leaders are not insync.
},
"name": "str", # Optional. The name of the Kafka topic.
"partitions": [
Expand Down Expand Up @@ -80361,14 +80341,10 @@ async def update_kafka_topic(
"segment_jitter_ms": 0, # Optional. Default value is 0. The
segment_jitter_ms specifies the maximum random jitter subtracted from the
scheduled segment roll time to avoid thundering herds of segment rolling.
"segment_ms": 604800000, # Optional. Default value is 604800000. The
"segment_ms": 604800000 # Optional. Default value is 604800000. The
segment_ms specifies the period of time after which the log will be forced to
roll if the segment file isn't full. This ensures that retention can delete
or compact old data.
"unclean_leader_election_enable": False # Optional. Default value is
False. Whether unclean_leader_election_enable specifies whether to allow
replicas that are not insync to be elected as leaders as a last resort. This
may result in data loss since those leaders are not insync.
},
"partition_count": 0, # Optional. The number of partitions available for the
topic. On update, this value can only be increased.
Expand Down Expand Up @@ -80467,14 +80443,10 @@ async def update_kafka_topic(
"segment_jitter_ms": 0, # Optional. Default value is 0. The
segment_jitter_ms specifies the maximum random jitter subtracted from the
scheduled segment roll time to avoid thundering herds of segment rolling.
"segment_ms": 604800000, # Optional. Default value is
"segment_ms": 604800000 # Optional. Default value is
604800000. The segment_ms specifies the period of time after which the
log will be forced to roll if the segment file isn't full. This ensures
that retention can delete or compact old data.
"unclean_leader_election_enable": False # Optional. Default
value is False. Whether unclean_leader_election_enable specifies whether
to allow replicas that are not insync to be elected as leaders as a last
resort. This may result in data loss since those leaders are not insync.
},
"name": "str", # Optional. The name of the Kafka topic.
"partitions": [
Expand Down Expand Up @@ -80641,14 +80613,10 @@ async def update_kafka_topic(
"segment_jitter_ms": 0, # Optional. Default value is 0. The
segment_jitter_ms specifies the maximum random jitter subtracted from the
scheduled segment roll time to avoid thundering herds of segment rolling.
"segment_ms": 604800000, # Optional. Default value is
"segment_ms": 604800000 # Optional. Default value is
604800000. The segment_ms specifies the period of time after which the
log will be forced to roll if the segment file isn't full. This ensures
that retention can delete or compact old data.
"unclean_leader_election_enable": False # Optional. Default
value is False. Whether unclean_leader_election_enable specifies whether
to allow replicas that are not insync to be elected as leaders as a last
resort. This may result in data loss since those leaders are not insync.
},
"name": "str", # Optional. The name of the Kafka topic.
"partitions": [
Expand Down Expand Up @@ -80813,14 +80781,10 @@ async def update_kafka_topic(
"segment_jitter_ms": 0, # Optional. Default value is 0. The
segment_jitter_ms specifies the maximum random jitter subtracted from the
scheduled segment roll time to avoid thundering herds of segment rolling.
"segment_ms": 604800000, # Optional. Default value is
"segment_ms": 604800000 # Optional. Default value is
604800000. The segment_ms specifies the period of time after which the
log will be forced to roll if the segment file isn't full. This ensures
that retention can delete or compact old data.
"unclean_leader_election_enable": False # Optional. Default
value is False. Whether unclean_leader_election_enable specifies whether
to allow replicas that are not insync to be elected as leaders as a last
resort. This may result in data loss since those leaders are not insync.
},
"name": "str", # Optional. The name of the Kafka topic.
"partitions": [
Expand Down
Loading

0 comments on commit 0043b0f

Please sign in to comment.