Interface Ops.CDIDeviceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Ops.CDIDevice
,Ops.CDIDevice.Builder
- Enclosing class:
Ops
public static interface Ops.CDIDeviceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Fully qualified CDI device name (e.g., vendor.com/gpu=gpudevice1) https://github.com/cncf-tags/container-device-interface/blob/main/SPEC.mdcom.google.protobuf.ByteString
Fully qualified CDI device name (e.g., vendor.com/gpu=gpudevice1) https://github.com/cncf-tags/container-device-interface/blob/main/SPEC.mdboolean
Optional defines if CDI device is required.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()Fully qualified CDI device name (e.g., vendor.com/gpu=gpudevice1) https://github.com/cncf-tags/container-device-interface/blob/main/SPEC.md
string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Fully qualified CDI device name (e.g., vendor.com/gpu=gpudevice1) https://github.com/cncf-tags/container-device-interface/blob/main/SPEC.md
string name = 1;
- Returns:
- The bytes for name.
-
getOptional
boolean getOptional()Optional defines if CDI device is required.
bool optional = 2;
- Returns:
- The optional.
-