Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class SearchFilesResponse.
Client-facing representation of a file search response.
Generated from protobuf message google.cloud.dataform.v1beta1.SearchFilesResponse
Namespace
Google \ Cloud \ Dataform \ V1beta1Methods
__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 |
getSearchResults
List of matched results.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
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 |