Class: Google::Cloud::Translate::V3::ImportDataMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::ImportDataMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/automl_translation.rb
Overview
Metadata of import data operation.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
The creation time of the operation.
-
#error ⇒ ::Google::Rpc::Status
Only populated when operation doesn't succeed.
-
#state ⇒ ::Google::Cloud::Translate::V3::OperationState
The current state of the operation.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
The last update time of the operation.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns The creation time of the operation.
72 73 74 75 |
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 72 class ImportDataMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#error ⇒ ::Google::Rpc::Status
Returns Only populated when operation doesn't succeed.
72 73 74 75 |
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 72 class ImportDataMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#state ⇒ ::Google::Cloud::Translate::V3::OperationState
Returns The current state of the operation.
72 73 74 75 |
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 72 class ImportDataMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns The last update time of the operation.
72 73 74 75 |
# File 'proto_docs/google/cloud/translate/v3/automl_translation.rb', line 72 class ImportDataMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |