Interface SetWorkerDeploymentRampingVersionResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SetWorkerDeploymentRampingVersionResponse,SetWorkerDeploymentRampingVersionResponse.Builder
@Generated(value="protoc", comments="annotations:SetWorkerDeploymentRampingVersionResponseOrBuilder.java.pb.meta") public interface SetWorkerDeploymentRampingVersionResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetConflictToken()This value is returned so that it can be optionally passed to APIs that write to the Worker Deployment state to ensure that the state did not change between this API call and a future write.WorkerDeploymentVersiongetPreviousDeploymentVersion()The version that was ramping before executing this operation.WorkerDeploymentVersionOrBuildergetPreviousDeploymentVersionOrBuilder()The version that was ramping before executing this operation.floatgetPreviousPercentage()The ramping version percentage before executing this operation.java.lang.StringgetPreviousVersion()Deprecated.temporal.api.workflowservice.v1.SetWorkerDeploymentRampingVersionResponse.previous_version is deprecated.com.google.protobuf.ByteStringgetPreviousVersionBytes()Deprecated.temporal.api.workflowservice.v1.SetWorkerDeploymentRampingVersionResponse.previous_version is deprecated.booleanhasPreviousDeploymentVersion()The version that was ramping 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
-
getConflictToken
com.google.protobuf.ByteString getConflictToken()
This value is returned so that it can be optionally passed to APIs that write to the Worker Deployment state to ensure that the state did not change between this API call and a future write.
bytes conflict_token = 1;- Returns:
- The conflictToken.
-
getPreviousVersion
@Deprecated java.lang.String getPreviousVersion()
Deprecated.temporal.api.workflowservice.v1.SetWorkerDeploymentRampingVersionResponse.previous_version is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=2227Deprecated. Use `previous_deployment_version`.
string previous_version = 2 [deprecated = true];- Returns:
- The previousVersion.
-
getPreviousVersionBytes
@Deprecated com.google.protobuf.ByteString getPreviousVersionBytes()
Deprecated.temporal.api.workflowservice.v1.SetWorkerDeploymentRampingVersionResponse.previous_version is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=2227Deprecated. Use `previous_deployment_version`.
string previous_version = 2 [deprecated = true];- Returns:
- The bytes for previousVersion.
-
hasPreviousDeploymentVersion
boolean hasPreviousDeploymentVersion()
The version that was ramping before executing this operation.
.temporal.api.deployment.v1.WorkerDeploymentVersion previous_deployment_version = 4;- Returns:
- Whether the previousDeploymentVersion field is set.
-
getPreviousDeploymentVersion
WorkerDeploymentVersion getPreviousDeploymentVersion()
The version that was ramping before executing this operation.
.temporal.api.deployment.v1.WorkerDeploymentVersion previous_deployment_version = 4;- Returns:
- The previousDeploymentVersion.
-
getPreviousDeploymentVersionOrBuilder
WorkerDeploymentVersionOrBuilder getPreviousDeploymentVersionOrBuilder()
The version that was ramping before executing this operation.
.temporal.api.deployment.v1.WorkerDeploymentVersion previous_deployment_version = 4;
-
getPreviousPercentage
float getPreviousPercentage()
The ramping version percentage before executing this operation.
float previous_percentage = 3;- Returns:
- The previousPercentage.
-
-