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 \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ results
↳ 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.
setResults
The results matching the search query.
$this
getTotalSize
The estimated total number of matching entries. Not guaranteed to be accurate.
int
setTotalSize
The estimated total number of matching entries. Not guaranteed to be accurate.
var
int
$this
getNextPageToken
Pagination token.
string
setNextPageToken
Pagination token.
var
string
$this
getUnreachable
Unreachable locations. Search results don't include data from those locations.
setUnreachable
Unreachable locations. Search results don't include data from those locations.
var
string[]
$this