Class: Google::Cloud::Retail::V2::ImportMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::ImportMetadata
- 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
-
#create_time ⇒ ::Google::Protobuf::Timestamp
Operation create time.
-
#failure_count ⇒ ::Integer
Count of entries that encountered errors while processing.
-
#notification_pubsub_topic ⇒ ::String
Pub/Sub topic for receiving notification.
-
#request_id ⇒ ::String
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#success_count ⇒ ::Integer
Count of entries that were processed successfully.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
Operation last update time.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns Operation create time.
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.
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}
.
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
This field is deprecated and may be removed in the next major version update.
Returns 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.
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.
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 |