Class: Google::Cloud::VisionAI::V1::UploadAssetMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::UploadAssetMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Metadata for UploadAsset.
Instance Attribute Summary collapse
-
#start_time ⇒ ::Google::Protobuf::Timestamp
The start time of the operation.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
The update time of the operation.
Instance Attribute Details
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns The start time of the operation.
184 185 186 187 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 184 class UploadAssetMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns The update time of the operation.
184 185 186 187 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 184 class UploadAssetMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |