Interface GPUDriverInstallationConfigOrBuilder (2.44.0)

public interface GPUDriverInstallationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGpuDriverVersion()

public abstract GPUDriverInstallationConfig.GPUDriverVersion getGpuDriverVersion()

Mode for how the GPU driver is installed.

optional .google.container.v1beta1.GPUDriverInstallationConfig.GPUDriverVersion gpu_driver_version = 1;

Returns
TypeDescription
GPUDriverInstallationConfig.GPUDriverVersion

The gpuDriverVersion.

getGpuDriverVersionValue()

public abstract int getGpuDriverVersionValue()

Mode for how the GPU driver is installed.

optional .google.container.v1beta1.GPUDriverInstallationConfig.GPUDriverVersion gpu_driver_version = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for gpuDriverVersion.

hasGpuDriverVersion()

public abstract boolean hasGpuDriverVersion()

Mode for how the GPU driver is installed.

optional .google.container.v1beta1.GPUDriverInstallationConfig.GPUDriverVersion gpu_driver_version = 1;

Returns
TypeDescription
boolean

Whether the gpuDriverVersion field is set.