Dataform v1beta1 API - Class QueryUserRootContentsRequest (1.0.0-beta11)

public sealed class QueryUserRootContentsRequest : IMessage<QueryUserRootContentsRequest>, IEquatable<QueryUserRootContentsRequest>, IDeepCloneable<QueryUserRootContentsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Dataform v1beta1 API class QueryUserRootContentsRequest.

QueryUserRootContents request message.

Inheritance

object > QueryUserRootContentsRequest

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

QueryUserRootContentsRequest()

public QueryUserRootContentsRequest()

QueryUserRootContentsRequest(QueryUserRootContentsRequest)

public QueryUserRootContentsRequest(QueryUserRootContentsRequest other)
Parameter
Name Description
other QueryUserRootContentsRequest

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

Location

public string Location { get; set; }

Required. Location of the user root folder whose contents to list. Format: projects//locations/

Property Value
Type Description
string

LocationAsLocationName

public LocationName LocationAsLocationName { get; set; }

LocationName-typed view over the Location resource name property.

Property Value
Type Description
LocationName

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), created_at, last_modified_at. 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 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.

Property Value
Type Description
string