Skip to content
Merged
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
8 changes: 4 additions & 4 deletions packages/clients/src/api/secret/v1alpha1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ export class API extends ParentAPI {
)

/**
* Get metadata using the secret's name. Retrieve the metadata of a secret
* specified by the `region` and the `secret_name` parameters.
* Get metadata using the secret's ID. Retrieve the metadata of a secret
* specified by the `region` and `secret_id` parameters.
*
* @param request - The request {@link GetSecretRequest}
* @returns A Promise of Secret
Expand All @@ -106,8 +106,8 @@ export class API extends ParentAPI {
)

/**
* Get metadata using the secret's ID. Retrieve the metadata of a secret
* specified by the `region`, `secret_id` and `project_id` parameters.
* Get metadata using the secret's name. Retrieve the metadata of a secret
* specified by the `region` and `secret_name` parameters.
*
* @param request - The request {@link GetSecretByNameRequest}
* @returns A Promise of Secret
Expand Down