Interface UpdateWorkerDeploymentVersionComputeConfigRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateWorkerDeploymentVersionComputeConfigRequest,UpdateWorkerDeploymentVersionComputeConfigRequest.Builder
@Generated(value="protoc",
comments="annotations:UpdateWorkerDeploymentVersionComputeConfigRequestOrBuilder.java.pb.meta")
public interface UpdateWorkerDeploymentVersionComputeConfigRequestOrBuilder
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.A unique identifier for this create request for idempotence.com.google.protobuf.ByteStringA unique identifier for this create request for idempotence.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.
-
getRequestId
String getRequestId()A unique identifier for this create request for idempotence. Typically UUIDv4. If a second request with the same ID is recieved, it is considered a successful no-op. Retrying with a different request ID for the same deployment name + build ID is an error.
string request_id = 4;- Returns:
- The requestId.
-
getRequestIdBytes
com.google.protobuf.ByteString getRequestIdBytes()A unique identifier for this create request for idempotence. Typically UUIDv4. If a second request with the same ID is recieved, it is considered a successful no-op. Retrying with a different request ID for the same deployment name + build ID is an error.
string request_id = 4;- Returns:
- The bytes for requestId.
-