Package io.temporal.api.deployment.v1
Interface WorkerDeploymentVersionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkerDeploymentVersion,WorkerDeploymentVersion.Builder
@Generated(value="protoc", comments="annotations:WorkerDeploymentVersionOrBuilder.java.pb.meta") public interface WorkerDeploymentVersionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBuildId()A unique identifier for this Version within the Deployment it is a part of.com.google.protobuf.ByteStringgetBuildIdBytes()A unique identifier for this Version within the Deployment it is a part of.java.lang.StringgetDeploymentName()Identifies the Worker Deployment this Version is part of.com.google.protobuf.ByteStringgetDeploymentNameBytes()Identifies the Worker Deployment this Version is part of.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBuildId
java.lang.String getBuildId()
A unique identifier for this Version within the Deployment it is a part of. Not necessarily unique within the namespace. The combination of `deployment_name` and `build_id` uniquely identifies this Version within the namespace, because Deployment names are unique within a namespace.
string build_id = 1;- Returns:
- The buildId.
-
getBuildIdBytes
com.google.protobuf.ByteString getBuildIdBytes()
A unique identifier for this Version within the Deployment it is a part of. Not necessarily unique within the namespace. The combination of `deployment_name` and `build_id` uniquely identifies this Version within the namespace, because Deployment names are unique within a namespace.
string build_id = 1;- Returns:
- The bytes for buildId.
-
getDeploymentName
java.lang.String getDeploymentName()
Identifies the Worker Deployment this Version is part of.
string deployment_name = 2;- Returns:
- The deploymentName.
-
getDeploymentNameBytes
com.google.protobuf.ByteString getDeploymentNameBytes()
Identifies the Worker Deployment this Version is part of.
string deployment_name = 2;- Returns:
- The bytes for deploymentName.
-
-