Dataform V1beta1 API - Class Google::Cloud::Dataform::V1beta1::SearchFilesRequest (v0.11.0)

Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::SearchFilesRequest.

Configuration containing file search request parameters.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — 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.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — 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.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.
Returns
  • (::Integer) — 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.

#page_token

def page_token() -> ::String
Returns
  • (::String) — 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.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — 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.

Returns
  • (::String) — 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.

#workspace

def workspace() -> ::String
Returns
  • (::String) — Required. The workspace's name.

#workspace=

def workspace=(value) -> ::String
Parameter
  • value (::String) — Required. The workspace's name.
Returns
  • (::String) — Required. The workspace's name.