Class: Google::Cloud::DiscoveryEngine::V1beta::RecrawlUrisMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/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

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp

Returns Operation create time.

Returns:



438
439
440
441
# File 'proto_docs/google/cloud/discoveryengine/v1beta/site_search_engine_service.rb', line 438

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.

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.



438
439
440
441
# File 'proto_docs/google/cloud/discoveryengine/v1beta/site_search_engine_service.rb', line 438

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.

Returns:

  • (::Integer)

    Total number of URIs that have yet to be crawled.



438
439
440
441
# File 'proto_docs/google/cloud/discoveryengine/v1beta/site_search_engine_service.rb', line 438

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.

Returns:

  • (::Integer)

    Total number of URIs that were rejected due to insufficient indexing resources.



438
439
440
441
# File 'proto_docs/google/cloud/discoveryengine/v1beta/site_search_engine_service.rb', line 438

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.

Returns:

  • (::Integer)

    Total number of URIs that have been crawled so far.



438
439
440
441
# File 'proto_docs/google/cloud/discoveryengine/v1beta/site_search_engine_service.rb', line 438

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.

Returns:



438
439
440
441
# File 'proto_docs/google/cloud/discoveryengine/v1beta/site_search_engine_service.rb', line 438

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.

Returns:

  • (::Integer)

    Total number of unique URIs in the request that are not in invalid_uris.



438
439
440
441
# File 'proto_docs/google/cloud/discoveryengine/v1beta/site_search_engine_service.rb', line 438

class RecrawlUrisMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end