Google Cloud Discovery Engine V1 Client - Class FailureReason (1.2.0)

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

Details about why crawling failed for a particular CorpusType, e.g., DESKTOP and MOBILE crawling may fail for different reasons.

Generated from protobuf message google.cloud.discoveryengine.v1.RecrawlUrisResponse.FailureInfo.FailureReason

Namespace

Google \ Cloud \ DiscoveryEngine \ V1 \ RecrawlUrisResponse \ FailureInfo

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ corpus_typeint

DESKTOP, MOBILE, or CORPUS_TYPE_UNSPECIFIED.

↳ error_messagestring

Reason why the URI was not crawled.

getCorpusType

DESKTOP, MOBILE, or CORPUS_TYPE_UNSPECIFIED.

Returns
TypeDescription
int

setCorpusType

DESKTOP, MOBILE, or CORPUS_TYPE_UNSPECIFIED.

Parameter
NameDescription
varint
Returns
TypeDescription
$this

getErrorMessage

Reason why the URI was not crawled.

Returns
TypeDescription
string

setErrorMessage

Reason why the URI was not crawled.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this