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
Modifier and TypeMethodDescription.temporal.api.deployment.v1.DeploymentInfo current_deployment_info = 1;.temporal.api.deployment.v1.DeploymentInfo current_deployment_info = 1;Info of the deployment that was current before executing this operation.Info of the deployment that was current before executing this operation.boolean.temporal.api.deployment.v1.DeploymentInfo current_deployment_info = 1;booleanInfo of the deployment that was current before executing this operation.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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;
-