Class: Google::Cloud::DiscoveryEngine::V1::RecrawlUrisMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::RecrawlUrisMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/site_search_engine_service.rb
Overview
Metadata related to the progress of the SiteSearchEngineService.RecrawlUris operation. This will be returned by the google.longrunning.Operation.metadata field.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
Operation create time.
-
#invalid_uris ⇒ ::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 ⇒ ::Integer
Total number of URIs that have yet to be crawled.
-
#quota_exceeded_count ⇒ ::Integer
Total number of URIs that were rejected due to insufficient indexing resources.
-
#success_count ⇒ ::Integer
Total number of URIs that have been crawled so far.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
Operation last update time.
-
#valid_uris_count ⇒ ::Integer
Total number of unique URIs in the request that are not in invalid_uris.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns Operation create time.
435 436 437 438 |
# File 'proto_docs/google/cloud/discoveryengine/v1/site_search_engine_service.rb', line 435 class RecrawlUrisMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#invalid_uris ⇒ ::Array<::String>
Returns 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.
435 436 437 438 |
# File 'proto_docs/google/cloud/discoveryengine/v1/site_search_engine_service.rb', line 435 class RecrawlUrisMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pending_count ⇒ ::Integer
Returns Total number of URIs that have yet to be crawled.
435 436 437 438 |
# File 'proto_docs/google/cloud/discoveryengine/v1/site_search_engine_service.rb', line 435 class RecrawlUrisMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#quota_exceeded_count ⇒ ::Integer
Returns Total number of URIs that were rejected due to insufficient indexing resources.
435 436 437 438 |
# File 'proto_docs/google/cloud/discoveryengine/v1/site_search_engine_service.rb', line 435 class RecrawlUrisMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#success_count ⇒ ::Integer
Returns Total number of URIs that have been crawled so far.
435 436 437 438 |
# File 'proto_docs/google/cloud/discoveryengine/v1/site_search_engine_service.rb', line 435 class RecrawlUrisMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns Operation last update time. If the operation is done, this is also the finish time.
435 436 437 438 |
# File 'proto_docs/google/cloud/discoveryengine/v1/site_search_engine_service.rb', line 435 class RecrawlUrisMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#valid_uris_count ⇒ ::Integer
Returns Total number of unique URIs in the request that are not in invalid_uris.
435 436 437 438 |
# File 'proto_docs/google/cloud/discoveryengine/v1/site_search_engine_service.rb', line 435 class RecrawlUrisMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |