|
2221 | 2221 | }
|
2222 | 2222 | }
|
2223 | 2223 | },
|
2224 |
| -"revision": "20240107", |
| 2224 | +"revision": "20240113", |
2225 | 2225 | "rootUrl": "https://dataflow.googleapis.com/",
|
2226 | 2226 | "schemas": {
|
2227 | 2227 | "ApproximateProgress": {
|
|
3577 | 3577 | "description": "The Cloud Storage path for staging local files. Must be a valid Cloud Storage URL, beginning with `gs://`.",
|
3578 | 3578 | "type": "string"
|
3579 | 3579 | },
|
| 3580 | +"streamingMode": { |
| 3581 | +"description": "Optional. Specifies the Streaming Engine message processing guarantees. Reduces cost and latency but might result in duplicate messages committed to storage. Designed to run simple mapping streaming ETL jobs at the lowest cost. For example, Change Data Capture (CDC) to BigQuery is a canonical use case.", |
| 3582 | +"enum": [ |
| 3583 | +"STREAMING_MODE_UNSPECIFIED", |
| 3584 | +"STREAMING_MODE_EXACTLY_ONCE", |
| 3585 | +"STREAMING_MODE_AT_LEAST_ONCE" |
| 3586 | +], |
| 3587 | +"enumDescriptions": [ |
| 3588 | +"Run in the default mode.", |
| 3589 | +"In this mode, message deduplication is performed against persistent state to make sure each message is processed and committed to storage exactly once.", |
| 3590 | +"Message deduplication is not performed. Messages might be processed multiple times, and the results are applied multiple times. Note: Setting this value also enables Streaming Engine and Streaming Engine resource-based billing." |
| 3591 | +], |
| 3592 | +"type": "string" |
| 3593 | +}, |
3580 | 3594 | "subnetwork": {
|
3581 | 3595 | "description": "Subnetwork to which VMs will be assigned, if desired. You can specify a subnetwork using either a complete URL or an abbreviated path. Expected to be of the form \"https://www.googleapis.com/compute/v1/projects/HOST_PROJECT_ID/regions/REGION/subnetworks/SUBNETWORK\" or \"regions/REGION/subnetworks/SUBNETWORK\". If the subnetwork is located in a Shared VPC network, you must use the complete URL.",
|
3582 | 3596 | "type": "string"
|
|
5504 | 5518 | "description": "Optional. The email address of the service account to run the job as.",
|
5505 | 5519 | "type": "string"
|
5506 | 5520 | },
|
| 5521 | +"streamingMode": { |
| 5522 | +"description": "Optional. Specifies the Streaming Engine message processing guarantees. Reduces cost and latency but might result in duplicate messages committed to storage. Designed to run simple mapping streaming ETL jobs at the lowest cost. For example, Change Data Capture (CDC) to BigQuery is a canonical use case.", |
| 5523 | +"enum": [ |
| 5524 | +"STREAMING_MODE_UNSPECIFIED", |
| 5525 | +"STREAMING_MODE_EXACTLY_ONCE", |
| 5526 | +"STREAMING_MODE_AT_LEAST_ONCE" |
| 5527 | +], |
| 5528 | +"enumDescriptions": [ |
| 5529 | +"Run in the default mode.", |
| 5530 | +"In this mode, message deduplication is performed against persistent state to make sure each message is processed and committed to storage exactly once.", |
| 5531 | +"Message deduplication is not performed. Messages might be processed multiple times, and the results are applied multiple times. Note: Setting this value also enables Streaming Engine and Streaming Engine resource-based billing." |
| 5532 | +], |
| 5533 | +"type": "string" |
| 5534 | +}, |
5507 | 5535 | "subnetwork": {
|
5508 | 5536 | "description": "Optional. Subnetwork to which VMs will be assigned, if desired. You can specify a subnetwork using either a complete URL or an abbreviated path. Expected to be of the form \"https://www.googleapis.com/compute/v1/projects/HOST_PROJECT_ID/regions/REGION/subnetworks/SUBNETWORK\" or \"regions/REGION/subnetworks/SUBNETWORK\". If the subnetwork is located in a Shared VPC network, you must use the complete URL.",
|
5509 | 5537 | "type": "string"
|
|
6694 | 6722 | "id": "StreamingScalingReport",
|
6695 | 6723 | "properties": {
|
6696 | 6724 | "activeBundleCount": {
|
6697 |
| -"description": "Current acive bundle count.", |
| 6725 | +"deprecated": true, |
6698 | 6726 | "format": "int32",
|
6699 | 6727 | "type": "integer"
|
6700 | 6728 | },
|
|
6704 | 6732 | "type": "integer"
|
6705 | 6733 | },
|
6706 | 6734 | "maximumBundleCount": {
|
6707 |
| -"description": "Maximum bundle count limit.", |
| 6735 | +"description": "Maximum bundle count.", |
6708 | 6736 | "format": "int32",
|
6709 | 6737 | "type": "integer"
|
6710 | 6738 | },
|
| 6739 | +"maximumBytes": { |
| 6740 | +"description": "Maximum bytes.", |
| 6741 | +"format": "int64", |
| 6742 | +"type": "string" |
| 6743 | +}, |
6711 | 6744 | "maximumBytesCount": {
|
6712 |
| -"description": "Maximum bytes count limit.", |
| 6745 | +"deprecated": true, |
6713 | 6746 | "format": "int32",
|
6714 | 6747 | "type": "integer"
|
6715 | 6748 | },
|
|
6718 | 6751 | "format": "int32",
|
6719 | 6752 | "type": "integer"
|
6720 | 6753 | },
|
| 6754 | +"outstandingBundleCount": { |
| 6755 | +"description": "Current outstanding bundle count.", |
| 6756 | +"format": "int32", |
| 6757 | +"type": "integer" |
| 6758 | +}, |
| 6759 | +"outstandingBytes": { |
| 6760 | +"description": "Current outstanding bytes.", |
| 6761 | +"format": "int64", |
| 6762 | +"type": "string" |
| 6763 | +}, |
6721 | 6764 | "outstandingBytesCount": {
|
6722 |
| -"description": "Current outstanding bytes count.", |
| 6765 | +"deprecated": true, |
6723 | 6766 | "format": "int32",
|
6724 | 6767 | "type": "integer"
|
6725 | 6768 | }
|
|
0 commit comments