public sealed class QueryFolderContentsRequest : IMessage<QueryFolderContentsRequest>, IEquatable<QueryFolderContentsRequest>, IDeepCloneable<QueryFolderContentsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Dataform v1beta1 API class QueryFolderContentsRequest.
QueryFolderContents request message.
Implements
IMessageQueryFolderContentsRequest, IEquatableQueryFolderContentsRequest, IDeepCloneableQueryFolderContentsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
QueryFolderContentsRequest()
public QueryFolderContentsRequest()QueryFolderContentsRequest(QueryFolderContentsRequest)
public QueryFolderContentsRequest(QueryFolderContentsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
QueryFolderContentsRequest |
Properties
Filter
public string Filter { get; set; }Optional. Optional filtering for the returned list. Filtering is currently
only supported on the display_name field.
Example:
filter="display_name="MyFolder""
| Property Value | |
|---|---|
| Type | Description |
string |
|
Folder
public string Folder { get; set; }Required. Name of the folder whose contents to list. Format: projects//locations//folders/*
| Property Value | |
|---|---|
| Type | Description |
string |
|
FolderAsFolderName
public FolderName FolderAsFolderName { get; set; }FolderName-typed view over the Folder resource name property.
| Property Value | |
|---|---|
| Type | Description |
FolderName |
|
OrderBy
public string OrderBy { get; set; }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"
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Optional. Maximum number of paths to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|