Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::RecrawlUrisMetadata (v0.11.0)

Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::RecrawlUrisMetadata.

Metadata related to the progress of the SiteSearchEngineService.RecrawlUris operation. This will be returned by the google.longrunning.Operation.metadata field.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#create_time=

def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#invalid_uris

def invalid_uris() -> ::Array<::String>
Returns
  • (::Array<::String>) — Unique URIs in the request that don't match any TargetSite in the DataStore, only match TargetSites that haven't been fully indexed, or match a TargetSite with type EXCLUDE.

#invalid_uris=

def invalid_uris=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Unique URIs in the request that don't match any TargetSite in the DataStore, only match TargetSites that haven't been fully indexed, or match a TargetSite with type EXCLUDE.
Returns
  • (::Array<::String>) — Unique URIs in the request that don't match any TargetSite in the DataStore, only match TargetSites that haven't been fully indexed, or match a TargetSite with type EXCLUDE.

#pending_count

def pending_count() -> ::Integer
Returns
  • (::Integer) — Total number of URIs that have yet to be crawled.

#pending_count=

def pending_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Total number of URIs that have yet to be crawled.
Returns
  • (::Integer) — Total number of URIs that have yet to be crawled.

#quota_exceeded_count

def quota_exceeded_count() -> ::Integer
Returns
  • (::Integer) — Total number of URIs that were rejected due to insufficient indexing resources.

#quota_exceeded_count=

def quota_exceeded_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Total number of URIs that were rejected due to insufficient indexing resources.
Returns
  • (::Integer) — Total number of URIs that were rejected due to insufficient indexing resources.

#success_count

def success_count() -> ::Integer
Returns
  • (::Integer) — Total number of URIs that have been crawled so far.

#success_count=

def success_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Total number of URIs that have been crawled so far.
Returns
  • (::Integer) — Total number of URIs that have been crawled so far.

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns

#update_time=

def update_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#valid_uris_count

def valid_uris_count() -> ::Integer
Returns
  • (::Integer) — Total number of unique URIs in the request that are not in invalid_uris.

#valid_uris_count=

def valid_uris_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Total number of unique URIs in the request that are not in invalid_uris.
Returns
  • (::Integer) — Total number of unique URIs in the request that are not in invalid_uris.