You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages_generated/file/src/v1alpha1/api.gen.ts
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -101,8 +101,7 @@ export class API extends ParentAPI {
101
101
)
102
102
103
103
/**
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.
106
105
*
107
106
* @param request - The request {@link ListFileSystemsRequest}
108
107
* @returns A Promise of ListFileSystemsResponse
@@ -134,8 +133,7 @@ Use the order_by parameter to modify the sorting behavior.
134
133
135
134
/**
136
135
* 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.
139
137
*
140
138
* @param request - The request {@link ListAttachmentsRequest}
141
139
* @returns A Promise of ListAttachmentsResponse
@@ -144,7 +142,7 @@ This can be modified using the `order_by` field.
0 commit comments