Skip to content
Merged
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
3 changes: 2 additions & 1 deletion packages_generated/container/src/v1beta1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -569,8 +569,9 @@ This behavior can be changed by setting the `redeploy` field to `false` in the r


/**
* Create a new revocable token.
* Create a new revocable token. Deprecated in favor of IAM authentication.
*
* @deprecated
* @param request - The request {@link CreateTokenRequest}
* @returns A Promise of Token
*/
Expand Down
3 changes: 2 additions & 1 deletion packages_generated/function/src/v1beta1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -629,8 +629,9 @@ This behavior can be changed by setting the `redeploy` field to `false` in the r


/**
* Create a new revocable token.
* Create a new revocable token. Deprecated in favor of IAM authentication.
*
* @deprecated
* @param request - The request {@link CreateTokenRequest}
* @returns A Promise of Token
*/
Expand Down
Loading