Class: Google::Cloud::RecommendationEngine::V1beta1::ImportMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::RecommendationEngine::V1beta1::ImportMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recommendationengine/v1beta1/import.rb
Overview
Metadata related to the progress of the Import 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.
-
#operation_name ⇒ ::String
Name of the operation.
-
#request_id ⇒ ::String
Id of the request / operation.
-
#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.
153 154 155 156 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/import.rb', line 153 class ImportMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#failure_count ⇒ ::Integer
Returns Count of entries that encountered errors while processing.
153 154 155 156 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/import.rb', line 153 class ImportMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#operation_name ⇒ ::String
Returns Name of the operation.
153 154 155 156 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/import.rb', line 153 class ImportMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
Returns Id of the request / operation. This is parroting back the requestId that was passed in the request.
153 154 155 156 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/import.rb', line 153 class ImportMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#success_count ⇒ ::Integer
Returns Count of entries that were processed successfully.
153 154 155 156 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/import.rb', line 153 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.
153 154 155 156 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/import.rb', line 153 class ImportMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |