Class: Google::Cloud::Workstations::V1::OperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Workstations::V1::OperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/workstations/v1/workstations.rb
Overview
Metadata for long-running operations.
Instance Attribute Summary collapse
-
#api_version ⇒ ::String
readonly
Output only.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#requested_cancellation ⇒ ::Boolean
readonly
Output only.
-
#status_message ⇒ ::String
readonly
Output only.
-
#target ⇒ ::String
readonly
Output only.
-
#verb ⇒ ::String
readonly
Output only.
Instance Attribute Details
#api_version ⇒ ::String (readonly)
Returns Output only. API version used to start the operation.
1166 1167 1168 1169 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 1166 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Time that the operation was created.
1166 1167 1168 1169 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 1166 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Time that the operation finished running.
1166 1167 1168 1169 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 1166 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requested_cancellation ⇒ ::Boolean (readonly)
Returns Output only. Identifies whether the user has requested cancellation of the operation.
1166 1167 1168 1169 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 1166 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status_message ⇒ ::String (readonly)
Returns Output only. Human-readable status of the operation, if any.
1166 1167 1168 1169 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 1166 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target ⇒ ::String (readonly)
Returns Output only. Server-defined resource path for the target of the operation.
1166 1167 1168 1169 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 1166 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#verb ⇒ ::String (readonly)
Returns Output only. Name of the verb executed by the operation.
1166 1167 1168 1169 |
# File 'proto_docs/google/cloud/workstations/v1/workstations.rb', line 1166 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |