Skip to content

Commit

Permalink
feat(dataproc): update the api
Browse files Browse the repository at this point in the history
#### dataproc:v1

The following keys were added:
- schemas.BatchOperationMetadata (Total Keys: 13)
  • Loading branch information
yoshi-automation committed May 3, 2021
1 parent 7c2c46d commit 5e0b5ac
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 2 deletions.
57 changes: 56 additions & 1 deletion googleapiclient/discovery_cache/documents/dataproc.v1.json
Expand Up @@ -2260,7 +2260,7 @@
}
}
},
"revision": "20210406",
"revision": "20210421",
"rootUrl": "https://dataproc.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -2365,6 +2365,61 @@
},
"type": "object"
},
"BatchOperationMetadata": {
"description": "Metadata describing the Batch operation.",
"id": "BatchOperationMetadata",
"properties": {
"batch": {
"description": "Name of the batch for the operation.",
"type": "string"
},
"batchUuid": {
"description": "Batch UUID for the operation.",
"type": "string"
},
"createTime": {
"description": "The time when the operation was created.",
"format": "google-datetime",
"type": "string"
},
"description": {
"description": "Short description of the operation.",
"type": "string"
},
"doneTime": {
"description": "The time when the operation was finished.",
"format": "google-datetime",
"type": "string"
},
"labels": {
"additionalProperties": {
"type": "string"
},
"description": "Labels associated with the operation.",
"type": "object"
},
"operationType": {
"description": "The operation type.",
"enum": [
"BATCH_OPERATION_TYPE_UNSPECIFIED",
"BATCH"
],
"enumDescriptions": [
"Batch operation type is unknown.",
"Batch operation type."
],
"type": "string"
},
"warnings": {
"description": "Warnings encountered during operation execution.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"Binding": {
"description": "Associates members with a role.",
"id": "Binding",
Expand Down
Expand Up @@ -2291,7 +2291,7 @@
}
}
},
"revision": "20210406",
"revision": "20210421",
"rootUrl": "https://dataproc.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down

0 comments on commit 5e0b5ac

Please sign in to comment.