Google Cloud Discovery Engine V1 Client - Class BatchCreateTargetSitesResponse (0.11.1)

Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class BatchCreateTargetSitesResponse.

Response message for SiteSearchEngineService.BatchCreateTargetSites method.

Generated from protobuf message google.cloud.discoveryengine.v1.BatchCreateTargetSitesResponse

Namespace

Google \ Cloud \ DiscoveryEngine \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ target_sites array<Google\Cloud\DiscoveryEngine\V1\TargetSite>

TargetSites created.

getTargetSites

TargetSites created.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setTargetSites

TargetSites created.

Parameter
Name Description
var array<Google\Cloud\DiscoveryEngine\V1\TargetSite>
Returns
Type Description
$this