Class: Google::Cloud::DiscoveryEngine::V1::RecrawlUrisResponse::FailureInfo::FailureReason

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/site_search_engine_service.rb

Overview

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

Defined Under Namespace

Modules: CorpusType

Instance Attribute Summary collapse

Instance Attribute Details

#corpus_type::Google::Cloud::DiscoveryEngine::V1::RecrawlUrisResponse::FailureInfo::FailureReason::CorpusType

Returns DESKTOP, MOBILE, or CORPUS_TYPE_UNSPECIFIED.



387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
# File 'proto_docs/google/cloud/discoveryengine/v1/site_search_engine_service.rb', line 387

class FailureReason
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # CorpusType for the failed crawling operation.
  module CorpusType
    # Default value.
    CORPUS_TYPE_UNSPECIFIED = 0

    # Denotes a crawling attempt for the desktop version of a page.
    DESKTOP = 1

    # Denotes a crawling attempt for the mobile version of a page.
    MOBILE = 2
  end
end

#error_message::String

Returns Reason why the URI was not crawled.

Returns:

  • (::String)

    Reason why the URI was not crawled.



387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
# File 'proto_docs/google/cloud/discoveryengine/v1/site_search_engine_service.rb', line 387

class FailureReason
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # CorpusType for the failed crawling operation.
  module CorpusType
    # Default value.
    CORPUS_TYPE_UNSPECIFIED = 0

    # Denotes a crawling attempt for the desktop version of a page.
    DESKTOP = 1

    # Denotes a crawling attempt for the mobile version of a page.
    MOBILE = 2
  end
end