Class: Google::Cloud::Workflows::V1beta::OperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Workflows::V1beta::OperationMetadata
- 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
-
#api_version ⇒ ::String
API version used to start the operation.
-
#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
#api_version ⇒ ::String
Returns 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.
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.
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.
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.
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 |