Class: Google::Cloud::Video::Stitcher::V1::OperationMetadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp

Returns The time the operation was created.

Returns:



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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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