Interface ValidateWorkerDeploymentVersionComputeConfigRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ValidateWorkerDeploymentVersionComputeConfigRequest,ValidateWorkerDeploymentVersionComputeConfigRequest.Builder
@Generated(value="protoc",
comments="annotations:ValidateWorkerDeploymentVersionComputeConfigRequestOrBuilder.java.pb.meta")
public interface ValidateWorkerDeploymentVersionComputeConfigRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanOptional.Deprecated.intOptional.Optional.getComputeConfigScalingGroupsOrDefault(String key, ComputeConfigScalingGroupUpdate defaultValue) Optional.Optional.Required.Required.Optional.com.google.protobuf.ByteStringOptional.string namespace = 1;com.google.protobuf.ByteStringstring namespace = 1;getRemoveComputeConfigScalingGroups(int index) Optional.com.google.protobuf.ByteStringgetRemoveComputeConfigScalingGroupsBytes(int index) Optional.intOptional.Optional.booleanRequired.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
-
getNamespace
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()string namespace = 1;- Returns:
- The bytes for namespace.
-
hasDeploymentVersion
boolean hasDeploymentVersion()Required.
.temporal.api.deployment.v1.WorkerDeploymentVersion deployment_version = 2;- Returns:
- Whether the deploymentVersion field is set.
-
getDeploymentVersion
WorkerDeploymentVersion getDeploymentVersion()Required.
.temporal.api.deployment.v1.WorkerDeploymentVersion deployment_version = 2;- Returns:
- The deploymentVersion.
-
getDeploymentVersionOrBuilder
WorkerDeploymentVersionOrBuilder getDeploymentVersionOrBuilder()Required.
.temporal.api.deployment.v1.WorkerDeploymentVersion deployment_version = 2; -
getComputeConfigScalingGroupsCount
int getComputeConfigScalingGroupsCount()Optional. Contains the compute config scaling groups to add or update for the Worker Deployment.
map<string, .temporal.api.compute.v1.ComputeConfigScalingGroupUpdate> compute_config_scaling_groups = 6; -
containsComputeConfigScalingGroups
Optional. Contains the compute config scaling groups to add or update for the Worker Deployment.
map<string, .temporal.api.compute.v1.ComputeConfigScalingGroupUpdate> compute_config_scaling_groups = 6; -
getComputeConfigScalingGroups
Deprecated.UsegetComputeConfigScalingGroupsMap()instead. -
getComputeConfigScalingGroupsMap
Map<String,ComputeConfigScalingGroupUpdate> getComputeConfigScalingGroupsMap()Optional. Contains the compute config scaling groups to add or update for the Worker Deployment.
map<string, .temporal.api.compute.v1.ComputeConfigScalingGroupUpdate> compute_config_scaling_groups = 6; -
getComputeConfigScalingGroupsOrDefault
ComputeConfigScalingGroupUpdate getComputeConfigScalingGroupsOrDefault(String key, ComputeConfigScalingGroupUpdate defaultValue) Optional. Contains the compute config scaling groups to add or update for the Worker Deployment.
map<string, .temporal.api.compute.v1.ComputeConfigScalingGroupUpdate> compute_config_scaling_groups = 6; -
getComputeConfigScalingGroupsOrThrow
Optional. Contains the compute config scaling groups to add or update for the Worker Deployment.
map<string, .temporal.api.compute.v1.ComputeConfigScalingGroupUpdate> compute_config_scaling_groups = 6; -
getRemoveComputeConfigScalingGroupsList
-
getRemoveComputeConfigScalingGroupsCount
int getRemoveComputeConfigScalingGroupsCount()Optional. Contains the compute config scaling groups to remove from the Worker Deployment.
repeated string remove_compute_config_scaling_groups = 7;- Returns:
- The count of removeComputeConfigScalingGroups.
-
getRemoveComputeConfigScalingGroups
Optional. Contains the compute config scaling groups to remove from the Worker Deployment.
repeated string remove_compute_config_scaling_groups = 7;- Parameters:
index- The index of the element to return.- Returns:
- The removeComputeConfigScalingGroups at the given index.
-
getRemoveComputeConfigScalingGroupsBytes
com.google.protobuf.ByteString getRemoveComputeConfigScalingGroupsBytes(int index) Optional. Contains the compute config scaling groups to remove from the Worker Deployment.
repeated string remove_compute_config_scaling_groups = 7;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the removeComputeConfigScalingGroups at the given index.
-
getIdentity
String getIdentity()Optional. The identity of the client who initiated this request.
string identity = 3;- Returns:
- The identity.
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()Optional. The identity of the client who initiated this request.
string identity = 3;- Returns:
- The bytes for identity.
-