|
4978 | 4978 | }
|
4979 | 4979 | }
|
4980 | 4980 | },
|
4981 |
| - "revision": "20240928", |
| 4981 | + "revision": "20250111", |
4982 | 4982 | "rootUrl": "https://dataproc.googleapis.com/",
|
4983 | 4983 | "schemas": {
|
4984 | 4984 | "AcceleratorConfig": {
|
|
6075 | 6075 | "STOPPING",
|
6076 | 6076 | "STOPPED",
|
6077 | 6077 | "STARTING",
|
6078 |
| - "REPAIRING" |
| 6078 | + "REPAIRING", |
| 6079 | + "SCHEDULED" |
6079 | 6080 | ],
|
6080 | 6081 | "enumDescriptions": [
|
6081 | 6082 | "The cluster state is unknown.",
|
|
6088 | 6089 | "The cluster is being stopped. It cannot be used.",
|
6089 | 6090 | "The cluster is currently stopped. It is not ready for use.",
|
6090 | 6091 | "The cluster is being started. It is not ready for use.",
|
6091 |
| - "The cluster is being repaired. It is not ready for use." |
| 6092 | + "The cluster is being repaired. It is not ready for use.", |
| 6093 | + "Cluster creation is currently waiting for resources to be available. Once all resources are available, it will transition to CREATING and then RUNNING." |
6092 | 6094 | ],
|
6093 | 6095 | "readOnly": true,
|
6094 | 6096 | "type": "string"
|
|
6305 | 6307 | "id": "DiskConfig",
|
6306 | 6308 | "properties": {
|
6307 | 6309 | "bootDiskProvisionedIops": {
|
6308 |
| - "description": "Optional. Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle. Note: This field is only supported if boot_disk_type is hyperdisk-balanced.", |
| 6310 | + "description": "Optional. Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle. This field is supported only if boot_disk_type is hyperdisk-balanced.", |
6309 | 6311 | "format": "int64",
|
6310 | 6312 | "type": "string"
|
6311 | 6313 | },
|
6312 | 6314 | "bootDiskProvisionedThroughput": {
|
6313 |
| - "description": "Optional. Indicates how much throughput to provision for the disk. This sets the number of throughput mb per second that the disk can handle. Values must be greater than or equal to 1. Note: This field is only supported if boot_disk_type is hyperdisk-balanced.", |
| 6315 | + "description": "Optional. Indicates how much throughput to provision for the disk. This sets the number of throughput mb per second that the disk can handle. Values must be greater than or equal to 1. This field is supported only if boot_disk_type is hyperdisk-balanced.", |
6314 | 6316 | "format": "int64",
|
6315 | 6317 | "type": "string"
|
6316 | 6318 | },
|
|
9032 | 9034 | "type": "object"
|
9033 | 9035 | },
|
9034 | 9036 | "PySparkJob": {
|
9035 |
| - "description": "A Dataproc job for running Apache PySpark (https://spark.apache.org/docs/0.9.0/python-programming-guide.html) applications on YARN.", |
| 9037 | + "description": "A Dataproc job for running Apache PySpark (https://spark.apache.org/docs/latest/api/python/index.html#pyspark-overview) applications on YARN.", |
9036 | 9038 | "id": "PySparkJob",
|
9037 | 9039 | "properties": {
|
9038 | 9040 | "archiveUris": {
|
|
0 commit comments