Class: Google::Cloud::Dialogflow::CX::V3::RolloutState
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::RolloutState
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb
Overview
State of the auto-rollout process.
Instance Attribute Summary collapse
-
#start_time ⇒ ::Google::Protobuf::Timestamp
Start time of the current step.
-
#step ⇒ ::String
Display name of the current auto rollout step.
-
#step_index ⇒ ::Integer
Index of the current step in the auto rollout steps list.
Instance Attribute Details
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns Start time of the current step.
326 327 328 329 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb', line 326 class RolloutState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#step ⇒ ::String
Returns Display name of the current auto rollout step.
326 327 328 329 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb', line 326 class RolloutState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#step_index ⇒ ::Integer
Returns Index of the current step in the auto rollout steps list.
326 327 328 329 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb', line 326 class RolloutState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |