public interface DeploymentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getEndTime()
End time of this deployment.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
End time of this deployment.
|
String |
getFlowVersion()
The name of the flow version for this deployment.
|
com.google.protobuf.ByteString |
getFlowVersionBytes()
The name of the flow version for this deployment.
|
String |
getName()
The name of the deployment.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the deployment.
|
Deployment.Result |
getResult()
Result of the deployment.
|
Deployment.ResultOrBuilder |
getResultOrBuilder()
Result of the deployment.
|
com.google.protobuf.Timestamp |
getStartTime()
Start time of this deployment.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Start time of this deployment.
|
Deployment.State |
getState()
The current state of the deployment.
|
int |
getStateValue()
The current state of the deployment.
|
boolean |
hasEndTime()
End time of this deployment.
|
boolean |
hasResult()
Result of the deployment.
|
boolean |
hasStartTime()
Start time of this deployment.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the deployment. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/deployments/<DeploymentID>.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the deployment. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/deployments/<DeploymentID>.
string name = 1;String getFlowVersion()
The name of the flow version for this deployment. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VerionID>.
string flow_version = 2 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getFlowVersionBytes()
The name of the flow version for this deployment. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VerionID>.
string flow_version = 2 [(.google.api.resource_reference) = { ... }int getStateValue()
The current state of the deployment.
.google.cloud.dialogflow.cx.v3.Deployment.State state = 3;Deployment.State getState()
The current state of the deployment.
.google.cloud.dialogflow.cx.v3.Deployment.State state = 3;boolean hasResult()
Result of the deployment.
.google.cloud.dialogflow.cx.v3.Deployment.Result result = 4;Deployment.Result getResult()
Result of the deployment.
.google.cloud.dialogflow.cx.v3.Deployment.Result result = 4;Deployment.ResultOrBuilder getResultOrBuilder()
Result of the deployment.
.google.cloud.dialogflow.cx.v3.Deployment.Result result = 4;boolean hasStartTime()
Start time of this deployment.
.google.protobuf.Timestamp start_time = 5;com.google.protobuf.Timestamp getStartTime()
Start time of this deployment.
.google.protobuf.Timestamp start_time = 5;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Start time of this deployment.
.google.protobuf.Timestamp start_time = 5;boolean hasEndTime()
End time of this deployment.
.google.protobuf.Timestamp end_time = 6;com.google.protobuf.Timestamp getEndTime()
End time of this deployment.
.google.protobuf.Timestamp end_time = 6;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
End time of this deployment.
.google.protobuf.Timestamp end_time = 6;Copyright © 2025 Google LLC. All rights reserved.