Dataform v1beta1 API - Class SearchFilesRequest (1.0.0-beta08)

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

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

Configuration containing file search request parameters.

Inheritance

object > SearchFilesRequest

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

SearchFilesRequest()

public SearchFilesRequest()

SearchFilesRequest(SearchFilesRequest)

public SearchFilesRequest(SearchFilesRequest other)
Parameter
Name Description
other SearchFilesRequest

Properties

Filter

public string Filter { get; set; }

Optional. Optional filter for the returned list in filtering format. Filtering is only currently supported on the path field. See https://google.aip.dev/160 for details.

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

Optional. Maximum number of search results 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 SearchFilesRequest call. Provide this to retrieve the subsequent page.

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

Property Value
Type Description
string

Workspace

public string Workspace { get; set; }

Required. The workspace's name.

Property Value
Type Description
string

WorkspaceAsWorkspaceName

public WorkspaceName WorkspaceAsWorkspaceName { get; set; }

WorkspaceName-typed view over the Workspace resource name property.

Property Value
Type Description
WorkspaceName