Class: Google::Cloud::Workflows::V1beta::OperationMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/workflows/v1beta/workflows.rb

Overview

Represents the metadata of the long-running operation.

Instance Attribute Summary collapse

Instance Attribute Details

#api_version::String

Returns API version used to start the operation.

Returns:

  • (::String)

    API version used to start the operation.



235
236
237
238
# File 'proto_docs/google/cloud/workflows/v1beta/workflows.rb', line 235

class OperationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#create_time::Google::Protobuf::Timestamp

Returns The time the operation was created.

Returns:



235
236
237
238
# File 'proto_docs/google/cloud/workflows/v1beta/workflows.rb', line 235

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:



235
236
237
238
# File 'proto_docs/google/cloud/workflows/v1beta/workflows.rb', line 235

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.



235
236
237
238
# File 'proto_docs/google/cloud/workflows/v1beta/workflows.rb', line 235

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.



235
236
237
238
# File 'proto_docs/google/cloud/workflows/v1beta/workflows.rb', line 235

class OperationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end