Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class ListTargetSitesResponse.
Response message for SiteSearchEngineService.ListTargetSites method.
Generated from protobuf message google.cloud.discoveryengine.v1.ListTargetSitesResponse
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ target_sites
↳ next_page_token
string
A token that can be sent as page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
↳ total_size
int
The total number of items matching the request. This will always be populated in the response.
getTargetSites
List of TargetSites.
setTargetSites
List of TargetSites.
$this
getNextPageToken
A token that can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string
setNextPageToken
A token that can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
var
string
$this
getTotalSize
The total number of items matching the request.
This will always be populated in the response.
int
setTotalSize
The total number of items matching the request.
This will always be populated in the response.
var
int
$this