Package io.temporal.api.deployment.v1
Interface WorkerDeploymentInfo.WorkerDeploymentVersionSummaryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkerDeploymentInfo.WorkerDeploymentVersionSummary,WorkerDeploymentInfo.WorkerDeploymentVersionSummary.Builder
- Enclosing class:
- WorkerDeploymentInfo
public static interface WorkerDeploymentInfo.WorkerDeploymentVersionSummaryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetCreateTime().google.protobuf.Timestamp create_time = 2;com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder().google.protobuf.Timestamp create_time = 2;VersionDrainageStatusgetDrainageStatus().temporal.api.enums.v1.VersionDrainageStatus drainage_status = 3;intgetDrainageStatusValue().temporal.api.enums.v1.VersionDrainageStatus drainage_status = 3;java.lang.StringgetVersion()The fully-qualified string representation of the version, in the form "<deployment_name>.<build_id>".com.google.protobuf.ByteStringgetVersionBytes()The fully-qualified string representation of the version, in the form "<deployment_name>.<build_id>".booleanhasCreateTime().google.protobuf.Timestamp create_time = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVersion
java.lang.String getVersion()
The fully-qualified string representation of the version, in the form "<deployment_name>.<build_id>".
string version = 1;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()
The fully-qualified string representation of the version, in the form "<deployment_name>.<build_id>".
string version = 1;- Returns:
- The bytes for version.
-
hasCreateTime
boolean hasCreateTime()
.google.protobuf.Timestamp create_time = 2;- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
.google.protobuf.Timestamp create_time = 2;- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
.google.protobuf.Timestamp create_time = 2;
-
getDrainageStatusValue
int getDrainageStatusValue()
.temporal.api.enums.v1.VersionDrainageStatus drainage_status = 3;- Returns:
- The enum numeric value on the wire for drainageStatus.
-
getDrainageStatus
VersionDrainageStatus getDrainageStatus()
.temporal.api.enums.v1.VersionDrainageStatus drainage_status = 3;- Returns:
- The drainageStatus.
-
-