From fff3f7302f9f2ebcd098702967cb0f366ed4e44d Mon Sep 17 00:00:00 2001 From: Google APIs Date: Thu, 1 Sep 2022 14:02:49 -0700 Subject: [PATCH] fix: mark service_account_email as deprecated docs: removing comment from a deprecated field PiperOrigin-RevId: 471626558 --- google/cloud/batch/v1/job.proto | 2 -- google/cloud/batch/v1alpha/job.proto | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/google/cloud/batch/v1/job.proto b/google/cloud/batch/v1/job.proto index 2b622544c8..9c746ebea3 100644 --- a/google/cloud/batch/v1/job.proto +++ b/google/cloud/batch/v1/job.proto @@ -287,8 +287,6 @@ message AllocationPolicy { // The number of accelerators of this type. int64 count = 2; - // When true, Batch will install the GPU drivers. - // This field will be ignored if specified. bool install_gpu_drivers = 3 [deprecated = true]; } diff --git a/google/cloud/batch/v1alpha/job.proto b/google/cloud/batch/v1alpha/job.proto index 1b5a1b2af6..b313d2910c 100644 --- a/google/cloud/batch/v1alpha/job.proto +++ b/google/cloud/batch/v1alpha/job.proto @@ -342,8 +342,6 @@ message AllocationPolicy { // The number of accelerators of this type. int64 count = 2; - // When true, Batch will install the GPU drivers. - // This field will be ignored if specified. bool install_gpu_drivers = 3 [deprecated = true]; } @@ -454,7 +452,7 @@ message AllocationPolicy { repeated ProvisioningModel provisioning_models = 4 [deprecated = true]; // Email of the service account that VMs will run as. - string service_account_email = 5; + string service_account_email = 5 [deprecated = true]; // Service account that VMs will run as. // Not yet implemented.