Google Cloud Dataplex V1 Client - Class SearchEntriesResponse (0.15.1)

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<Google\Cloud\Dataplex\V1\SearchEntriesResult>

The results matching the search query.

↳ total_size int

The estimated total number of matching entries. Not guaranteed to be accurate.

↳ next_page_token string

Pagination token.

↳ unreachable array

Unreachable locations. Search results don't include data from those 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<Google\Cloud\Dataplex\V1\SearchEntriesResult>
Returns
Type Description
$this

getTotalSize

The estimated total number of matching entries. Not guaranteed to be accurate.

Returns
Type Description
int

setTotalSize

The estimated total number of matching entries. Not guaranteed to be accurate.

Parameter
Name Description
var int
Returns
Type Description
$this

getNextPageToken

Pagination token.

Returns
Type Description
string

setNextPageToken

Pagination token.

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

Unreachable locations. Search results don't include data from those locations.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

Unreachable locations. Search results don't include data from those locations.

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