Skip to content

Commit

Permalink
fix: mark service_account_email as deprecated
Browse files Browse the repository at this point in the history
docs: removing comment from a deprecated field

PiperOrigin-RevId: 471626558
  • Loading branch information
Google APIs authored and Copybara-Service committed Sep 1, 2022
1 parent 0cb8499 commit fff3f73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions google/cloud/batch/v1/job.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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];
}

Expand Down
4 changes: 1 addition & 3 deletions google/cloud/batch/v1alpha/job.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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];
}

Expand Down Expand Up @@ -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.
Expand Down

2 comments on commit fff3f73

@Thanhbinh7575
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Thanhbinh7575
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

google/cloud/batch/v1alpha/job.proto

google/cloud/batch/v1alpha/job.proto

Please sign in to comment.