Skip to content

Commit a358ffd

Browse files
feat(appengine): update the api
#### appengine:v1 The following keys were added: - schemas.GoogleAppengineV2OperationMetadata (Total Keys: 23) - schemas.GoogleAppengineV2mainOperationMetadata (Total Keys: 23) #### appengine:v1alpha The following keys were added: - schemas.GoogleAppengineV2OperationMetadata (Total Keys: 23) - schemas.GoogleAppengineV2mainOperationMetadata (Total Keys: 23) #### appengine:v1beta The following keys were added: - schemas.GoogleAppengineV2OperationMetadata (Total Keys: 23) - schemas.GoogleAppengineV2mainOperationMetadata (Total Keys: 23)
1 parent 67cf6d8 commit a358ffd

File tree

3 files changed

+345
-3
lines changed

3 files changed

+345
-3
lines changed

googleapiclient/discovery_cache/documents/appengine.v1.json

Lines changed: 115 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@
15951595
}
15961596
}
15971597
},
1598-
"revision": "20210822",
1598+
"revision": "20210827",
15991599
"rootUrl": "https://appengine.googleapis.com/",
16001600
"schemas": {
16011601
"ApiConfigHandler": {
@@ -2297,6 +2297,120 @@
22972297
},
22982298
"type": "object"
22992299
},
2300+
"GoogleAppengineV2OperationMetadata": {
2301+
"description": "Represents the metadata of the long-running operation.",
2302+
"id": "GoogleAppengineV2OperationMetadata",
2303+
"properties": {
2304+
"apiVersion": {
2305+
"description": "Output only. API version used to start the operation.",
2306+
"readOnly": true,
2307+
"type": "string"
2308+
},
2309+
"createTime": {
2310+
"description": "Output only. The time the operation was created.",
2311+
"format": "google-datetime",
2312+
"readOnly": true,
2313+
"type": "string"
2314+
},
2315+
"endTime": {
2316+
"description": "Output only. The time the operation finished running.",
2317+
"format": "google-datetime",
2318+
"readOnly": true,
2319+
"type": "string"
2320+
},
2321+
"ephemeralMessage": {
2322+
"description": "Output only. Ephemeral message that may change every time the operation is polled.",
2323+
"readOnly": true,
2324+
"type": "string"
2325+
},
2326+
"requestedCancellation": {
2327+
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.",
2328+
"readOnly": true,
2329+
"type": "boolean"
2330+
},
2331+
"statusMessage": {
2332+
"description": "Output only. Human-readable status of the operation, if any.",
2333+
"readOnly": true,
2334+
"type": "string"
2335+
},
2336+
"target": {
2337+
"description": "Output only. Server-defined resource path for the target of the operation.",
2338+
"readOnly": true,
2339+
"type": "string"
2340+
},
2341+
"verb": {
2342+
"description": "Output only. Name of the verb executed by the operation.",
2343+
"readOnly": true,
2344+
"type": "string"
2345+
},
2346+
"warning": {
2347+
"description": "Output only. Durable messages that persist on every operation poll.",
2348+
"items": {
2349+
"type": "string"
2350+
},
2351+
"readOnly": true,
2352+
"type": "array"
2353+
}
2354+
},
2355+
"type": "object"
2356+
},
2357+
"GoogleAppengineV2mainOperationMetadata": {
2358+
"description": "Represents the metadata of the long-running operation.",
2359+
"id": "GoogleAppengineV2mainOperationMetadata",
2360+
"properties": {
2361+
"apiVersion": {
2362+
"description": "Output only. API version used to start the operation.",
2363+
"readOnly": true,
2364+
"type": "string"
2365+
},
2366+
"createTime": {
2367+
"description": "Output only. The time the operation was created.",
2368+
"format": "google-datetime",
2369+
"readOnly": true,
2370+
"type": "string"
2371+
},
2372+
"endTime": {
2373+
"description": "Output only. The time the operation finished running.",
2374+
"format": "google-datetime",
2375+
"readOnly": true,
2376+
"type": "string"
2377+
},
2378+
"ephemeralMessage": {
2379+
"description": "Output only. Ephemeral message that may change every time the operation is polled.",
2380+
"readOnly": true,
2381+
"type": "string"
2382+
},
2383+
"requestedCancellation": {
2384+
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.",
2385+
"readOnly": true,
2386+
"type": "boolean"
2387+
},
2388+
"statusMessage": {
2389+
"description": "Output only. Human-readable status of the operation, if any.",
2390+
"readOnly": true,
2391+
"type": "string"
2392+
},
2393+
"target": {
2394+
"description": "Output only. Server-defined resource path for the target of the operation.",
2395+
"readOnly": true,
2396+
"type": "string"
2397+
},
2398+
"verb": {
2399+
"description": "Output only. Name of the verb executed by the operation.",
2400+
"readOnly": true,
2401+
"type": "string"
2402+
},
2403+
"warning": {
2404+
"description": "Output only. Durable messages that persist on every operation poll.",
2405+
"items": {
2406+
"type": "string"
2407+
},
2408+
"readOnly": true,
2409+
"type": "array"
2410+
}
2411+
},
2412+
"type": "object"
2413+
},
23002414
"HealthCheck": {
23012415
"description": "Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances. Only applicable for instances in App Engine flexible environment.",
23022416
"id": "HealthCheck",

googleapiclient/discovery_cache/documents/appengine.v1alpha.json

Lines changed: 115 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@
709709
}
710710
}
711711
},
712-
"revision": "20210822",
712+
"revision": "20210827",
713713
"rootUrl": "https://appengine.googleapis.com/",
714714
"schemas": {
715715
"AuthorizedCertificate": {
@@ -878,6 +878,120 @@
878878
},
879879
"type": "object"
880880
},
881+
"GoogleAppengineV2OperationMetadata": {
882+
"description": "Represents the metadata of the long-running operation.",
883+
"id": "GoogleAppengineV2OperationMetadata",
884+
"properties": {
885+
"apiVersion": {
886+
"description": "Output only. API version used to start the operation.",
887+
"readOnly": true,
888+
"type": "string"
889+
},
890+
"createTime": {
891+
"description": "Output only. The time the operation was created.",
892+
"format": "google-datetime",
893+
"readOnly": true,
894+
"type": "string"
895+
},
896+
"endTime": {
897+
"description": "Output only. The time the operation finished running.",
898+
"format": "google-datetime",
899+
"readOnly": true,
900+
"type": "string"
901+
},
902+
"ephemeralMessage": {
903+
"description": "Output only. Ephemeral message that may change every time the operation is polled.",
904+
"readOnly": true,
905+
"type": "string"
906+
},
907+
"requestedCancellation": {
908+
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.",
909+
"readOnly": true,
910+
"type": "boolean"
911+
},
912+
"statusMessage": {
913+
"description": "Output only. Human-readable status of the operation, if any.",
914+
"readOnly": true,
915+
"type": "string"
916+
},
917+
"target": {
918+
"description": "Output only. Server-defined resource path for the target of the operation.",
919+
"readOnly": true,
920+
"type": "string"
921+
},
922+
"verb": {
923+
"description": "Output only. Name of the verb executed by the operation.",
924+
"readOnly": true,
925+
"type": "string"
926+
},
927+
"warning": {
928+
"description": "Output only. Durable messages that persist on every operation poll.",
929+
"items": {
930+
"type": "string"
931+
},
932+
"readOnly": true,
933+
"type": "array"
934+
}
935+
},
936+
"type": "object"
937+
},
938+
"GoogleAppengineV2mainOperationMetadata": {
939+
"description": "Represents the metadata of the long-running operation.",
940+
"id": "GoogleAppengineV2mainOperationMetadata",
941+
"properties": {
942+
"apiVersion": {
943+
"description": "Output only. API version used to start the operation.",
944+
"readOnly": true,
945+
"type": "string"
946+
},
947+
"createTime": {
948+
"description": "Output only. The time the operation was created.",
949+
"format": "google-datetime",
950+
"readOnly": true,
951+
"type": "string"
952+
},
953+
"endTime": {
954+
"description": "Output only. The time the operation finished running.",
955+
"format": "google-datetime",
956+
"readOnly": true,
957+
"type": "string"
958+
},
959+
"ephemeralMessage": {
960+
"description": "Output only. Ephemeral message that may change every time the operation is polled.",
961+
"readOnly": true,
962+
"type": "string"
963+
},
964+
"requestedCancellation": {
965+
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.",
966+
"readOnly": true,
967+
"type": "boolean"
968+
},
969+
"statusMessage": {
970+
"description": "Output only. Human-readable status of the operation, if any.",
971+
"readOnly": true,
972+
"type": "string"
973+
},
974+
"target": {
975+
"description": "Output only. Server-defined resource path for the target of the operation.",
976+
"readOnly": true,
977+
"type": "string"
978+
},
979+
"verb": {
980+
"description": "Output only. Name of the verb executed by the operation.",
981+
"readOnly": true,
982+
"type": "string"
983+
},
984+
"warning": {
985+
"description": "Output only. Durable messages that persist on every operation poll.",
986+
"items": {
987+
"type": "string"
988+
},
989+
"readOnly": true,
990+
"type": "array"
991+
}
992+
},
993+
"type": "object"
994+
},
881995
"ListAuthorizedCertificatesResponse": {
882996
"description": "Response message for AuthorizedCertificates.ListAuthorizedCertificates.",
883997
"id": "ListAuthorizedCertificatesResponse",

googleapiclient/discovery_cache/documents/appengine.v1beta.json

Lines changed: 115 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@
15951595
}
15961596
}
15971597
},
1598-
"revision": "20210822",
1598+
"revision": "20210827",
15991599
"rootUrl": "https://appengine.googleapis.com/",
16001600
"schemas": {
16011601
"ApiConfigHandler": {
@@ -2348,6 +2348,120 @@
23482348
},
23492349
"type": "object"
23502350
},
2351+
"GoogleAppengineV2OperationMetadata": {
2352+
"description": "Represents the metadata of the long-running operation.",
2353+
"id": "GoogleAppengineV2OperationMetadata",
2354+
"properties": {
2355+
"apiVersion": {
2356+
"description": "Output only. API version used to start the operation.",
2357+
"readOnly": true,
2358+
"type": "string"
2359+
},
2360+
"createTime": {
2361+
"description": "Output only. The time the operation was created.",
2362+
"format": "google-datetime",
2363+
"readOnly": true,
2364+
"type": "string"
2365+
},
2366+
"endTime": {
2367+
"description": "Output only. The time the operation finished running.",
2368+
"format": "google-datetime",
2369+
"readOnly": true,
2370+
"type": "string"
2371+
},
2372+
"ephemeralMessage": {
2373+
"description": "Output only. Ephemeral message that may change every time the operation is polled.",
2374+
"readOnly": true,
2375+
"type": "string"
2376+
},
2377+
"requestedCancellation": {
2378+
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.",
2379+
"readOnly": true,
2380+
"type": "boolean"
2381+
},
2382+
"statusMessage": {
2383+
"description": "Output only. Human-readable status of the operation, if any.",
2384+
"readOnly": true,
2385+
"type": "string"
2386+
},
2387+
"target": {
2388+
"description": "Output only. Server-defined resource path for the target of the operation.",
2389+
"readOnly": true,
2390+
"type": "string"
2391+
},
2392+
"verb": {
2393+
"description": "Output only. Name of the verb executed by the operation.",
2394+
"readOnly": true,
2395+
"type": "string"
2396+
},
2397+
"warning": {
2398+
"description": "Output only. Durable messages that persist on every operation poll.",
2399+
"items": {
2400+
"type": "string"
2401+
},
2402+
"readOnly": true,
2403+
"type": "array"
2404+
}
2405+
},
2406+
"type": "object"
2407+
},
2408+
"GoogleAppengineV2mainOperationMetadata": {
2409+
"description": "Represents the metadata of the long-running operation.",
2410+
"id": "GoogleAppengineV2mainOperationMetadata",
2411+
"properties": {
2412+
"apiVersion": {
2413+
"description": "Output only. API version used to start the operation.",
2414+
"readOnly": true,
2415+
"type": "string"
2416+
},
2417+
"createTime": {
2418+
"description": "Output only. The time the operation was created.",
2419+
"format": "google-datetime",
2420+
"readOnly": true,
2421+
"type": "string"
2422+
},
2423+
"endTime": {
2424+
"description": "Output only. The time the operation finished running.",
2425+
"format": "google-datetime",
2426+
"readOnly": true,
2427+
"type": "string"
2428+
},
2429+
"ephemeralMessage": {
2430+
"description": "Output only. Ephemeral message that may change every time the operation is polled.",
2431+
"readOnly": true,
2432+
"type": "string"
2433+
},
2434+
"requestedCancellation": {
2435+
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.",
2436+
"readOnly": true,
2437+
"type": "boolean"
2438+
},
2439+
"statusMessage": {
2440+
"description": "Output only. Human-readable status of the operation, if any.",
2441+
"readOnly": true,
2442+
"type": "string"
2443+
},
2444+
"target": {
2445+
"description": "Output only. Server-defined resource path for the target of the operation.",
2446+
"readOnly": true,
2447+
"type": "string"
2448+
},
2449+
"verb": {
2450+
"description": "Output only. Name of the verb executed by the operation.",
2451+
"readOnly": true,
2452+
"type": "string"
2453+
},
2454+
"warning": {
2455+
"description": "Output only. Durable messages that persist on every operation poll.",
2456+
"items": {
2457+
"type": "string"
2458+
},
2459+
"readOnly": true,
2460+
"type": "array"
2461+
}
2462+
},
2463+
"type": "object"
2464+
},
23512465
"HealthCheck": {
23522466
"description": "Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances. Only applicable for instances in App Engine flexible environment.",
23532467
"id": "HealthCheck",

0 commit comments

Comments
 (0)