Interface SetCurrentDeploymentResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SetCurrentDeploymentResponse,SetCurrentDeploymentResponse.Builder
@Generated(value="protoc", comments="annotations:SetCurrentDeploymentResponseOrBuilder.java.pb.meta") public interface SetCurrentDeploymentResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeploymentInfogetCurrentDeploymentInfo().temporal.api.deployment.v1.DeploymentInfo current_deployment_info = 1;DeploymentInfoOrBuildergetCurrentDeploymentInfoOrBuilder().temporal.api.deployment.v1.DeploymentInfo current_deployment_info = 1;DeploymentInfogetPreviousDeploymentInfo()Info of the deployment that was current before executing this operation.DeploymentInfoOrBuildergetPreviousDeploymentInfoOrBuilder()Info of the deployment that was current before executing this operation.booleanhasCurrentDeploymentInfo().temporal.api.deployment.v1.DeploymentInfo current_deployment_info = 1;booleanhasPreviousDeploymentInfo()Info of the deployment that was current before executing this operation.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCurrentDeploymentInfo
boolean hasCurrentDeploymentInfo()
.temporal.api.deployment.v1.DeploymentInfo current_deployment_info = 1;- Returns:
- Whether the currentDeploymentInfo field is set.
-
getCurrentDeploymentInfo
DeploymentInfo getCurrentDeploymentInfo()
.temporal.api.deployment.v1.DeploymentInfo current_deployment_info = 1;- Returns:
- The currentDeploymentInfo.
-
getCurrentDeploymentInfoOrBuilder
DeploymentInfoOrBuilder getCurrentDeploymentInfoOrBuilder()
.temporal.api.deployment.v1.DeploymentInfo current_deployment_info = 1;
-
hasPreviousDeploymentInfo
boolean hasPreviousDeploymentInfo()
Info of the deployment that was current before executing this operation.
.temporal.api.deployment.v1.DeploymentInfo previous_deployment_info = 2;- Returns:
- Whether the previousDeploymentInfo field is set.
-
getPreviousDeploymentInfo
DeploymentInfo getPreviousDeploymentInfo()
Info of the deployment that was current before executing this operation.
.temporal.api.deployment.v1.DeploymentInfo previous_deployment_info = 2;- Returns:
- The previousDeploymentInfo.
-
getPreviousDeploymentInfoOrBuilder
DeploymentInfoOrBuilder getPreviousDeploymentInfoOrBuilder()
Info of the deployment that was current before executing this operation.
.temporal.api.deployment.v1.DeploymentInfo previous_deployment_info = 2;
-
-