Class: Google::Cloud::DiscoveryEngine::V1beta::ImportDocumentsMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::ImportDocumentsMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb
Overview
Metadata related to the progress of the ImportDocuments operation. This is returned by the google.longrunning.Operation.metadata field.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
Operation create time.
-
#failure_count ⇒ ::Integer
Count of entries that encountered errors while processing.
-
#success_count ⇒ ::Integer
Count of entries that were processed successfully.
-
#total_count ⇒ ::Integer
Total count of entries that were processed.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
Operation last update time.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns Operation create time.
473 474 475 476 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 473 class ImportDocumentsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#failure_count ⇒ ::Integer
Returns Count of entries that encountered errors while processing.
473 474 475 476 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 473 class ImportDocumentsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#success_count ⇒ ::Integer
Returns Count of entries that were processed successfully.
473 474 475 476 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 473 class ImportDocumentsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_count ⇒ ::Integer
Returns Total count of entries that were processed.
473 474 475 476 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 473 class ImportDocumentsMetadata 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.
473 474 475 476 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 473 class ImportDocumentsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |