Class GPUDriverInstallationConfig (2.44.0)

public final class GPUDriverInstallationConfig extends GeneratedMessageV3 implements GPUDriverInstallationConfigOrBuilder

GPUDriverInstallationConfig specifies the version of GPU driver to be auto installed.

Protobuf type google.container.v1beta1.GPUDriverInstallationConfig

Static Fields

GPU_DRIVER_VERSION_FIELD_NUMBER

public static final int GPU_DRIVER_VERSION_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static GPUDriverInstallationConfig getDefaultInstance()
Returns
TypeDescription
GPUDriverInstallationConfig

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static GPUDriverInstallationConfig.Builder newBuilder()
Returns
TypeDescription
GPUDriverInstallationConfig.Builder

newBuilder(GPUDriverInstallationConfig prototype)

public static GPUDriverInstallationConfig.Builder newBuilder(GPUDriverInstallationConfig prototype)
Parameter
NameDescription
prototypeGPUDriverInstallationConfig
Returns
TypeDescription
GPUDriverInstallationConfig.Builder

parseDelimitedFrom(InputStream input)

public static GPUDriverInstallationConfig parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GPUDriverInstallationConfig
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GPUDriverInstallationConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GPUDriverInstallationConfig
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static GPUDriverInstallationConfig parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
GPUDriverInstallationConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GPUDriverInstallationConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GPUDriverInstallationConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GPUDriverInstallationConfig parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
GPUDriverInstallationConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GPUDriverInstallationConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GPUDriverInstallationConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GPUDriverInstallationConfig parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
GPUDriverInstallationConfig
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GPUDriverInstallationConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GPUDriverInstallationConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static GPUDriverInstallationConfig parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
GPUDriverInstallationConfig
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GPUDriverInstallationConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GPUDriverInstallationConfig
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static GPUDriverInstallationConfig parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
GPUDriverInstallationConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GPUDriverInstallationConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
GPUDriverInstallationConfig
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<GPUDriverInstallationConfig> parser()
Returns
TypeDescription
Parser<GPUDriverInstallationConfig>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public GPUDriverInstallationConfig getDefaultInstanceForType()
Returns
TypeDescription
GPUDriverInstallationConfig

getGpuDriverVersion()

public 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 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.

getParserForType()

public Parser<GPUDriverInstallationConfig> getParserForType()
Returns
TypeDescription
Parser<GPUDriverInstallationConfig>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasGpuDriverVersion()

public 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.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public GPUDriverInstallationConfig.Builder newBuilderForType()
Returns
TypeDescription
GPUDriverInstallationConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected GPUDriverInstallationConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
GPUDriverInstallationConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public GPUDriverInstallationConfig.Builder toBuilder()
Returns
TypeDescription
GPUDriverInstallationConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException