Skip to content

Commit dd1f19f

Browse files
feat: [ConfidentialComputing] add Nvidia Attestation proto message with its relevant fields and ConfidentialGke options (#8906)
* feat: add Nvidia Attestation proto message with its relevant fields and ConfidentialGke options PiperOrigin-RevId: 866189208 Source-Link: googleapis/googleapis@4e434c1 Source-Link: googleapis/googleapis-gen@7c27350 Copy-Tag: eyJwIjoiQ29uZmlkZW50aWFsQ29tcHV0aW5nLy5Pd2xCb3QueWFtbCIsImgiOiI3YzI3MzUwNDU0MTQ5MDZmYTAwOWMxNzJjY2Q4ZjE4OWI1YTNlMjMwIn0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 7edd367 commit dd1f19f

14 files changed

Lines changed: 1145 additions & 0 deletions
1.77 KB
Binary file not shown.

ConfidentialComputing/samples/V1/ConfidentialComputingClient/list_locations.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131

3232
/**
3333
* Lists information about the supported locations for this service.
34+
This method can be called in two ways:
35+
36+
* **List all public locations:** Use the path `GET /v1/locations`.
37+
* **List project-visible locations:** Use the path
38+
`GET /v1/projects/{project_id}/locations`. This may include public
39+
locations as well as private or other locations specifically visible
40+
to the project.
3441
*
3542
* This sample has been automatically generated and should be regarded as a code
3643
* template only. It will require modifications to work:

ConfidentialComputing/src/V1/Client/ConfidentialComputingClient.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,13 @@ public function getLocation(GetLocationRequest $request, array $callOptions = []
403403

404404
/**
405405
* Lists information about the supported locations for this service.
406+
This method can be called in two ways:
407+
408+
* **List all public locations:** Use the path `GET /v1/locations`.
409+
* **List project-visible locations:** Use the path
410+
`GET /v1/projects/{project_id}/locations`. This may include public
411+
locations as well as private or other locations specifically visible
412+
to the project.
406413
*
407414
* The async variant is {@see ConfidentialComputingClient::listLocationsAsync()} .
408415
*

ConfidentialComputing/src/V1/NvidiaAttestation.php

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

ConfidentialComputing/src/V1/NvidiaAttestation/GpuArchitectureType.php

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

0 commit comments

Comments
 (0)