10000 feat(all): auto-regenerate discovery clients (#2753) · googleapis/google-api-go-client@70a68c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 70a68c2

Browse files
feat(all): auto-regenerate discovery clients (#2753)
1 parent 5b1ebe2 commit 70a68c2

File tree

12 files changed

+379
-7
lines changed

12 files changed

+379
-7
lines changed

connectors/v1/connectors-api.json

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1320,6 +1320,21 @@
13201320
"pattern": "^projects/[^/]+/locations/[^/]+/endpointAttachments/[^/]+$",
13211321
"required": true,
13221322
"type": "string"
1323+
},
1324+
"view": {
1325+
"description": "Optional. Specifies which fields of the EndpointAttachment are returned in the response. Defaults to `ENDPOINT_ATTACHMENT_VIEW_BASIC` view.",
1326+
"enum": [
1327+
"ENDPOINT_ATTACHMENT_VIEW_UNSPECIFIED",
1328+
"ENDPOINT_ATTACHMENT_VIEW_BASIC",
1329+
"ENDPOINT_ATTACHMENT_VIEW_FULL"
1330+
],
1331+
"enumDescriptions": [
1332+
"ENDPOINT_ATTACHMENT_VIEW_UNSPECIFIED.",
1333+
"Do not include status.",
1334+
"Includes Status."
1335+
],
1336+
"location": "query",
1337+
"type": "string"
13231338
}
13241339
},
13251340
"path": "v1/{+name}",
@@ -1366,6 +1381,21 @@
13661381
"pattern": "^projects/[^/]+/locations/[^/]+$",
13671382
"required": true,
13681383
"type": "string"
1384+
},
1385+
"view": {
1386+
"description": "Optional. Specifies which fields of the EndpointAttachment are returned in the response. Defaults to `ENDPOINT_ATTACHMENT_VIEW_BASIC` view.",
1387+
"enum": [
1388+
"ENDPOINT_ATTACHMENT_VIEW_UNSPECIFIED",
1389+
"ENDPOINT_ATTACHMENT_VIEW_BASIC",
1390+
"ENDPOINT_ATTACHMENT_VIEW_FULL"
1391+
],
1392+
"enumDescriptions": [
1393+
"ENDPOINT_ATTACHMENT_VIEW_UNSPECIFIED.",
1394+
"Do not include status.",
1395+
"Includes Status."
1396+
],
1397+
"location& D7AE quot;: "query",
1398+
"type": "string"
13691399
}
13701400
},
13711401
"path": "v1/{+parent}/endpointAttachments",
@@ -2427,7 +2457,7 @@
24272457
}
24282458
}
24292459
},
2430-
"revision": "20240811",
2460+
"revision": "20240822",
24312461
"rootUrl": "https://connectors.googleapis.com/",
24322462
"schemas": {
24332463
"AuditConfig": {
@@ -4058,6 +4088,31 @@
40584088
"description": "Required. The path of the service attachment",
40594089
"type": "string"
40604090
},
4091+
"state": {
4092+
"description": "Output only. The Private Service Connect Connection Endpoint State. This value is only available in the Full view.",
4093+
"enum": [
4094+
"STATE_UNSPECIFIED",
4095+
"PENDING",
4096+
"ACCEPTED",
4097+
"REJECTED",
4098+
"CLOSED",
4099+
"FROZEN",
4100+
"NEEDS_ATTENTION",
4101+
"ACCEPTED_NOT_PROGRAMMED"
4102+
],
4103+
"enumDescriptions": [
4104+
"STATE_UNSPECIFIED.",
4105+
"The endpoint is pending acceptance by the producer.",
4106+
"The endpoint has been accepted by the producer.",
4107+
"The endpoint has been rejected by the producer.",
4108+
"The endpoint has been closed by the producer and will not serve traffic going forward.",
4109+
"The endpoint has been frozen by the producer and will not serve traffic.",
4110+
"The endpoint has been accepted by the producer, but it is not ready to serve the traffic due to producer side issues.",
4111+
"The endpoint has been accepted by the producer, but it cannot be programmed to the data plane due to invariant violation."
4112+
],
4113+
"readOnly": true,
4114+
"type": "string"
4115+
},
40614116
"updateTime": {
40624117
"description": "Output only. Updated time.",
40634118
"format": "google-datetime",

connectors/v1/connectors-gen.go

Lines changed: 52 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

notebooks/v1/notebooks-api.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2008,7 +2008,7 @@
20082008
}
20092009
}
20102010
},
2011-
"revision": "20240314",
2011+
"revision": "20240820",
20122012
"rootUrl": "https://notebooks.googleapis.com/",
20132013
"schemas": {
20142014
"AcceleratorConfig": {
@@ -2035,6 +2035,8 @@
20352035
"NVIDIA_TESLA_T4_VWS",
20362036
"NVIDIA_TESLA_P100_VWS",
20372037
"NVIDIA_TESLA_P4_VWS",
2038+
"NVIDIA_H100_80GB",
2039+
"NVIDIA_H100_MEGA_80GB",
20382040
"TPU_V2",
20392041
"TPU_V3"
20402042
],
@@ -2051,6 +2053,8 @@
20512053
"Accelerator type is NVIDIA Tesla T4 Virtual Workstations.",
20522054
"Accelerator type is NVIDIA Tesla P100 Virtual Workstations.",
20532055
"Accelerator type is NVIDIA Tesla P4 Virtual Workstations.",
2056+
"Accelerator type is NVIDIA H100 80GB.",
2057+
"Accelerator type is NVIDIA H100 Mega 80GB.",
20542058
"(Coming soon) Accelerator type is TPU V2.",
20552059
"(Coming soon) Accelerator type is TPU V3."
20562060
],
@@ -4058,6 +4062,8 @@
40584062
"NVIDIA_TESLA_T4_VWS",
40594063
"NVIDIA_TESLA_P100_VWS",
40604064
"NVIDIA_TESLA_P4_VWS",
4065+
"NVIDIA_H100_80GB",
4066+
"NVIDIA_H100_MEGA_80GB",
40614067
"TPU_V2",
40624068
"TPU_V3"
40634069
],
@@ -4074,6 +4080,8 @@
40744080
"Accelerator type is NVIDIA Tesla T4 Virtual Workstations.",
40754081
"Accelerator type is NVIDIA Tesla P100 Virtual Workstations.",
40764082
"Accelerator type is NVIDIA Tesla P4 Virtual Workstations.",
4083+
"Accelerator type is NVIDIA H100 80GB.",
4084+
"Accelerator type is NVIDIA H100 Mega 80GB.",
40774085
"(Coming soon) Accelerator type is TPU V2.",
40784086
"(Coming soon) Accelerator type is TPU V3."
40794087
],

