@@ -4256,17 +4256,10 @@ public interface AcceleratorOrBuilder
4256
4256
long getCount ();
4257
4257
4258
4258
/**
4259
- *
4260
- *
4261
- * <pre>
4262
- * When true, Batch will install the GPU drivers.
4263
- * This field will be ignored if specified.
4264
- * </pre>
4265
- *
4266
4259
* <code>bool install_gpu_drivers = 3 [deprecated = true];</code>
4267
4260
*
4268
4261
* @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is
4269
- * deprecated. See google/cloud/batch/v1/job.proto;l=291
4262
+ * deprecated. See google/cloud/batch/v1/job.proto;l=289
4270
4263
* @return The installGpuDrivers.
4271
4264
*/
4272
4265
@ java .lang .Deprecated
@@ -4449,17 +4442,10 @@ public long getCount() {
4449
4442
public static final int INSTALL_GPU_DRIVERS_FIELD_NUMBER = 3 ;
4450
4443
private boolean installGpuDrivers_ ;
4451
4444
/**
4452
- *
4453
- *
4454
- * <pre>
4455
- * When true, Batch will install the GPU drivers.
4456
- * This field will be ignored if specified.
4457
- * </pre>
4458
- *
4459
4445
* <code>bool install_gpu_drivers = 3 [deprecated = true];</code>
4460
4446
*
4461
4447
* @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is
4462
- * deprecated. See google/cloud/batch/v1/job.proto;l=291
4448
+ * deprecated. See google/cloud/batch/v1/job.proto;l=289
4463
4449
* @return The installGpuDrivers.
4464
4450
*/
4465
4451
@ java .lang .Override
@@ -4986,17 +4972,10 @@ public Builder clearCount() {
4986
4972
4987
4973
private boolean installGpuDrivers_ ;
4988
4974
/**
4989
- *
4990
- *
4991
- * <pre>
4992
- * When true, Batch will install the GPU drivers.
4993
- * This field will be ignored if specified.
4994
- * </pre>
4995
- *
4996
4975
* <code>bool install_gpu_drivers = 3 [deprecated = true];</code>
4997
4976
*
4998
4977
* @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is
4999
- * deprecated. See google/cloud/batch/v1/job.proto;l=291
4978
+ * deprecated. See google/cloud/batch/v1/job.proto;l=289
5000
4979
* @return The installGpuDrivers.
5001
4980
*/
5002
4981
@ java .lang .Override
@@ -5005,17 +4984,10 @@ public boolean getInstallGpuDrivers() {
5005
4984
return installGpuDrivers_ ;
5006
4985
}
5007
4986
/**
5008
- *
5009
- *
5010
- * <pre>
5011
- * When true, Batch will install the GPU drivers.
5012
- * This field will be ignored if specified.
5013
- * </pre>
5014
- *
5015
4987
* <code>bool install_gpu_drivers = 3 [deprecated = true];</code>
5016
4988
*
5017
4989
* @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is
5018
- * deprecated. See google/cloud/batch/v1/job.proto;l=291
4990
+ * deprecated. See google/cloud/batch/v1/job.proto;l=289
5019
4991
* @param value The installGpuDrivers to set.
5020
4992
* @return This builder for chaining.
5021
4993
*/
@@ -5027,17 +4999,10 @@ public Builder setInstallGpuDrivers(boolean value) {
5027
4999
return this ;
5028
5000
}
5029
5001
/**
5030
- *
5031
- *
5032
- * <pre>
5033
- * When true, Batch will install the GPU drivers.
5034
- * This field will be ignored if specified.
5035
- * </pre>
5036
- *
5037
5002
* <code>bool install_gpu_drivers = 3 [deprecated = true];</code>
5038
5003
*
5039
5004
* @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is
5040
- * deprecated. See google/cloud/batch/v1/job.proto;l=291
5005
+ * deprecated. See google/cloud/batch/v1/job.proto;l=289
5041
5006
* @return This builder for chaining.
5042
5007
*/
5043
5008
@ java .lang .Deprecated
0 commit comments