diff --git a/packages/google-cloud-batch/google/cloud/batch_v1alpha/types/job.py b/packages/google-cloud-batch/google/cloud/batch_v1alpha/types/job.py index 80fc8674be8c..7c0ffdd0e451 100644 --- a/packages/google-cloud-batch/google/cloud/batch_v1alpha/types/job.py +++ b/packages/google-cloud-batch/google/cloud/batch_v1alpha/types/job.py @@ -631,11 +631,19 @@ class ProvisioningModel(proto.Enum): model, and has been migrated to use the SPOT model as the underlying technology. This old model will still be supported. + RESERVATION_BOUND (4): + Bound to the lifecycle of the reservation in + which it is provisioned. + FLEX_START (5): + Instance is provisioned with DWS Flex Start + and has limited max run duration. """ PROVISIONING_MODEL_UNSPECIFIED = 0 STANDARD = 1 SPOT = 2 PREEMPTIBLE = 3 + RESERVATION_BOUND = 4 + FLEX_START = 5 class LocationPolicy(proto.Message): r"""