Interface SetWorkerDeploymentManagerResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SetWorkerDeploymentManagerResponse,SetWorkerDeploymentManagerResponse.Builder
@Generated(value="protoc",
comments="annotations:SetWorkerDeploymentManagerResponseOrBuilder.java.pb.meta")
public interface SetWorkerDeploymentManagerResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringThis 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.Deprecated.temporal.api.workflowservice.v1.SetWorkerDeploymentManagerResponse.previous_manager_identity is deprecated.com.google.protobuf.ByteStringDeprecated.temporal.api.workflowservice.v1.SetWorkerDeploymentManagerResponse.previous_manager_identity is deprecated.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
-
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.
-
getPreviousManagerIdentity
Deprecated.temporal.api.workflowservice.v1.SetWorkerDeploymentManagerResponse.previous_manager_identity is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=2861What the `manager_identity` field was before this change. Deprecated in favor of idempotency of the API. Use `DescribeWorkerDeployment` to get the manager identity before calling this API. By passing the `conflict_token` got from the `DescribeWorkerDeployment` call to this API you can ensure there is no interfering changes between the two calls.
string previous_manager_identity = 2 [deprecated = true];- Returns:
- The previousManagerIdentity.
-
getPreviousManagerIdentityBytes
Deprecated.temporal.api.workflowservice.v1.SetWorkerDeploymentManagerResponse.previous_manager_identity is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=2861What the `manager_identity` field was before this change. Deprecated in favor of idempotency of the API. Use `DescribeWorkerDeployment` to get the manager identity before calling this API. By passing the `conflict_token` got from the `DescribeWorkerDeployment` call to this API you can ensure there is no interfering changes between the two calls.
string previous_manager_identity = 2 [deprecated = true];- Returns:
- The bytes for previousManagerIdentity.
-