Class: Google::Cloud::DiscoveryEngine::V1beta::ImportSampleQueriesMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::ImportSampleQueriesMetadata
- 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 ImportSampleQueries operation. This will be returned by the google.longrunning.Operation.metadata field.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
ImportSampleQueries operation create time.
-
#failure_count ⇒ ::Integer
Count of SampleQuerys that failed to be imported.
-
#success_count ⇒ ::Integer
Count of SampleQuerys successfully imported.
-
#total_count ⇒ ::Integer
Total count of SampleQuerys that were processed.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
ImportSampleQueries operation last update time.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp
934 935 936 937 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 934 class ImportSampleQueriesMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#failure_count ⇒ ::Integer
934 935 936 937 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 934 class ImportSampleQueriesMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#success_count ⇒ ::Integer
934 935 936 937 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 934 class ImportSampleQueriesMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_count ⇒ ::Integer
934 935 936 937 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 934 class ImportSampleQueriesMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp
934 935 936 937 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 934 class ImportSampleQueriesMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |