|
2564 | 2564 | }
|
2565 | 2565 | }
|
2566 | 2566 | },
|
2567 |
| - "revision": "20221017", |
| 2567 | + "revision": "20221025", |
2568 | 2568 | "rootUrl": "https://dataproc.googleapis.com/",
|
2569 | 2569 | "schemas": {
|
2570 | 2570 | "AcceleratorConfig": {
|
|
3504 | 3504 | },
|
3505 | 3505 | "type": "object"
|
3506 | 3506 | },
|
3507 |
| - "GceNodePoolOperationMetadata": { |
3508 |
| - "description": "Metadata describing the Compute Engine node pool operation.", |
3509 |
| - "id": "GceNodePoolOperationMetadata", |
3510 |
| - "properties": { |
3511 |
| - "clusterUuid": { |
3512 |
| - "description": "Output only. Cluster UUID associated with the Compute Engine node pool operation.", |
3513 |
| - "readOnly": true, |
3514 |
| - "type": "string" |
3515 |
| - }, |
3516 |
| - "description": { |
3517 |
| - "description": "Output only. Short description of operation.", |
3518 |
| - "readOnly": true, |
3519 |
| - "type": "string" |
3520 |
| - }, |
3521 |
| - "gceNodePoolId": { |
3522 |
| - "description": "Output only. Compute Engine node pool ID for the operation.", |
3523 |
| - "readOnly": true, |
3524 |
| - "type": "string" |
3525 |
| - }, |
3526 |
| - "labels": { |
3527 |
| - "additionalProperties": { |
3528 |
| - "type": "string" |
3529 |
| - }, |
3530 |
| - "description": "Output only. Labels associated with the operation", |
3531 |
| - "readOnly": true, |
3532 |
| - "type": "object" |
3533 |
| - }, |
3534 |
| - "operationType": { |
3535 |
| - "description": "The operation type.", |
3536 |
| - "enum": [ |
3537 |
| - "GCE_NODE_POOL_OPERATION_TYPE_UNSPECIFIED", |
3538 |
| - "CREATE", |
3539 |
| - "UPDATE", |
3540 |
| - "DELETE", |
3541 |
| - "RESIZE" |
3542 |
| - ], |
3543 |
| - "enumDescriptions": [ |
3544 |
| - "Compute Engine node pool operation type is unknown.", |
3545 |
| - "Create Compute Engine node pool operation type.", |
3546 |
| - "Update Compute Engine node pool operation type.", |
3547 |
| - "Delete Compute Engine node pool operation type.", |
3548 |
| - "Resize Compute Engine node pool operation type." |
3549 |
| - ], |
3550 |
| - "type": "string" |
3551 |
| - }, |
3552 |
| - "status": { |
3553 |
| - "$ref": "ClusterOperationStatus", |
3554 |
| - "description": "Output only. Current operation status.", |
3555 |
| - "readOnly": true |
3556 |
| - }, |
3557 |
| - "statusHistory": { |
3558 |
| - "description": "Output only. The previous operation status.", |
3559 |
| - "items": { |
3560 |
| - "$ref": "ClusterOperationStatus" |
3561 |
| - }, |
3562 |
| - "readOnly": true, |
3563 |
| - "type": "array" |
3564 |
| - }, |
3565 |
| - "warnings": { |
3566 |
| - "description": "Output only. Errors encountered during operation execution.", |
3567 |
| - "items": { |
3568 |
| - "type": "string" |
3569 |
| - }, |
3570 |
| - "readOnly": true, |
3571 |
| - "type": "array" |
3572 |
| - } |
3573 |
| - }, |
3574 |
| - "type": "object" |
3575 |
| - }, |
3576 | 3507 | "GetIamPolicyRequest": {
|
3577 | 3508 | "description": "Request message for GetIamPolicy method.",
|
3578 | 3509 | "id": "GetIamPolicyRequest",
|
|
4669 | 4600 | },
|
4670 | 4601 | "type": "object"
|
4671 | 4602 | },
|
| 4603 | + "NodeGroupOperationMetadata": { |
| 4604 | + "description": "Metadata describing the node group operation.", |
| 4605 | + "id": "NodeGroupOperationMetadata", |
| 4606 | + "properties": { |
| 4607 | + "clusterUuid": { |
| 4608 | + "description": "Output only. Cluster UUID associated with the node group operation.", |
| 4609 | + "readOnly": true, |
| 4610 | + "type": "string" |
| 4611 | + }, |
| 4612 | + "description": { |
| 4613 | + "description": "Output only. Short description of operation.", |
| 4614 | + "readOnly": true, |
| 4615 | + "type": "string" |
| 4616 | + }, |
| 4617 | + "labels": { |
| 4618 | + "additionalProperties": { |
| 4619 | + "type": "string" |
| 4620 | + }, |
| 4621 | + "description": "Output only. Labels associated with the operation.", |
| 4622 | + "readOnly": true, |
| 4623 | + "type": "object" |
| 4624 | + }, |
| 4625 | + "nodeGroupId": { |
| 4626 | + "description": "Output only. Node group ID for the operation.", |
| 4627 | + "readOnly": true, |
| 4628 | + "type": "string" |
| 4629 | + }, |
| 4630 | + "operationType": { |
| 4631 | + "description": "The operation type.", |
| 4632 | + "enum": [ |
| 4633 | + "NODE_GROUP_OPERATION_TYPE_UNSPECIFIED", |
| 4634 | + "CREATE", |
| 4635 | + "UPDATE", |
| 4636 | + "DELETE", |
| 4637 | + "RESIZE" |
| 4638 | + ], |
| 4639 | + "enumDescriptions": [ |
| 4640 | + "Node group operation type is unknown.", |
| 4641 | + "Create node group operation type.", |
| 4642 | + "Update node group operation type.", |
| 4643 | + "Delete node group operation type.", |
| 4644 | + "Resize node group operation type." |
| 4645 | + ], |
| 4646 | + "type": "string" |
| 4647 | + }, |
| 4648 | + "status": { |
| 4649 | + "$ref": "ClusterOperationStatus", |
| 4650 | + "description": "Output only. Current operation status.", |
| 4651 | + "readOnly": true |
| 4652 | + }, |
| 4653 | + "statusHistory": { |
| 4654 | + "description": "Output only. The previous operation status.", |
| 4655 | + "items": { |
| 4656 | + "$ref": "ClusterOperationStatus" |
| 4657 | + }, |
| 4658 | + "readOnly": true, |
| 4659 | + "type": "array" |
| 4660 | + }, |
| 4661 | + "warnings": { |
| 4662 | + "description": "Output only. Errors encountered during operation execution.", |
| 4663 | + "items": { |
| 4664 | + "type": "string" |
| 4665 | + }, |
| 4666 | + "readOnly": true, |
| 4667 | + "type": "array" |
| 4668 | + } |
| 4669 | + }, |
| 4670 | + "type": "object" |
| 4671 | + }, |
4672 | 4672 | "NodeInitializationAction": {
|
4673 | 4673 | "description": "Specifies an executable to run on a fully configured node and a timeout period for executable completion.",
|
4674 | 4674 | "id": "NodeInitializationAction",
|
|
5176 | 5176 | "description": "Runtime information about workload execution.",
|
5177 | 5177 | "id": "RuntimeInfo",
|
5178 | 5178 | "properties": {
|
| 5179 | + "approximateUsage": { |
| 5180 | + "$ref": "UsageMetrics", |
| 5181 | + "description": "Output only. Approximate workload resource usage calculated after workload finishes.", |
| 5182 | + "readOnly": true |
| 5183 | + }, |
5179 | 5184 | "diagnosticOutputUri": {
|
5180 | 5185 | "description": "Output only. A URI pointing to the location of the diagnostics tarball.",
|
5181 | 5186 | "readOnly": true,
|
|
5844 | 5849 | },
|
5845 | 5850 | "type": "object"
|
5846 | 5851 | },
|
| 5852 | + "UsageMetrics": { |
| 5853 | + "description": "Usage metrics represent total resources consumed by a workload.", |
| 5854 | + "id": "UsageMetrics", |
| 5855 | + "properties": { |
| 5856 | + "milliDcuSeconds": { |
| 5857 | + "description": "Optional. DCU usage in milliDCU*seconds.", |
| 5858 | + "format": "int64", |
| 5859 | + "type": "string" |
| 5860 | + }, |
| 5861 | + "shuffleStorageGbSeconds": { |
| 5862 | + "description": "Optional. Shuffle storage usage in GB*Seconds", |
| 5863 | + "format": "int64", |
| 5864 | + "type": "string" |
| 5865 | + } |
| 5866 | + }, |
| 5867 | + "type": "object" |
| 5868 | + }, |
5847 | 5869 | "ValueValidation": {
|
5848 | 5870 | "description": "Validation based on a list of allowed values.",
|
5849 | 5871 | "id": "ValueValidation",
|
|
0 commit comments