Google Cloud Discovery Engine V1 Client - Class FetchDomainVerificationStatusResponse (1.5.1)

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

Response message for SiteSearchEngineService.FetchDomainVerificationStatus method.

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

Namespace

Google \ Cloud \ DiscoveryEngine \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ target_sitesarray<TargetSite>

List of TargetSites containing the site verification status.

↳ next_page_tokenstring

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_sizeint

The total number of items matching the request. This will always be populated in the response.

getTargetSites

List of TargetSites containing the site verification status.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTargetSites

List of TargetSites containing the site verification status.

Parameter
NameDescription
vararray<TargetSite>
Returns
TypeDescription
$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.

Returns
TypeDescription
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.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getTotalSize

The total number of items matching the request.

This will always be populated in the response.

Returns
TypeDescription
int

setTotalSize

The total number of items matching the request.

This will always be populated in the response.

Parameter
NameDescription
varint
Returns
TypeDescription
$this