Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::Deployment.
Represents a deployment in an environment. A deployment happens when a flow version configured to be active in the environment. You can configure running pre-deployment steps, e.g. running validation test cases, experiment auto-rollout, etc.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — End time of this deployment.
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — End time of this deployment.
Returns
- (::Google::Protobuf::Timestamp) — End time of this deployment.
#flow_version
def flow_version() -> ::String
Returns
- (::String) — The name of the flow version for this deployment. Format: projects/
#flow_version=
def flow_version=(value) -> ::String
Parameter
- value (::String) — The name of the flow version for this deployment. Format: projects/
Returns
- (::String) — The name of the flow version for this deployment. Format: projects/
#name
def name() -> ::String
Returns
- (::String) — The name of the deployment. Format: projects/
#name=
def name=(value) -> ::String
Parameter
- value (::String) — The name of the deployment. Format: projects/
Returns
- (::String) — The name of the deployment. Format: projects/
#result
def result() -> ::Google::Cloud::Dialogflow::CX::V3::Deployment::Result
Returns
- (::Google::Cloud::Dialogflow::CX::V3::Deployment::Result) — Result of the deployment.
#result=
def result=(value) -> ::Google::Cloud::Dialogflow::CX::V3::Deployment::Result
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::Deployment::Result) — Result of the deployment.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::Deployment::Result) — Result of the deployment.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Start time of this deployment.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Start time of this deployment.
Returns
- (::Google::Protobuf::Timestamp) — Start time of this deployment.
#state
def state() -> ::Google::Cloud::Dialogflow::CX::V3::Deployment::State
Returns
- (::Google::Cloud::Dialogflow::CX::V3::Deployment::State) — The current state of the deployment.
#state=
def state=(value) -> ::Google::Cloud::Dialogflow::CX::V3::Deployment::State
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::Deployment::State) — The current state of the deployment.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::Deployment::State) — The current state of the deployment.