Skip to content

Commit 332fb8f

Browse files
authored
Merge branch 'main' into v1.6512.0
2 parents 1125d9b + c0bd51e commit 332fb8f

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

packages_generated/file/src/v1alpha1/api.gen.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ export class API extends ParentAPI {
101101
)
102102

103103
/**
104-
* List all filesystems. Retrieve all filesystems in the specified region. Results are ordered by creation date in ascending order by default.
105-
Use the order_by parameter to modify the sorting behavior.
104+
* List all filesystems. Retrieve all filesystems in the specified region. By default, the filesystems listed are ordered by creation date in ascending order. This can be modified using the `order_by` field.
106105
*
107106
* @param request - The request {@link ListFileSystemsRequest}
108107
* @returns A Promise of ListFileSystemsResponse
@@ -134,8 +133,7 @@ Use the order_by parameter to modify the sorting behavior.
134133

135134
/**
136135
* List filesystems attachments. List all existing attachments in a specified region.
137-
By default, the attachments listed are ordered by creation date in ascending order.
138-
This can be modified using the `order_by` field.
136+
By default, the attachments listed are ordered by creation date in ascending order. This can be modified using the `order_by` field.
139137
*
140138
* @param request - The request {@link ListAttachmentsRequest}
141139
* @returns A Promise of ListAttachmentsResponse
@@ -144,7 +142,7 @@ This can be modified using the `order_by` field.
144142
enrichForPagination('attachments', this.pageOfListAttachments, request)
145143

146144
/**
147-
* Create a new filesystem. To create a new filesystem, you need to provide a name, a size, and a project ID.
145+
* Create a new filesystem. To create a new filesystem, you must specify a name, a size, and a project ID.
148146
*
149147
* @param request - The request {@link CreateFileSystemRequest}
150148
* @returns A Promise of FileSystem

packages_generated/file/src/v1alpha1/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export type ListFileSystemsRequest = {
220220
*/
221221
pageSize?: number
222222
/**
223-
* Filter the return filesystems by their names.
223+
* Filter the returned filesystems by their names.
224224
*/
225225
name?: string
226226
/**

0 commit comments

Comments
 (0)