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
Modifier and TypeMethodDescriptioncom.google.protobuf.Timestamp.google.protobuf.Timestamp create_time = 2;com.google.protobuf.TimestampOrBuilder.google.protobuf.Timestamp create_time = 2;Summary of the current version of the Worker Deployment.Summary of the current version of the Worker Deployment.Summary of the version that was added most recently in the Worker Deployment.Summary of the version that was added most recently in the Worker Deployment.getName()string name = 1;com.google.protobuf.ByteStringstring name = 1;Summary of the ramping version of the Worker Deployment.Summary of the ramping version of the Worker Deployment..temporal.api.deployment.v1.RoutingConfig routing_config = 3;.temporal.api.deployment.v1.RoutingConfig routing_config = 3;boolean.google.protobuf.Timestamp create_time = 2;booleanSummary of the current version of the Worker Deployment.booleanSummary of the version that was added most recently in the Worker Deployment.booleanSummary of the ramping version of the Worker Deployment.boolean.temporal.api.deployment.v1.RoutingConfig routing_config = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
-
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;
-