Class: Google::Cloud::Dialogflow::CX::V3::RolloutState

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#start_time::Google::Protobuf::Timestamp

Returns Start time of the current step.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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