Class: Google::Cloud::Retail::V2::ImportMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/retail/v2/import_config.rb

Overview

Metadata related to the progress of the Import operation. This is 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:



329
330
331
332
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 329

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

#failure_count::Integer

Returns Count of entries that encountered errors while processing.

Returns:

  • (::Integer)

    Count of entries that encountered errors while processing.



329
330
331
332
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 329

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

#notification_pubsub_topic::String

Returns Pub/Sub topic for receiving notification. If this field is set, when the import is finished, a notification is sent to specified Pub/Sub topic. The message data is JSON string of a Operation. Format of the Pub/Sub topic is projects/{project}/topics/{topic}.

Returns:

  • (::String)

    Pub/Sub topic for receiving notification. If this field is set, when the import is finished, a notification is sent to specified Pub/Sub topic. The message data is JSON string of a Operation. Format of the Pub/Sub topic is projects/{project}/topics/{topic}.



329
330
331
332
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 329

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

#request_id::String

Deprecated.

This field is deprecated and may be removed in the next major version update.

Returns Deprecated. This field is never set.

Returns:

  • (::String)

    Deprecated. This field is never set.



329
330
331
332
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 329

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

#success_count::Integer

Returns Count of entries that were processed successfully.

Returns:

  • (::Integer)

    Count of entries that were processed successfully.



329
330
331
332
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 329

class ImportMetadata
  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:



329
330
331
332
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 329

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