Class: Google::Cloud::NetworkManagement::V1::OperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkManagement::V1::OperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkmanagement/v1/reachability.rb
Overview
Metadata describing an Operation
Instance Attribute Summary collapse
-
#api_version ⇒ ::String
API version.
-
#cancel_requested ⇒ ::Boolean
Specifies if cancellation was requested for the operation.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
The time the operation was created.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
The time the operation finished running.
-
#status_detail ⇒ ::String
Human-readable status of the operation, if any.
-
#target ⇒ ::String
Target of the operation - for example projects/project-1/locations/global/connectivityTests/test-1.
-
#verb ⇒ ::String
Name of the verb executed by the operation.
Instance Attribute Details
#api_version ⇒ ::String
Returns API version.
167 168 169 170 |
# File 'proto_docs/google/cloud/networkmanagement/v1/reachability.rb', line 167 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cancel_requested ⇒ ::Boolean
Returns Specifies if cancellation was requested for the operation.
167 168 169 170 |
# File 'proto_docs/google/cloud/networkmanagement/v1/reachability.rb', line 167 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns The time the operation was created.
167 168 169 170 |
# File 'proto_docs/google/cloud/networkmanagement/v1/reachability.rb', line 167 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns The time the operation finished running.
167 168 169 170 |
# File 'proto_docs/google/cloud/networkmanagement/v1/reachability.rb', line 167 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status_detail ⇒ ::String
Returns Human-readable status of the operation, if any.
167 168 169 170 |
# File 'proto_docs/google/cloud/networkmanagement/v1/reachability.rb', line 167 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target ⇒ ::String
Returns Target of the operation - for example projects/project-1/locations/global/connectivityTests/test-1.
167 168 169 170 |
# File 'proto_docs/google/cloud/networkmanagement/v1/reachability.rb', line 167 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#verb ⇒ ::String
Returns Name of the verb executed by the operation.
167 168 169 170 |
# File 'proto_docs/google/cloud/networkmanagement/v1/reachability.rb', line 167 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |