File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/clients/src/api/secret/v1alpha1 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ export class API extends ParentAPI {
8787 )
8888
8989 /**
90- * Get metadata using the secret's name . Retrieve the metadata of a secret
91- * specified by the `region` and the `secret_name ` parameters.
90+ * Get metadata using the secret's ID . Retrieve the metadata of a secret
91+ * specified by the `region` and `secret_id ` parameters.
9292 *
9393 * @param request - The request {@link GetSecretRequest}
9494 * @returns A Promise of Secret
@@ -106,8 +106,8 @@ export class API extends ParentAPI {
106106 )
107107
108108 /**
109- * Get metadata using the secret's ID . Retrieve the metadata of a secret
110- * specified by the `region`, `secret_id` and `project_id ` parameters.
109+ * Get metadata using the secret's name . Retrieve the metadata of a secret
110+ * specified by the `region` and `secret_name ` parameters.
111111 *
112112 * @param request - The request {@link GetSecretByNameRequest}
113113 * @returns A Promise of Secret
You can’t perform that action at this time.
0 commit comments