Reference documentation and code samples for the Video Stitcher V1 API class Google::Cloud::Video::Stitcher::V1::OperationMetadata.
Represents the metadata of the long-running operation.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
    Returns
    
  - (::Google::Protobuf::Timestamp) — The time the operation was created.
 
#create_time=
def create_time=(value) -> ::Google::Protobuf::Timestamp
    Parameter
    
  - value (::Google::Protobuf::Timestamp) — The time the operation was created.
 
    Returns
    
  - (::Google::Protobuf::Timestamp) — The time the operation was created.
 
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
    Returns
    
  - (::Google::Protobuf::Timestamp) — The time the operation finished running.
 
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp
    Parameter
    
  - value (::Google::Protobuf::Timestamp) — The time the operation finished running.
 
    Returns
    
  - (::Google::Protobuf::Timestamp) — The time the operation finished running.
 
#target
def target() -> ::String
    Returns
    
  - (::String) — Server-defined resource path for the target of the operation.
 
#target=
def target=(value) -> ::String
    Parameter
    
  - value (::String) — Server-defined resource path for the target of the operation.
 
    Returns
    
  - (::String) — Server-defined resource path for the target of the operation.
 
#verb
def verb() -> ::String
    Returns
    
  - (::String) — Name of the verb executed by the operation.
 
#verb=
def verb=(value) -> ::String
    Parameter
    
  - value (::String) — Name of the verb executed by the operation.
 
    Returns
    
- (::String) — Name of the verb executed by the operation.