Package com.google.container.v1
Interface GPUDriverInstallationConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GPUDriverInstallationConfig
,GPUDriverInstallationConfig.Builder
public interface GPUDriverInstallationConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GPUDriverInstallationConfig.GPUDriverVersion
getGpuDriverVersion()
Mode for how the GPU driver is installed.int
getGpuDriverVersionValue()
Mode for how the GPU driver is installed.boolean
hasGpuDriverVersion()
Mode for how the GPU driver is installed.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGpuDriverVersion
boolean hasGpuDriverVersion()
Mode for how the GPU driver is installed.
optional .google.container.v1.GPUDriverInstallationConfig.GPUDriverVersion gpu_driver_version = 1;
- Returns:
- Whether the gpuDriverVersion field is set.
-
getGpuDriverVersionValue
int getGpuDriverVersionValue()
Mode for how the GPU driver is installed.
optional .google.container.v1.GPUDriverInstallationConfig.GPUDriverVersion gpu_driver_version = 1;
- Returns:
- The enum numeric value on the wire for gpuDriverVersion.
-
getGpuDriverVersion
GPUDriverInstallationConfig.GPUDriverVersion getGpuDriverVersion()
Mode for how the GPU driver is installed.
optional .google.container.v1.GPUDriverInstallationConfig.GPUDriverVersion gpu_driver_version = 1;
- Returns:
- The gpuDriverVersion.
-
-