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

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

CorpusType for the failed crawling operation.

Protobuf type google.cloud.discoveryengine.v1.RecrawlUrisResponse.FailureInfo.FailureReason.CorpusType

Namespace

Google \ Cloud \ DiscoveryEngine \ V1 \ RecrawlUrisResponse \ FailureInfo \ FailureReason

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CORPUS_TYPE_UNSPECIFIED

Value: 0

Default value.

Generated from protobuf enum CORPUS_TYPE_UNSPECIFIED = 0;

DESKTOP

Value: 1

Denotes a crawling attempt for the desktop version of a page.

Generated from protobuf enum DESKTOP = 1;

MOBILE

Value: 2

Denotes a crawling attempt for the mobile version of a page.

Generated from protobuf enum MOBILE = 2;