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. 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.
setResults
The results matching the search query.
$this
getTotalSize
The estimated total number of matching entries. This number isn't guaranteed to be accurate.
int
setTotalSize
The estimated total number of matching entries. This number isn't guaranteed to be accurate.
var
int
$this
getNextPageToken
Token to retrieve the next page of results, or empty if there are no more results in the list.
string
setNextPageToken
Token to retrieve the next page of results, or empty if there are no more results in the list.
var
string
$this
getUnreachable
Locations that the service couldn't reach. Search results don't include data from these locations.
setUnreachable
Locations that the service couldn't reach. Search results don't include data from these locations.
var
string[]
$this