Skip to content

Commit fec7356

Browse files
feat(dataproc): update the api
#### dataproc:v1 The following keys were added: - schemas.SessionOperationMetadata (Total Keys: 13)
1 parent 57a51f8 commit fec7356

File tree

1 file changed

+60
-1
lines changed

1 file changed

+60
-1
lines changed

googleapiclient/discovery_cache/documents/dataproc.v1.json

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2316,7 +2316,7 @@
23162316
}
23172317
}
23182318
},
2319-
"revision": "20210825",
2319+
"revision": "20210902",
23202320
"rootUrl": "https://dataproc.googleapis.com/",
23212321
"schemas": {
23222322
"AcceleratorConfig": {
@@ -4269,6 +4269,65 @@
42694269
},
42704270
"type": "object"
42714271
},
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+
},
42724331
"SetIamPolicyRequest": {
42734332
"description": "Request message for SetIamPolicy method.",
42744333
"id": "SetIamPolicyRequest",

0 commit comments

Comments
 (0)