Skip to content

Commit 4afad9b

Browse files
fix: mark service_account_email as deprecated (#3325)
* fix: mark service_account_email as deprecated docs: removing comment from a deprecated field PiperOrigin-RevId: 471626558 Source-Link: googleapis/googleapis@fff3f73 Source-Link: googleapis/googleapis-gen@a032c66 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJhdGNoLy5Pd2xCb3QueWFtbCIsImgiOiJhMDMyYzY2NzEzYzBhMjk3MjAyYTZhNTk3NjU4ZmY2OTdjNTM2NDIwIn0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 07c6bc8 commit 4afad9b

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

packages/google-cloud-batch/protos/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

packages/google-cloud-batch/protos/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.

packages/google-cloud-batch/protos/protos.json

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)