Class Google::Cloud::Dialogflow::CX::V3::RolloutState (v0.5.0)

State of the auto-rollout process.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#start_time

def start_time() -> ::Google::Protobuf::Timestamp
Returns

#start_time=

def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#step

def step() -> ::String
Returns
  • (::String) — Display name of the current auto rollout step.

#step=

def step=(value) -> ::String
Parameter
  • value (::String) — Display name of the current auto rollout step.
Returns
  • (::String) — Display name of the current auto rollout step.

#step_index

def step_index() -> ::Integer
Returns
  • (::Integer) — Index of the current step in the auto rollout steps list.

#step_index=

def step_index=(value) -> ::Integer
Parameter
  • value (::Integer) — Index of the current step in the auto rollout steps list.
Returns
  • (::Integer) — Index of the current step in the auto rollout steps list.