Class: Google::Cloud::DiscoveryEngine::V1beta::ImportSampleQueriesMetadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp

Returns ImportSampleQueries operation create time.

Returns:



894
895
896
897
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 894

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

#failure_count::Integer

Returns Count of SampleQuerys that failed to be imported.

Returns:

  • (::Integer)

    Count of SampleQuerys that failed to be imported.



894
895
896
897
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 894

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

#success_count::Integer

Returns Count of SampleQuerys successfully imported.

Returns:

  • (::Integer)

    Count of SampleQuerys successfully imported.



894
895
896
897
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 894

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

#total_count::Integer

Returns Total count of SampleQuerys that were processed.

Returns:

  • (::Integer)

    Total count of SampleQuerys that were processed.



894
895
896
897
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 894

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

#update_time::Google::Protobuf::Timestamp

Returns ImportSampleQueries operation last update time. If the operation is done, this is also the finish time.

Returns:



894
895
896
897
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 894

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