Class: Google::Cloud::Notebooks::V2::OperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V2::OperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v2/service.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.
-
#endpoint ⇒ ::String
API endpoint name of this operation.
-
#requested_cancellation ⇒ ::Boolean
Identifies whether the user has requested cancellation of the operation.
-
#status_message ⇒ ::String
Human-readable status of the operation, if any.
-
#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
53 54 55 56 |
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 53 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp
53 54 55 56 |
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 53 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp
53 54 55 56 |
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 53 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#endpoint ⇒ ::String
53 54 55 56 |
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 53 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requested_cancellation ⇒ ::Boolean
53 54 55 56 |
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 53 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status_message ⇒ ::String
53 54 55 56 |
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 53 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target ⇒ ::String
53 54 55 56 |
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 53 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#verb ⇒ ::String
53 54 55 56 |
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 53 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |