Class: Google::Cloud::Video::Stitcher::V1::OperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::OperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb
Overview
Represents the metadata of the long-running operation.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
The time the operation was created.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
The time the operation finished running.
-
#target ⇒ ::String
Server-defined resource path for the target of the operation.
-
#verb ⇒ ::String
Name of the verb executed by the operation.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns The time the operation was created.
611 612 613 614 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 611 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns The time the operation finished running.
611 612 613 614 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 611 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target ⇒ ::String
Returns Server-defined resource path for the target of the operation.
611 612 613 614 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 611 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#verb ⇒ ::String
Returns Name of the verb executed by the operation.
611 612 613 614 |
# File 'proto_docs/google/cloud/video/stitcher/v1/video_stitcher_service.rb', line 611 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |