Interface ListWorkerDeploymentsResponse.WorkerDeploymentSummaryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListWorkerDeploymentsResponse.WorkerDeploymentSummary,ListWorkerDeploymentsResponse.WorkerDeploymentSummary.Builder
- Enclosing class:
- ListWorkerDeploymentsResponse
public static interface ListWorkerDeploymentsResponse.WorkerDeploymentSummaryOrBuilder 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;WorkerDeploymentInfo.WorkerDeploymentVersionSummarygetCurrentVersionSummary()Summary of the current version of the Worker Deployment.WorkerDeploymentInfo.WorkerDeploymentVersionSummaryOrBuildergetCurrentVersionSummaryOrBuilder()Summary of the current version of the Worker Deployment.WorkerDeploymentInfo.WorkerDeploymentVersionSummarygetLatestVersionSummary()Summary of the version that was added most recently in the Worker Deployment.WorkerDeploymentInfo.WorkerDeploymentVersionSummaryOrBuildergetLatestVersionSummaryOrBuilder()Summary of the version that was added most recently in the Worker Deployment.java.lang.StringgetName()string name = 1;com.google.protobuf.ByteStringgetNameBytes()string name = 1;WorkerDeploymentInfo.WorkerDeploymentVersionSummarygetRampingVersionSummary()Summary of the ramping version of the Worker Deployment.WorkerDeploymentInfo.WorkerDeploymentVersionSummaryOrBuildergetRampingVersionSummaryOrBuilder()Summary of the ramping version of the Worker Deployment.RoutingConfiggetRoutingConfig().temporal.api.deployment.v1.RoutingConfig routing_config = 3;RoutingConfigOrBuildergetRoutingConfigOrBuilder().temporal.api.deployment.v1.RoutingConfig routing_config = 3;booleanhasCreateTime().google.protobuf.Timestamp create_time = 2;booleanhasCurrentVersionSummary()Summary of the current version of the Worker Deployment.booleanhasLatestVersionSummary()Summary of the version that was added most recently in the Worker Deployment.booleanhasRampingVersionSummary()Summary of the ramping version of the Worker Deployment.booleanhasRoutingConfig().temporal.api.deployment.v1.RoutingConfig routing_config = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 1;- Returns:
- The bytes for name.
-
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;
-
hasRoutingConfig
boolean hasRoutingConfig()
.temporal.api.deployment.v1.RoutingConfig routing_config = 3;- Returns:
- Whether the routingConfig field is set.
-
getRoutingConfig
RoutingConfig getRoutingConfig()
.temporal.api.deployment.v1.RoutingConfig routing_config = 3;- Returns:
- The routingConfig.
-
getRoutingConfigOrBuilder
RoutingConfigOrBuilder getRoutingConfigOrBuilder()
.temporal.api.deployment.v1.RoutingConfig routing_config = 3;
-
hasLatestVersionSummary
boolean hasLatestVersionSummary()
Summary of the version that was added most recently in the Worker Deployment.
.temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary latest_version_summary = 4;- Returns:
- Whether the latestVersionSummary field is set.
-
getLatestVersionSummary
WorkerDeploymentInfo.WorkerDeploymentVersionSummary getLatestVersionSummary()
Summary of the version that was added most recently in the Worker Deployment.
.temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary latest_version_summary = 4;- Returns:
- The latestVersionSummary.
-
getLatestVersionSummaryOrBuilder
WorkerDeploymentInfo.WorkerDeploymentVersionSummaryOrBuilder getLatestVersionSummaryOrBuilder()
Summary of the version that was added most recently in the Worker Deployment.
.temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary latest_version_summary = 4;
-
hasCurrentVersionSummary
boolean hasCurrentVersionSummary()
Summary of the current version of the Worker Deployment.
.temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary current_version_summary = 5;- Returns:
- Whether the currentVersionSummary field is set.
-
getCurrentVersionSummary
WorkerDeploymentInfo.WorkerDeploymentVersionSummary getCurrentVersionSummary()
Summary of the current version of the Worker Deployment.
.temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary current_version_summary = 5;- Returns:
- The currentVersionSummary.
-
getCurrentVersionSummaryOrBuilder
WorkerDeploymentInfo.WorkerDeploymentVersionSummaryOrBuilder getCurrentVersionSummaryOrBuilder()
Summary of the current version of the Worker Deployment.
.temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary current_version_summary = 5;
-
hasRampingVersionSummary
boolean hasRampingVersionSummary()
Summary of the ramping version of the Worker Deployment.
.temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary ramping_version_summary = 6;- Returns:
- Whether the rampingVersionSummary field is set.
-
getRampingVersionSummary
WorkerDeploymentInfo.WorkerDeploymentVersionSummary getRampingVersionSummary()
Summary of the ramping version of the Worker Deployment.
.temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary ramping_version_summary = 6;- Returns:
- The rampingVersionSummary.
-
getRampingVersionSummaryOrBuilder
WorkerDeploymentInfo.WorkerDeploymentVersionSummaryOrBuilder getRampingVersionSummaryOrBuilder()
Summary of the ramping version of the Worker Deployment.
.temporal.api.deployment.v1.WorkerDeploymentInfo.WorkerDeploymentVersionSummary ramping_version_summary = 6;
-
-