Dataform v1 API - Class SearchTeamFoldersRequest (1.0.0-beta04)

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

Reference documentation and code samples for the Dataform v1 API class SearchTeamFoldersRequest.

SearchTeamFolders request message.

Inheritance

object > SearchTeamFoldersRequest

Namespace

Google.Cloud.Dataform.V1

Assembly

Google.Cloud.Dataform.V1.dll

Constructors

SearchTeamFoldersRequest()

public SearchTeamFoldersRequest()

SearchTeamFoldersRequest(SearchTeamFoldersRequest)

public SearchTeamFoldersRequest(SearchTeamFoldersRequest other)
Parameter
Name Description
other SearchTeamFoldersRequest

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 in which to query TeamFolders. 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. 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 TeamFolders to return. The server may return fewer items than requested. If unspecified, the server will pick a default of page_size = 50.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. Page token received from a previous SearchTeamFolders call. Provide this to retrieve the subsequent page.

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

Property Value
Type Description
string