Class: Google::Cloud::Domains::V1beta1::OperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Domains::V1beta1::OperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/domains/v1beta1/domains.rb
Overview
Represents the metadata of the long-running operation. Output only.
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.
-
#status_detail ⇒ ::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.
847 848 849 850 |
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 847 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns The time the operation was created.
847 848 849 850 |
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 847 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns The time the operation finished running.
847 848 849 850 |
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 847 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status_detail ⇒ ::String
Returns Human-readable status of the operation, if any.
847 848 849 850 |
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 847 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.
847 848 849 850 |
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 847 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#verb ⇒ ::String
Returns Name of the verb executed by the operation.
847 848 849 850 |
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 847 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |