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
#### dataform:v1
The following keys were changed:
- endpoints (Total Keys: 1)
#### dataform:v1beta1
The following keys were changed:
- endpoints (Total Keys: 1)
Copy file name to clipboardExpand all lines: docs/dyn/dataform_v1.projects.locations.folders.html
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ <h3>Method Details</h3>
126
126
The object takes the form of:
127
127
128
128
{ # Represents a Dataform Folder. This is a resource that is used to organize Files and other Folders and provide hierarchical access controls.
129
-
"containingFolder": "A String", # Optional. The containing Folder resource name. This should take the format: projects/{project}/locations/{location}/folders/{folder}, projects/{project}/locations/{location}/teamFolders/{teamFolder}, or just projects/{project}/locations/{location} if this is a root Folder. This field can only be updated through MoveFolder.
129
+
"containingFolder": "A String", # Optional. The containing Folder resource name. This should take the format: projects/{project}/locations/{location}/folders/{folder}, projects/{project}/locations/{location}/teamFolders/{teamFolder}, or just "" if this is a root Folder. This field can only be updated through MoveFolder.
130
130
"createTime": "A String", # Output only. The timestamp of when the Folder was created.
131
131
"creatorIamPrincipal": "A String", # Output only. The IAM principal identifier of the creator of the Folder.
132
132
"displayName": "A String", # Required. The Folder's user-friendly name.
@@ -145,7 +145,7 @@ <h3>Method Details</h3>
145
145
An object of the form:
146
146
147
147
{ # Represents a Dataform Folder. This is a resource that is used to organize Files and other Folders and provide hierarchical access controls.
148
-
"containingFolder": "A String", # Optional. The containing Folder resource name. This should take the format: projects/{project}/locations/{location}/folders/{folder}, projects/{project}/locations/{location}/teamFolders/{teamFolder}, or just projects/{project}/locations/{location} if this is a root Folder. This field can only be updated through MoveFolder.
148
+
"containingFolder": "A String", # Optional. The containing Folder resource name. This should take the format: projects/{project}/locations/{location}/folders/{folder}, projects/{project}/locations/{location}/teamFolders/{teamFolder}, or just "" if this is a root Folder. This field can only be updated through MoveFolder.
149
149
"createTime": "A String", # Output only. The timestamp of when the Folder was created.
150
150
"creatorIamPrincipal": "A String", # Output only. The IAM principal identifier of the creator of the Folder.
151
151
"displayName": "A String", # Required. The Folder's user-friendly name.
@@ -231,7 +231,7 @@ <h3>Method Details</h3>
231
231
An object of the form:
232
232
233
233
{ # Represents a Dataform Folder. This is a resource that is used to organize Files and other Folders and provide hierarchical access controls.
234
-
"containingFolder": "A String", # Optional. The containing Folder resource name. This should take the format: projects/{project}/locations/{location}/folders/{folder}, projects/{project}/locations/{location}/teamFolders/{teamFolder}, or just projects/{project}/locations/{location} if this is a root Folder. This field can only be updated through MoveFolder.
234
+
"containingFolder": "A String", # Optional. The containing Folder resource name. This should take the format: projects/{project}/locations/{location}/folders/{folder}, projects/{project}/locations/{location}/teamFolders/{teamFolder}, or just "" if this is a root Folder. This field can only be updated through MoveFolder.
235
235
"createTime": "A String", # Output only. The timestamp of when the Folder was created.
236
236
"creatorIamPrincipal": "A String", # Output only. The IAM principal identifier of the creator of the Folder.
237
237
"displayName": "A String", # Required. The Folder's user-friendly name.
@@ -329,7 +329,7 @@ <h3>Method Details</h3>
329
329
The object takes the form of:
330
330
331
331
{ # Represents a Dataform Folder. This is a resource that is used to organize Files and other Folders and provide hierarchical access controls.
332
-
"containingFolder": "A String", # Optional. The containing Folder resource name. This should take the format: projects/{project}/locations/{location}/folders/{folder}, projects/{project}/locations/{location}/teamFolders/{teamFolder}, or just projects/{project}/locations/{location} if this is a root Folder. This field can only be updated through MoveFolder.
332
+
"containingFolder": "A String", # Optional. The containing Folder resource name. This should take the format: projects/{project}/locations/{location}/folders/{folder}, projects/{project}/locations/{location}/teamFolders/{teamFolder}, or just "" if this is a root Folder. This field can only be updated through MoveFolder.
333
333
"createTime": "A String", # Output only. The timestamp of when the Folder was created.
334
334
"creatorIamPrincipal": "A String", # Output only. The IAM principal identifier of the creator of the Folder.
335
335
"displayName": "A String", # Required. The Folder's user-friendly name.
@@ -349,7 +349,7 @@ <h3>Method Details</h3>
349
349
An object of the form:
350
350
351
351
{ # Represents a Dataform Folder. This is a resource that is used to organize Files and other Folders and provide hierarchical access controls.
352
-
"containingFolder": "A String", # Optional. The containing Folder resource name. This should take the format: projects/{project}/locations/{location}/folders/{folder}, projects/{project}/locations/{location}/teamFolders/{teamFolder}, or just projects/{project}/locations/{location} if this is a root Folder. This field can only be updated through MoveFolder.
352
+
"containingFolder": "A String", # Optional. The containing Folder resource name. This should take the format: projects/{project}/locations/{location}/folders/{folder}, projects/{project}/locations/{location}/teamFolders/{teamFolder}, or just "" if this is a root Folder. This field can only be updated through MoveFolder.
353
353
"createTime": "A String", # Output only. The timestamp of when the Folder was created.
354
354
"creatorIamPrincipal": "A String", # Output only. The IAM principal identifier of the creator of the Folder.
355
355
"displayName": "A String", # Required. The Folder's user-friendly name.
@@ -365,9 +365,9 @@ <h3>Method Details</h3>
365
365
<pre>Returns the contents of a given Folder.
366
366
367
367
Args:
368
-
folder: string, Required. Name of the folder whose contents to list. Format: projects/*/locations/*/folders/* (required)
369
-
filter: string, Optional. Optional filtering for the returned list. Filtering is currently only supported on the `display_name` field. Example: - `filter="display_name="MyFolder""`
370
-
orderBy: string, Optional. Field to additionally sort results by. Will order Folders before Repositories, and then by `order_by` in ascending order. Supported keywords: display_name (default), create_time, last_modified_time. Examples: - `orderBy="display_name"` - `orderBy="display_name desc"`
368
+
folder: string, Required. Resource name of the Folder to list contents for. Format: projects/*/locations/*/folders/* (required)
369
+
filter: string, Optional. Optional filtering for the returned list. Filtering is currently only supported on the `display_name` field. Example: * `filter="display_name="MyFolder""`
370
+
orderBy: string, Optional. Field to additionally sort results by. Will order Folders before Repositories, and then by `order_by` in ascending order. Supported keywords: display_name (default), create_time, last_modified_time. Examples: * `orderBy="display_name"` * `orderBy="display_name desc"`
371
371
pageSize: integer, Optional. Maximum number of paths to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
372
372
pageToken: string, Optional. Page token received from a previous `QueryFolderContents` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `QueryFolderContents`, with the exception of `page_size`, must match the call that provided the page token.
373
373
x__xgafv: string, V1 error format.
@@ -382,7 +382,7 @@ <h3>Method Details</h3>
382
382
"entries": [ # List of entries in the folder.
383
383
{ # Represents a single content entry.
384
384
"folder": { # Represents a Dataform Folder. This is a resource that is used to organize Files and other Folders and provide hierarchical access controls. # A subfolder.
385
-
"containingFolder": "A String", # Optional. The containing Folder resource name. This should take the format: projects/{project}/locations/{location}/folders/{folder}, projects/{project}/locations/{location}/teamFolders/{teamFolder}, or just projects/{project}/locations/{location} if this is a root Folder. This field can only be updated through MoveFolder.
385
+
"containingFolder": "A String", # Optional. The containing Folder resource name. This should take the format: projects/{project}/locations/{location}/folders/{folder}, projects/{project}/locations/{location}/teamFolders/{teamFolder}, or just "" if this is a root Folder. This field can only be updated through MoveFolder.
386
386
"createTime": "A String", # Output only. The timestamp of when the Folder was created.
387
387
"creatorIamPrincipal": "A String", # Output only. The IAM principal identifier of the creator of the Folder.
388
388
"displayName": "A String", # Required. The Folder's user-friendly name.
@@ -400,7 +400,7 @@ <h3>Method Details</h3>
400
400
"displayName": "A String", # Optional. The repository's user-friendly name.
401
401
"gitRemoteSettings": { # Controls Git remote configuration for a repository. # Optional. If set, configures this repository to be linked to a Git remote.
402
402
"authenticationTokenSecretVersion": "A String", # Optional. The name of the Secret Manager secret version to use as an authentication token for Git operations. Must be in the format `projects/*/secrets/*/versions/*`.
"defaultBranch": "A String", # Required. The Git remote's default branch name. If not set, `main` will be used and stored for the repository.
404
404
"sshAuthenticationConfig": { # Configures fields for performing SSH authentication. # Optional. Authentication fields for remote uris using SSH protocol.
405
405
"hostPublicKey": "A String", # Required. Content of a public SSH key to verify an identity of a remote Git host.
406
406
"userPrivateKeySecretVersion": "A String", # Required. The name of the Secret Manager secret version to use as a ssh private key for Git operations. Must be in the format `projects/*/secrets/*/versions/*`.
Copy file name to clipboardExpand all lines: docs/dyn/dataform_v1.projects.locations.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -227,9 +227,9 @@ <h3>Method Details</h3>
227
227
<pre>Returns the contents of a caller's root folder in a given location. The root folder contains all resources that are created by the user and not contained in any other folder.
228
228
229
229
Args:
230
-
location: string, Required. Location of the user root folder whose contents to list. Format: projects/*/locations/* (required)
231
-
filter: string, Optional. Optional filtering for the returned list. Filtering is currently only supported on the `display_name` field. Example: - `filter="display_name="MyFolder""`
232
-
orderBy: string, Optional. Field to additionally sort results by. Will order Folders before Repositories, and then by `order_by` in ascending order. Supported keywords: display_name (default), created_at, last_modified_at. Examples: - `orderBy="display_name"` - `orderBy="display_name desc"`
230
+
location: string, Required. Location of the user root folder to list contents for. Format: projects/*/locations/* (required)
231
+
filter: string, Optional. Optional filtering for the returned list. Filtering is currently only supported on the `display_name` field. Example: * `filter="display_name="MyFolder""`
232
+
orderBy: string, Optional. Field to additionally sort results by. Will order Folders before Repositories, and then by `order_by` in ascending order. Supported keywords: display_name (default), created_at, last_modified_at. Examples: * `orderBy="display_name"` * `orderBy="display_name desc"`
233
233
pageSize: integer, Optional. Maximum number of paths to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
234
234
pageToken: string, Optional. Page token received from a previous `QueryUserRootContents` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `QueryUserRootFolderContents`, with the exception of `page_size`, must match the call that provided the page token.
235
235
x__xgafv: string, V1 error format.
@@ -244,7 +244,7 @@ <h3>Method Details</h3>
244
244
"entries": [ # List of entries in the folder.
245
245
{ # Represents a single content entry.
246
246
"folder": { # Represents a Dataform Folder. This is a resource that is used to organize Files and other Folders and provide hierarchical access controls. # A subfolder.
247
-
"containingFolder": "A String", # Optional. The containing Folder resource name. This should take the format: projects/{project}/locations/{location}/folders/{folder}, projects/{project}/locations/{location}/teamFolders/{teamFolder}, or just projects/{project}/locations/{location} if this is a root Folder. This field can only be updated through MoveFolder.
247
+
"containingFolder": "A String", # Optional. The containing Folder resource name. This should take the format: projects/{project}/locations/{location}/folders/{folder}, projects/{project}/locations/{location}/teamFolders/{teamFolder}, or just "" if this is a root Folder. This field can only be updated through MoveFolder.
248
248
"createTime": "A String", # Output only. The timestamp of when the Folder was created.
249
249
"creatorIamPrincipal": "A String", # Output only. The IAM principal identifier of the creator of the Folder.
250
250
"displayName": "A String", # Required. The Folder's user-friendly name.
@@ -262,7 +262,7 @@ <h3>Method Details</h3>
262
262
"displayName": "A String", # Optional. The repository's user-friendly name.
263
263
"gitRemoteSettings": { # Controls Git remote configuration for a repository. # Optional. If set, configures this repository to be linked to a Git remote.
264
264
"authenticationTokenSecretVersion": "A String", # Optional. The name of the Secret Manager secret version to use as an authentication token for Git operations. Must be in the format `projects/*/secrets/*/versions/*`.
"defaultBranch": "A String", # Required. The Git remote's default branch name. If not set, `main` will be used and stored for the repository.
266
266
"sshAuthenticationConfig": { # Configures fields for performing SSH authentication. # Optional. Authentication fields for remote uris using SSH protocol.
267
267
"hostPublicKey": "A String", # Required. Content of a public SSH key to verify an identity of a remote Git host.
268
268
"userPrivateKeySecretVersion": "A String", # Required. The name of the Secret Manager secret version to use as a ssh private key for Git operations. Must be in the format `projects/*/secrets/*/versions/*`.
0 commit comments