Interface DescribeWorkerDeploymentResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DescribeWorkerDeploymentResponse,DescribeWorkerDeploymentResponse.Builder
@Generated(value="protoc", comments="annotations:DescribeWorkerDeploymentResponseOrBuilder.java.pb.meta") public interface DescribeWorkerDeploymentResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract 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 read and a future write.WorkerDeploymentInfogetWorkerDeploymentInfo().temporal.api.deployment.v1.WorkerDeploymentInfo worker_deployment_info = 2;WorkerDeploymentInfoOrBuildergetWorkerDeploymentInfoOrBuilder().temporal.api.deployment.v1.WorkerDeploymentInfo worker_deployment_info = 2;booleanhasWorkerDeploymentInfo().temporal.api.deployment.v1.WorkerDeploymentInfo worker_deployment_info = 2;-
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 read and a future write.
bytes conflict_token = 1;- Returns:
- The conflictToken.
-
hasWorkerDeploymentInfo
boolean hasWorkerDeploymentInfo()
.temporal.api.deployment.v1.WorkerDeploymentInfo worker_deployment_info = 2;- Returns:
- Whether the workerDeploymentInfo field is set.
-
getWorkerDeploymentInfo
WorkerDeploymentInfo getWorkerDeploymentInfo()
.temporal.api.deployment.v1.WorkerDeploymentInfo worker_deployment_info = 2;- Returns:
- The workerDeploymentInfo.
-
getWorkerDeploymentInfoOrBuilder
WorkerDeploymentInfoOrBuilder getWorkerDeploymentInfoOrBuilder()
.temporal.api.deployment.v1.WorkerDeploymentInfo worker_deployment_info = 2;
-
-