mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-16 13:00:34 +02:00
fix: mark service_account_email as deprecated
docs: removing comment from a deprecated field PiperOrigin-RevId: 471626558
This commit is contained in:
parent
0cb849945f
commit
fff3f7302f
2 changed files with 1 additions and 5 deletions
|
|
@ -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];
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue