8000 fix: mark service_account_email as deprecated · googleapis/googleapis@fff3f73 · GitHub
[go: up one dir, main page]

Skip to content

Commit fff3f73

Browse files
Google APIscopybara-github
authored andcommitted
fix: mark service_account_email as deprecated
docs: removing comment from a deprecated field PiperOrigin-RevId: 471626558
1 parent 0cb8499 commit fff3f73

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

google/cloud/batch/v1/job.proto

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,6 @@ message AllocationPolicy {
287287
// The number of accelerators of this type.
288288
int64 count = 2;
289289

290-
// When true, Batch will install the GPU drivers.
291-
// This field will be ignored if specified.
292290
bool install_gpu_drivers = 3 [deprecated = true];
293291
}
294292

google/cloud/batch/v1alpha/job.proto

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,6 @@ message AllocationPolicy {
342342
// The number of accelerators of this type.
343343
int64 count = 2;
344344

345-
// When true, Batch will install the GPU drivers.
346-
// This field will be ignored if specified.
347345
bool install_gpu_drivers = 3 [deprecated = true];
348346
}
349347

@@ -454,7 +452,7 @@ message AllocationPolicy {
454452
repeated ProvisioningModel provisioning_models = 4 [deprecated = true];
455453

456454
// Email of the service account that VMs will run as.
457-
string service_account_email = 5;
455+
string service_account_email = 5 [deprecated = true];
458456

459457
// Service account that VMs will run as.
460458
// Not yet implemented.

0 commit comments

Comments
 (0)
0