fix: mark service_account_email as deprecated

docs: removing comment from a deprecated field

PiperOrigin-RevId: 471626558
This commit is contained in:
Google APIs 2022-09-01 14:02:49 -07:00 committed by Copybara-Service
parent 0cb849945f
commit fff3f7302f
2 changed files with 1 additions and 5 deletions

View file

@ -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];
}

View file

@ -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.