Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::RecrawlUrisMetadata (v0.16.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 have invalid format. Sample limited to 1000.

#invalid_uris=

def invalid_uris=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Unique URIs in the request that have invalid format. Sample limited to 1000.
Returns
  • (::Array<::String>) — Unique URIs in the request that have invalid format. Sample limited to 1000.

#invalid_uris_count

def invalid_uris_count() -> ::Integer
Returns
  • (::Integer) — Total number of unique URIs in the request that have invalid format.

#invalid_uris_count=

def invalid_uris_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Total number of unique URIs in the request that have invalid format.
Returns
  • (::Integer) — Total number of unique URIs in the request that have invalid format.

#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

#uris_not_matching_target_sites

def uris_not_matching_target_sites() -> ::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. Sample limited to 1000.

#uris_not_matching_target_sites=

def uris_not_matching_target_sites=(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. Sample limited to 1000.
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. Sample limited to 1000.

#uris_not_matching_target_sites_count

def uris_not_matching_target_sites_count() -> ::Integer
Returns
  • (::Integer) — Total number of URIs that don't match any TargetSites.

#uris_not_matching_target_sites_count=

def uris_not_matching_target_sites_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Total number of URIs that don't match any TargetSites.
Returns
  • (::Integer) — Total number of URIs that don't match any TargetSites.

#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.