Class: Google::Cloud::Notebooks::V1beta1::OperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1beta1::OperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1beta1/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
Returns API version used to start the operation.
52 53 54 55 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 52 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns The time the operation was created.
52 53 54 55 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 52 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns The time the operation finished running.
52 53 54 55 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 52 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#endpoint ⇒ ::String
Returns API endpoint name of this operation.
52 53 54 55 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 52 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requested_cancellation ⇒ ::Boolean
Returns Identifies whether the user has requested cancellation
of the operation. Operations that have successfully been cancelled
have [Operation.error][] value with a
google.rpc.Status.code of 1, corresponding to Code.CANCELLED
.
52 53 54 55 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 52 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status_message ⇒ ::String
Returns Human-readable status of the operation, if any.
52 53 54 55 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 52 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.
52 53 54 55 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 52 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#verb ⇒ ::String
Returns Name of the verb executed by the operation.
52 53 54 55 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 52 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |