Class: Google::Cloud::Ces::V1beta::ImportEvaluationsOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::ImportEvaluationsOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/evaluation_service.rb
Overview
Represents the metadata of the long-running operation for EvaluationService.ImportEvaluations.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#status_message ⇒ ::String
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the operation was created.
232 233 234 235 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation_service.rb', line 232 class ImportEvaluationsOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the operation finished running.
232 233 234 235 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation_service.rb', line 232 class ImportEvaluationsOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status_message ⇒ ::String (readonly)
Returns Output only. Human-readable status of the operation, if any.
232 233 234 235 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation_service.rb', line 232 class ImportEvaluationsOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |