Class AllocationPolicy.Accelerator (0.76.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 0.76.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  AllocationPolicy . Accelerator   extends   GeneratedMessageV3   implements   AllocationPolicy . AcceleratorOrBuilder  
   Accelerator describes Compute Engine accelerators to be attached to the VM.
 Protobuf type google.cloud.batch.v1alpha.AllocationPolicy.Accelerator
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  COUNT_FIELD_NUMBER 
  
    
public   static   final   int   COUNT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  DRIVER_VERSION_FIELD_NUMBER 
  
    
public   static   final   int   DRIVER_VERSION_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  INSTALL_GPU_DRIVERS_FIELD_NUMBER 
  
    
public   static   final   int   INSTALL_GPU_DRIVERS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  TYPE_FIELD_NUMBER 
  
    
public   static   final   int   TYPE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   AllocationPolicy . Accelerator   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   AllocationPolicy . Accelerator . Builder   newBuilder ()  
  
  newBuilder(AllocationPolicy.Accelerator prototype) 
  
    
public   static   AllocationPolicy . Accelerator . Builder   newBuilder ( AllocationPolicy . Accelerator   prototype )  
  
  
  
    
public   static   AllocationPolicy . Accelerator   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   AllocationPolicy . Accelerator   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   AllocationPolicy . Accelerator   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   AllocationPolicy . Accelerator   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   AllocationPolicy . Accelerator   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   AllocationPolicy . Accelerator   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   AllocationPolicy . Accelerator   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   AllocationPolicy . Accelerator   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   AllocationPolicy . Accelerator   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   AllocationPolicy . Accelerator   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   AllocationPolicy . Accelerator   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   AllocationPolicy . Accelerator   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<AllocationPolicy . Accelerator >  parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getCount() 
  
   The number of accelerators of this type.
 int64 count = 2;
    
      
        Returns  
      
        Type Description  
      
        long The count.
 
     
  
  getDefaultInstanceForType() 
  
    
public   AllocationPolicy . Accelerator   getDefaultInstanceForType ()  
  
  getDriverVersion() 
  
    
public   String   getDriverVersion ()  
   Optional. The NVIDIA GPU driver version that should be installed for this
 type.
 You can define the specific driver version such as "470.103.01",
 following the driver version requirements in
 https://cloud.google.com/compute/docs/gpus/install-drivers-gpu#minimum-driver .
 Batch will install the specific accelerator driver if qualified.
 string driver_version = 4 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        String The driverVersion.
 
     
  
  getDriverVersionBytes() 
  
    
public   ByteString   getDriverVersionBytes ()  
   Optional. The NVIDIA GPU driver version that should be installed for this
 type.
 You can define the specific driver version such as "470.103.01",
 following the driver version requirements in
 https://cloud.google.com/compute/docs/gpus/install-drivers-gpu#minimum-driver .
 Batch will install the specific accelerator driver if qualified.
 string driver_version = 4 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for driverVersion.
 
     
  
  getInstallGpuDrivers() (deprecated) 
  
    
public   boolean   getInstallGpuDrivers ()  
  Deprecated.  google.cloud.batch.v1alpha.AllocationPolicy.Accelerator.install_gpu_drivers is
     deprecated. See google/cloud/batch/v1alpha/job.proto;l=450 
 Deprecated: please use instances[0].install_gpu_drivers instead.
 bool install_gpu_drivers = 3 [deprecated = true];
    
      
        Returns  
      
        Type Description  
      
        boolean The installGpuDrivers.
 
     
  
  getParserForType() 
  
    
public   Parser<AllocationPolicy . Accelerator >  getParserForType ()  
  
  Overrides 
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  getType() 
  
   The accelerator type. For example, "nvidia-tesla-t4".
 See gcloud compute accelerator-types list.
 string type = 1;
    
      
        Returns  
      
        Type Description  
      
        String The type.
 
     
  
  getTypeBytes() 
  
    
public   ByteString   getTypeBytes ()  
   The accelerator type. For example, "nvidia-tesla-t4".
 See gcloud compute accelerator-types list.
 string type = 1;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for type.
 
     
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   AllocationPolicy . Accelerator . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   AllocationPolicy . Accelerator . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   AllocationPolicy . Accelerator . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-28 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-28 UTC."],[],[]]