Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Kms/metadata/V1/HsmManagement.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Kms/metadata/V1/Service.php

Large diffs are not rendered by default.

21 changes: 15 additions & 6 deletions Kms/samples/V1/AutokeyAdminClient/list_locations.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,22 @@

/**
* Lists information about the supported locations for this service.
This method can be called in two ways:

* **List all public locations:** Use the path `GET /v1/locations`.
* **List project-visible locations:** Use the path
`GET /v1/projects/{project_id}/locations`. This may include public
locations as well as private or other locations specifically visible
to the project.
This method lists locations based on the resource scope provided in
the [ListLocationsRequest.name] field:

* **Global locations**: If `name` is empty, the method lists the
public locations available to all projects. * **Project-specific
locations**: If `name` follows the format
`projects/{project}`, the method lists locations visible to that
specific project. This includes public, private, or other
project-specific locations enabled for the project.

For gRPC and client library implementations, the resource name is
passed as the `name` field. For direct service calls, the resource
name is
incorporated into the request path based on the specific service
implementation and version.
*
* This sample has been automatically generated and should be regarded as a code
* template only. It will require modifications to work:
Expand Down
21 changes: 15 additions & 6 deletions Kms/samples/V1/AutokeyClient/list_locations.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,22 @@

/**
* Lists information about the supported locations for this service.
This method can be called in two ways:

* **List all public locations:** Use the path `GET /v1/locations`.
* **List project-visible locations:** Use the path
`GET /v1/projects/{project_id}/locations`. This may include public
locations as well as private or other locations specifically visible
to the project.
This method lists locations based on the resource scope provided in
the [ListLocationsRequest.name] field:

* **Global locations**: If `name` is empty, the method lists the
public locations available to all projects. * **Project-specific
locations**: If `name` follows the format
`projects/{project}`, the method lists locations visible to that
specific project. This includes public, private, or other
project-specific locations enabled for the project.

For gRPC and client library implementations, the resource name is
passed as the `name` field. For direct service calls, the resource
name is
incorporated into the request path based on the specific service
implementation and version.
*
* This sample has been automatically generated and should be regarded as a code
* template only. It will require modifications to work:
Expand Down
21 changes: 15 additions & 6 deletions Kms/samples/V1/EkmServiceClient/list_locations.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,22 @@

/**
* Lists information about the supported locations for this service.
This method can be called in two ways:

* **List all public locations:** Use the path `GET /v1/locations`.
* **List project-visible locations:** Use the path
`GET /v1/projects/{project_id}/locations`. This may include public
locations as well as private or other locations specifically visible
to the project.
This method lists locations based on the resource scope provided in
the [ListLocationsRequest.name] field:

* **Global locations**: If `name` is empty, the method lists the
public locations available to all projects. * **Project-specific
locations**: If `name` follows the format
`projects/{project}`, the method lists locations visible to that
specific project. This includes public, private, or other
project-specific locations enabled for the project.

For gRPC and client library implementations, the resource name is
passed as the `name` field. For direct service calls, the resource
name is
incorporated into the request path based on the specific service
implementation and version.
*
* This sample has been automatically generated and should be regarded as a code
* template only. It will require modifications to work:
Expand Down
21 changes: 15 additions & 6 deletions Kms/samples/V1/HsmManagementClient/list_locations.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,22 @@

/**
* Lists information about the supported locations for this service.
This method can be called in two ways:

* **List all public locations:** Use the path `GET /v1/locations`.
* **List project-visible locations:** Use the path
`GET /v1/projects/{project_id}/locations`. This may include public
locations as well as private or other locations specifically visible
to the project.
This method lists locations based on the resource scope provided in
the [ListLocationsRequest.name] field:

* **Global locations**: If `name` is empty, the method lists the
public locations available to all projects. * **Project-specific
locations**: If `name` follows the format
`projects/{project}`, the method lists locations visible to that
specific project. This includes public, private, or other
project-specific locations enabled for the project.

For gRPC and client library implementations, the resource name is
passed as the `name` field. For direct service calls, the resource
name is
incorporated into the request path based on the specific service
implementation and version.
*
* This sample has been automatically generated and should be regarded as a code
* template only. It will require modifications to work:
Expand Down
21 changes: 15 additions & 6 deletions Kms/samples/V1/KeyManagementServiceClient/list_locations.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,22 @@

/**
* Lists information about the supported locations for this service.
This method can be called in two ways:

* **List all public locations:** Use the path `GET /v1/locations`.
* **List project-visible locations:** Use the path
`GET /v1/projects/{project_id}/locations`. This may include public
locations as well as private or other locations specifically visible
to the project.
This method lists locations based on the resource scope provided in
the [ListLocationsRequest.name] field:

* **Global locations**: If `name` is empty, the method lists the
public locations available to all projects. * **Project-specific
locations**: If `name` follows the format
`projects/{project}`, the method lists locations visible to that
specific project. This includes public, private, or other
project-specific locations enabled for the project.

For gRPC and client library implementations, the resource name is
passed as the `name` field. For direct service calls, the resource
name is
incorporated into the request path based on the specific service
implementation and version.
*
* This sample has been automatically generated and should be regarded as a code
* template only. It will require modifications to work:
Expand Down
21 changes: 15 additions & 6 deletions Kms/src/V1/Client/AutokeyAdminClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -416,13 +416,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = []

/**
* Lists information about the supported locations for this service.
This method can be called in two ways:

* **List all public locations:** Use the path `GET /v1/locations`.
* **List project-visible locations:** Use the path
`GET /v1/projects/{project_id}/locations`. This may include public
locations as well as private or other locations specifically visible
to the project.
This method lists locations based on the resource scope provided in
the [ListLocationsRequest.name] field:

* **Global locations**: If `name` is empty, the method lists the
public locations available to all projects. * **Project-specific
locations**: If `name` follows the format
`projects/{project}`, the method lists locations visible to that
specific project. This includes public, private, or other
project-specific locations enabled for the project.

For gRPC and client library implementations, the resource name is
passed as the `name` field. For direct service calls, the resource
name is
incorporated into the request path based on the specific service
implementation and version.
*
* The async variant is {@see AutokeyAdminClient::listLocationsAsync()} .
*
Expand Down
21 changes: 15 additions & 6 deletions Kms/src/V1/Client/AutokeyClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -469,13 +469,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = []

/**
* Lists information about the supported locations for this service.
This method can be called in two ways:

* **List all public locations:** Use the path `GET /v1/locations`.
* **List project-visible locations:** Use the path
`GET /v1/projects/{project_id}/locations`. This may include public
locations as well as private or other locations specifically visible
to the project.
This method lists locations based on the resource scope provided in
the [ListLocationsRequest.name] field:

* **Global locations**: If `name` is empty, the method lists the
public locations available to all projects. * **Project-specific
locations**: If `name` follows the format
`projects/{project}`, the method lists locations visible to that
specific project. This includes public, private, or other
project-specific locations enabled for the project.

For gRPC and client library implementations, the resource name is
passed as the `name` field. For direct service calls, the resource
name is
incorporated into the request path based on the specific service
implementation and version.
*
* The async variant is {@see AutokeyClient::listLocationsAsync()} .
*
Expand Down
21 changes: 15 additions & 6 deletions Kms/src/V1/Client/EkmServiceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -538,13 +538,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = []

/**
* Lists information about the supported locations for this service.
This method can be called in two ways:

* **List all public locations:** Use the path `GET /v1/locations`.
* **List project-visible locations:** Use the path
`GET /v1/projects/{project_id}/locations`. This may include public
locations as well as private or other locations specifically visible
to the project.
This method lists locations based on the resource scope provided in
the [ListLocationsRequest.name] field:

* **Global locations**: If `name` is empty, the method lists the
public locations available to all projects. * **Project-specific
locations**: If `name` follows the format
`projects/{project}`, the method lists locations visible to that
specific project. This includes public, private, or other
project-specific locations enabled for the project.

For gRPC and client library implementations, the resource name is
passed as the `name` field. For direct service calls, the resource
name is
incorporated into the request path based on the specific service
implementation and version.
*
* The async variant is {@see EkmServiceClient::listLocationsAsync()} .
*
Expand Down
21 changes: 15 additions & 6 deletions Kms/src/V1/Client/HsmManagementClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -679,13 +679,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = []

/**
* Lists information about the supported locations for this service.
This method can be called in two ways:

* **List all public locations:** Use the path `GET /v1/locations`.
* **List project-visible locations:** Use the path
`GET /v1/projects/{project_id}/locations`. This may include public
locations as well as private or other locations specifically visible
to the project.
This method lists locations based on the resource scope provided in
the [ListLocationsRequest.name] field:

* **Global locations**: If `name` is empty, the method lists the
public locations available to all projects. * **Project-specific
locations**: If `name` follows the format
`projects/{project}`, the method lists locations visible to that
specific project. This includes public, private, or other
project-specific locations enabled for the project.

For gRPC and client library implementations, the resource name is
passed as the `name` field. For direct service calls, the resource
name is
incorporated into the request path based on the specific service
implementation and version.
*
* The async variant is {@see HsmManagementClient::listLocationsAsync()} .
*
Expand Down
21 changes: 15 additions & 6 deletions Kms/src/V1/Client/KeyManagementServiceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -1543,13 +1543,22 @@ public function getLocation(GetLocationRequest $request, array $callOptions = []

/**
* Lists information about the supported locations for this service.
This method can be called in two ways:

* **List all public locations:** Use the path `GET /v1/locations`.
* **List project-visible locations:** Use the path
`GET /v1/projects/{project_id}/locations`. This may include public
locations as well as private or other locations specifically visible
to the project.
This method lists locations based on the resource scope provided in
the [ListLocationsRequest.name] field:

* **Global locations**: If `name` is empty, the method lists the
public locations available to all projects. * **Project-specific
locations**: If `name` follows the format
`projects/{project}`, the method lists locations visible to that
specific project. This includes public, private, or other
project-specific locations enabled for the project.

For gRPC and client library implementations, the resource name is
passed as the `name` field. For direct service calls, the resource
name is
incorporated into the request path based on the specific service
implementation and version.
*
* The async variant is {@see KeyManagementServiceClient::listLocationsAsync()} .
*
Expand Down
16 changes: 16 additions & 0 deletions Kms/src/V1/CryptoKey.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 42 additions & 0 deletions Kms/src/V1/Digest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading