Class: Google::Cloud::Retail::V2::PurgeProductsMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::PurgeProductsMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/purge_config.rb
Overview
Metadata related to the progress of the PurgeProducts 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 entries that encountered errors while processing.
-
#success_count ⇒ ::Integer
Count of entries that were deleted successfully.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
Operation last update time.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns Operation create time.
46 47 48 49 |
# File 'proto_docs/google/cloud/retail/v2/purge_config.rb', line 46 class PurgeProductsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#failure_count ⇒ ::Integer
Returns Count of entries that encountered errors while processing.
46 47 48 49 |
# File 'proto_docs/google/cloud/retail/v2/purge_config.rb', line 46 class PurgeProductsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#success_count ⇒ ::Integer
Returns Count of entries that were deleted successfully.
46 47 48 49 |
# File 'proto_docs/google/cloud/retail/v2/purge_config.rb', line 46 class PurgeProductsMetadata 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.
46 47 48 49 |
# File 'proto_docs/google/cloud/retail/v2/purge_config.rb', line 46 class PurgeProductsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |