Dataform v1beta1 API - Class QueryTeamFolderContentsRequest (1.0.0-beta11)

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

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

QueryTeamFolderContents request message.

Inheritance

object > QueryTeamFolderContentsRequest

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

QueryTeamFolderContentsRequest()

public QueryTeamFolderContentsRequest()

QueryTeamFolderContentsRequest(QueryTeamFolderContentsRequest)

public QueryTeamFolderContentsRequest(QueryTeamFolderContentsRequest other)
Parameter
Name Description
other QueryTeamFolderContentsRequest

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

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 QueryTeamFolderContents call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to QueryTeamFolderContents, with the exception of page_size, must match the call that provided the page token.

Property Value
Type Description
string

TeamFolder

public string TeamFolder { get; set; }

Required. Name of the team_folder whose contents to list. Format: projects/*/locations/*/teamFolders/*.

Property Value
Type Description
string

TeamFolderAsTeamFolderName

public TeamFolderName TeamFolderAsTeamFolderName { get; set; }

TeamFolderName-typed view over the TeamFolder resource name property.

Property Value
Type Description
TeamFolderName