Google Cloud Dataform V1 Client - Class SearchTeamFoldersResponse (0.11.0)

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

SearchTeamFolders response message.

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

Namespace

Google \ Cloud \ Dataform \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ results array<SearchTeamFoldersResponse\TeamFolderSearchResult>

List of TeamFolders that match the search query.

↳ next_page_token string

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

getResults

List of TeamFolders that match the search query.

Returns
Type Description
Google\Protobuf\RepeatedField<SearchTeamFoldersResponse\TeamFolderSearchResult>

setResults

List of TeamFolders that match the search query.

Parameter
Name Description
var array<SearchTeamFoldersResponse\TeamFolderSearchResult>
Returns
Type Description
$this

getNextPageToken

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

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