Google Cloud Dataplex V1 Client - Class SearchEntriesResponse (1.1.0)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class SearchEntriesResponse.

Generated from protobuf message google.cloud.dataplex.v1.SearchEntriesResponse

Namespace

Google \ Cloud \ Dataplex \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ results array<SearchEntriesResult>

The results matching the search query.

↳ total_size int

The estimated total number of matching entries. This number isn't guaranteed to be accurate.

↳ next_page_token string

Token to retrieve the next page of results, or empty if there are no more results in the list.

↳ unreachable array

Locations that the service couldn't reach. Search results don't include data from these locations.

getResults

The results matching the search query.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setResults

The results matching the search query.

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

getTotalSize

The estimated total number of matching entries. This number isn't guaranteed to be accurate.

Returns
Type Description
int

setTotalSize

The estimated total number of matching entries. This number isn't guaranteed to be accurate.

Parameter
Name Description
var int
Returns
Type Description
$this

getNextPageToken

Token to retrieve the next page of results, or empty if there are no more results in the list.

Returns
Type Description
string

setNextPageToken

Token to retrieve the next page of results, or empty if there are no more results in the list.

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

Locations that the service couldn't reach. Search results don't include data from these locations.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that the service couldn't reach. Search results don't include data from these locations.

Parameter
Name Description
var string[]
Returns
Type Description
$this