|
2316 | 2316 | }
|
2317 | 2317 | }
|
2318 | 2318 | },
|
2319 |
| - "revision": "20210825", |
| 2319 | + "revision": "20210902", |
2320 | 2320 | "rootUrl": "https://dataproc.googleapis.com/",
|
2321 | 2321 | "schemas": {
|
2322 | 2322 | "AcceleratorConfig": {
|
|
4269 | 4269 | },
|
4270 | 4270 | "type": "object"
|
4271 | 4271 | },
|
| 4272 | + "SessionOperationMetadata": { |
| 4273 | + "description": "Metadata describing the Session operation.", |
| 4274 | + "id": "SessionOperationMetadata", |
| 4275 | + "properties": { |
| 4276 | + "createTime": { |
| 4277 | + "description": "The time when the operation was created.", |
| 4278 | + "format": "google-datetime", |
| 4279 | + "type": "string" |
| 4280 | + }, |
| 4281 | + "description": { |
| 4282 | + "description": "Short description of the operation.", |
| 4283 | + "type": "string" |
| 4284 | + }, |
| 4285 | + "doneTime": { |
| 4286 | + "description": "The time when the operation was finished.", |
| 4287 | + "format": "google-datetime", |
| 4288 | + "type": "string" |
| 4289 | + }, |
| 4290 | + "labels": { |
| 4291 | + "additionalProperties": { |
| 4292 | + "type": "string" |
| 4293 | + }, |
| 4294 | + "description": "Labels associated with the operation.", |
| 4295 | + "type": "object" |
| 4296 | + }, |
| 4297 | + "operationType": { |
| 4298 | + "description": "The operation type.", |
| 4299 | + "enum": [ |
| 4300 | + "SESSION_OPERATION_TYPE_UNSPECIFIED", |
| 4301 | + "CREATE", |
| 4302 | + "TERMINATE", |
| 4303 | + "DELETE" |
| 4304 | + ], |
| 4305 | + "enumDescriptions": [ |
| 4306 | + "Session operation type is unknown.", |
| 4307 | + "Create Session operation type.", |
| 4308 | + "Terminate Session operation type.", |
| 4309 | + "Delete Session operation type." |
| 4310 | + ], |
| 4311 | + "type": "string" |
| 4312 | + }, |
| 4313 | + "session": { |
| 4314 | + "description": "Name of the session for the operation.", |
| 4315 | + "type": "string" |
| 4316 | + }, |
| 4317 | + "sessionUuid": { |
| 4318 | + "description": "Session UUID for the operation.", |
| 4319 | + "type": "string" |
| 4320 | + }, |
| 4321 | + "warnings": { |
| 4322 | + "description": "Warnings encountered during operation execution.", |
| 4323 | + "items": { |
| 4324 | + "type": "string" |
| 4325 | + }, |
| 4326 | + "type": "array" |
| 4327 | + } |
| 4328 | + }, |
| 4329 | + "type": "object" |
| 4330 | + }, |
4272 | 4331 | "SetIamPolicyRequest": {
|
4273 | 4332 | "description": "Request message for SetIamPolicy method.",
|
4274 | 4333 | "id": "SetIamPolicyRequest",
|
|
0 commit comments