Class: Google::Cloud::CapacityPlanner::V1beta::OperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::CapacityPlanner::V1beta::OperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/capacityplanner/v1beta/usage_service.rb
Overview
Represents the metadata of a long-running operation.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the operation was created.
875 876 877 878 |
# File 'proto_docs/google/cloud/capacityplanner/v1beta/usage_service.rb', line 875 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the operation finished running.
875 876 877 878 |
# File 'proto_docs/google/cloud/capacityplanner/v1beta/usage_service.rb', line 875 class OperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |