Google Cloud Dataform V1 Client - Class SearchFilesResponse (0.10.1)

Reference documentation and code samples for the Google Cloud Dataform V1 Client class SearchFilesResponse.

Client-facing representation of a file search response.

Generated from protobuf message google.cloud.dataform.v1.SearchFilesResponse

Namespace

Google \ Cloud \ Dataform \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ search_results array<SearchResult>

List of matched results.

↳ next_page_token string

Optional. A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getSearchResults

List of matched results.

Returns
Type Description
Google\Protobuf\RepeatedField<SearchResult>

setSearchResults

List of matched results.

Parameter
Name Description
var array<SearchResult>
Returns
Type Description
$this

getNextPageToken

Optional. A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns
Type Description
string

setNextPageToken

Optional. A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this