Class: Google::Cloud::DiscoveryEngine::V1::ImportCompletionSuggestionsMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::ImportCompletionSuggestionsMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/import_config.rb
Overview
Metadata related to the progress of the ImportCompletionSuggestions operation. This will be 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 CompletionSuggestions that failed to be imported.
-
#success_count ⇒ ::Integer
Count of CompletionSuggestions successfully imported.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
Operation last update time.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns Operation create time.
808 809 810 811 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 808 class ImportCompletionSuggestionsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#failure_count ⇒ ::Integer
Returns Count of CompletionSuggestions that failed to be imported.
808 809 810 811 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 808 class ImportCompletionSuggestionsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#success_count ⇒ ::Integer
Returns Count of CompletionSuggestions successfully imported.
808 809 810 811 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 808 class ImportCompletionSuggestionsMetadata 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.
808 809 810 811 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 808 class ImportCompletionSuggestionsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |