Class: Google::Cloud::PolicySimulator::V1::ReplayOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::PolicySimulator::V1::ReplayOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/policysimulator/v1/simulator.rb
Overview
Metadata about a Replay operation.
Instance Attribute Summary collapse
-
#start_time ⇒ ::Google::Protobuf::Timestamp
Time when the request was received.
Instance Attribute Details
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns Time when the request was received.
159 160 161 162 |
# File 'proto_docs/google/cloud/policysimulator/v1/simulator.rb', line 159 class ReplayOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |