Skip to content

Commit

Permalink
fix: [batch] mark service_account_email as deprecated (googleapis#8273)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

docs: removing comment from a deprecated field

PiperOrigin-RevId: 471626558

Source-Link: googleapis/googleapis@fff3f73

Source-Link: https://github.com/googleapis/googleapis-gen/commit/a032c66713c0a297202a6a597658ff697c536420
Copy-Tag: eyJwIjoiamF2YS1iYXRjaC8uT3dsQm90LnlhbWwiLCJoIjoiYTAzMmM2NjcxM2MwYTI5NzIwMmE2YTU5NzY1OGZmNjk3YzUzNjQyMCJ9
  • Loading branch information
gcf-owl-bot[bot] committed Sep 2, 2022
1 parent 76f459f commit 96705cb
Show file tree
Hide file tree
Showing 6 changed files with 174 additions and 221 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4256,17 +4256,10 @@ public interface AcceleratorOrBuilder
long getCount();

/**
*
*
* <pre>
* When true, Batch will install the GPU drivers.
* This field will be ignored if specified.
* </pre>
*
* <code>bool install_gpu_drivers = 3 [deprecated = true];</code>
*
* @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is
* deprecated. See google/cloud/batch/v1/job.proto;l=291
* deprecated. See google/cloud/batch/v1/job.proto;l=289
* @return The installGpuDrivers.
*/
@java.lang.Deprecated
Expand Down Expand Up @@ -4449,17 +4442,10 @@ public long getCount() {
public static final int INSTALL_GPU_DRIVERS_FIELD_NUMBER = 3;
private boolean installGpuDrivers_;
/**
*
*
* <pre>
* When true, Batch will install the GPU drivers.
* This field will be ignored if specified.
* </pre>
*
* <code>bool install_gpu_drivers = 3 [deprecated = true];</code>
*
* @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is
* deprecated. See google/cloud/batch/v1/job.proto;l=291
* deprecated. See google/cloud/batch/v1/job.proto;l=289
* @return The installGpuDrivers.
*/
@java.lang.Override
Expand Down Expand Up @@ -4986,17 +4972,10 @@ public Builder clearCount() {

private boolean installGpuDrivers_;
/**
*
*
* <pre>
* When true, Batch will install the GPU drivers.
* This field will be ignored if specified.
* </pre>
*
* <code>bool install_gpu_drivers = 3 [deprecated = true];</code>
*
* @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is
* deprecated. See google/cloud/batch/v1/job.proto;l=291
* deprecated. See google/cloud/batch/v1/job.proto;l=289
* @return The installGpuDrivers.
*/
@java.lang.Override
Expand All @@ -5005,17 +4984,10 @@ public boolean getInstallGpuDrivers() {
return installGpuDrivers_;
}
/**
*
*
* <pre>
* When true, Batch will install the GPU drivers.
* This field will be ignored if specified.
* </pre>
*
* <code>bool install_gpu_drivers = 3 [deprecated = true];</code>
*
* @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is
* deprecated. See google/cloud/batch/v1/job.proto;l=291
* deprecated. See google/cloud/batch/v1/job.proto;l=289
* @param value The installGpuDrivers to set.
* @return This builder for chaining.
*/
Expand All @@ -5027,17 +4999,10 @@ public Builder setInstallGpuDrivers(boolean value) {
return this;
}
/**
*
*
* <pre>
* When true, Batch will install the GPU drivers.
* This field will be ignored if specified.
* </pre>
*
* <code>bool install_gpu_drivers = 3 [deprecated = true];</code>
*
* @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is
* deprecated. See google/cloud/batch/v1/job.proto;l=291
* deprecated. See google/cloud/batch/v1/job.proto;l=289
* @return This builder for chaining.
*/
@java.lang.Deprecated
Expand Down
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

0 comments on commit 96705cb

Please sign in to comment.