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
46 changes: 16 additions & 30 deletions packages/clients/src/api/function/v1beta1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ const jsonContentHeaders = {

/**
* Serverless Functions API.
*
* This API allows you to manage your Serverless Functions.

This API allows you to manage your Serverless Functions.
*/
export class API extends ParentAPI {
/** Lists the available regions of the API. */
Expand Down Expand Up @@ -134,8 +134,7 @@ export class API extends ParentAPI {
)

/**
* List all your namespaces. List all existing namespaces in the specified
* region.
* List all your namespaces. List all existing namespaces in the specified region.
*
* @param request - The request {@link ListNamespacesRequest}
* @returns A Promise of ListNamespacesResponse
Expand Down Expand Up @@ -181,8 +180,7 @@ export class API extends ParentAPI {
)

/**
* Create a new namespace. Create a new namespace in a specified Organization
* or Project.
* Create a new namespace. Create a new namespace in a specified Organization or Project.
*
* @param request - The request {@link CreateNamespaceRequest}
* @returns A Promise of Namespace
Expand All @@ -201,8 +199,7 @@ export class API extends ParentAPI {
)

/**
* Update an existing namespace. Update the namespace associated with the
* specified ID.
* Update an existing namespace. Update the namespace associated with the specified ID.
*
* @param request - The request {@link UpdateNamespaceRequest}
* @returns A Promise of Namespace
Expand All @@ -221,8 +218,7 @@ export class API extends ParentAPI {
)

/**
* Delete an existing namespace. Delete the namespace associated with the
* specified ID.
* Delete an existing namespace. Delete the namespace associated with the specified ID.
*
* @param request - The request {@link DeleteNamespaceRequest}
* @returns A Promise of Namespace
Expand Down Expand Up @@ -304,8 +300,7 @@ export class API extends ParentAPI {
)

/**
* Create a new function. Create a new function in the specified region for a
* specified Organization or Project.
* Create a new function. Create a new function in the specified region for a specified Organization or Project.
*
* @param request - The request {@link CreateFunctionRequest}
* @returns A Promise of Function
Expand All @@ -324,8 +319,7 @@ export class API extends ParentAPI {
)

/**
* Update an existing function. Update the function associated with the
* specified ID.
* Update an existing function. Update the function associated with the specified ID.
*
* @param request - The request {@link UpdateFunctionRequest}
* @returns A Promise of Function
Expand Down Expand Up @@ -393,8 +387,7 @@ export class API extends ParentAPI {
)

/**
* Get an upload URL of a function. Get an upload URL of a function associated
* with the specified ID.
* Get an upload URL of a function. Get an upload URL of a function associated with the specified ID.
*
* @param request - The request {@link GetFunctionUploadURLRequest}
* @returns A Promise of UploadURL
Expand All @@ -410,8 +403,7 @@ export class API extends ParentAPI {
)

/**
* Get a download URL of a function. Get a download URL for a function
* associated with the specified ID.
* Get a download URL of a function. Get a download URL for a function associated with the specified ID.
*
* @param request - The request {@link GetFunctionDownloadURLRequest}
* @returns A Promise of DownloadURL
Expand Down Expand Up @@ -490,8 +482,7 @@ export class API extends ParentAPI {
)

/**
* Create a new cron. Create a new cronjob for a function with the specified
* ID.
* Create a new cron. Create a new cronjob for a function with the specified ID.
*
* @param request - The request {@link CreateCronRequest}
* @returns A Promise of Cron
Expand Down Expand Up @@ -562,8 +553,7 @@ export class API extends ParentAPI {
)

/**
* List all domain name bindings. List all domain name bindings in a specified
* region.
* List all domain name bindings. List all domain name bindings in a specified region.
*
* @param request - The request {@link ListDomainsRequest}
* @returns A Promise of ListDomainsResponse
Expand All @@ -572,8 +562,7 @@ export class API extends ParentAPI {
enrichForPagination('domains', this.pageOfListDomains, request)

/**
* Get a domain name binding. Get a domain name binding for the function with
* the specified ID.
* Get a domain name binding. Get a domain name binding for the function with the specified ID.
*
* @param request - The request {@link GetDomainRequest}
* @returns A Promise of Domain
Expand Down Expand Up @@ -610,8 +599,7 @@ export class API extends ParentAPI {
)

/**
* Create a domain name binding. Create a domain name binding for the function
* with the specified ID.
* Create a domain name binding. Create a domain name binding for the function with the specified ID.
*
* @param request - The request {@link CreateDomainRequest}
* @returns A Promise of Domain
Expand All @@ -630,8 +618,7 @@ export class API extends ParentAPI {
)

/**
* Delete a domain name binding. Delete a domain name binding for the function
* with the specified ID.
* Delete a domain name binding. Delete a domain name binding for the function with the specified ID.
*
* @param request - The request {@link DeleteDomainRequest}
* @returns A Promise of Domain
Expand Down Expand Up @@ -831,8 +818,7 @@ export class API extends ParentAPI {
)

/**
* List all triggers. List all triggers belonging to a specified Organization
* or Project.
* List all triggers. List all triggers belonging to a specified Organization or Project.
*
* @param request - The request {@link ListTriggersRequest}
* @returns A Promise of ListTriggersResponse
Expand Down
Loading
Loading