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 Type
    Method
    Description
    com.google.protobuf.ByteString
    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.
    Deprecated.
    temporal.api.workflowservice.v1.SetWorkerDeploymentManagerResponse.previous_manager_identity is deprecated.
    com.google.protobuf.ByteString
    Deprecated.
    temporal.api.workflowservice.v1.SetWorkerDeploymentManagerResponse.previous_manager_identity is deprecated.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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 String getPreviousManagerIdentity()
      Deprecated.
      temporal.api.workflowservice.v1.SetWorkerDeploymentManagerResponse.previous_manager_identity is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=2861
       What 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 com.google.protobuf.ByteString getPreviousManagerIdentityBytes()
      Deprecated.
      temporal.api.workflowservice.v1.SetWorkerDeploymentManagerResponse.previous_manager_identity is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=2861
       What 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.