notebooks/v1/notebooks-gen.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

notebooks/v2/notebooks-api.json

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,34 @@
550550
"https://www.googleapis.com/auth/cloud-platform"
551551
]
552552
},
553+
"restore": {
554+
"description": "RestoreInstance restores an Instance from a BackupSource.",
555+
"flatPath": "v2/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}:restore",
556+
"httpMethod": "POST",
557+
"id": "notebooks.projects.locations.instances.restore",
558+
"parameterOrder": [
559+
"name"
560+
],
561+
"parameters": {
562+
"name": {
563+
"description": "Required. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`",
564+
"location": "path",
565+
"pattern": "^projects/[^/]+/locations/[^/]+/instances/[^/]+$",
566+
"required": true,
567+
"type": "string"
568+
}
569+
},
570+
"path": "v2/{+name}:restore",
571+
"request": {
572+
"$ref": "RestoreInstanceRequest"
573+
},
574+
"response": {
575+
"$ref": "Operation"
576+
},
577+
"scopes": [
578+
"https://www.googleapis.com/auth/cloud-platform"
579+
]
580+
},
553581
"rollback": {
554582
"description": "Rollbacks a notebook instance to the previous version.",
555583
"flatPath": "v2/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}:rollback",
@@ -876,7 +904,7 @@
876904
}
877905
}
878906
},
879-
"revision": "20240731",
907+
"revision": "20240820",
880908
"rootUrl": "https://notebooks.googleapis.com/",
881909
"schemas": {
882910
"AcceleratorConfig": {
@@ -1768,6 +1796,17 @@
17681796
},
17691797
"type": "object"
17701798
},
1799+
"RestoreInstanceRequest": {
1800+
"description": "Request for restoring the notebook instance from a BackupSource.",
1801+
"id": "RestoreInstanceRequest",
1802+
"properties": {
1803+
"snapshot": {
1804+
"$ref": "Snapshot",
1805+
"description": "Snapshot to be used for restore."
1806+
}
1807+
},
1808+
"type": "object"
1809+
},
17711810
"RollbackInstanceRequest": {
17721811
"description": "Request for rollbacking a notebook instance",
17731812
"id": "RollbackInstanceRequest",
@@ -1833,6 +1872,21 @@
18331872
},
18341873
"type": "object"
18351874
},
1875+
"Snapshot": {
1876+
"description": "Snapshot represents the snapshot of the data disk used to restore the Workbench Instance from. Refers to: compute/v1/projects/{project_id}/global/snapshots/{snapshot_id}",
1877+
"id": "Snapshot",
1878+
"properties": {
1879+
"projectId": {
1880+
"description": "Required. The project ID of the snapshot.",
1881+
"type": "string"
1882+
},
1883+
"snapshotId": {
1884+
"description": "Required. The ID of the snapshot.",
1885+
"type": "string"
1886+
}
1887+
},
1888+
"type": "object"
1889+
},
18361890
"StartInstanceRequest": {
18371891
"description": "Request for starting a notebook instance",
18381892
"id": "StartInstanceRequest",

0 commit comments

Comments
 (0)
0