Uses of Class
pb.Ops.CDIDevice
Packages that use Ops.CDIDevice
-
Uses of Ops.CDIDevice in pb
Methods in pb that return Ops.CDIDeviceModifier and TypeMethodDescriptionOps.CDIDevice.Builder.build()
Ops.CDIDevice.Builder.buildPartial()
Ops.ExecOp.Builder.getCdiDevices
(int index) repeated .pb.CDIDevice cdiDevices = 6;
Ops.ExecOp.getCdiDevices
(int index) repeated .pb.CDIDevice cdiDevices = 6;
Ops.ExecOpOrBuilder.getCdiDevices
(int index) repeated .pb.CDIDevice cdiDevices = 6;
static Ops.CDIDevice
Ops.CDIDevice.getDefaultInstance()
Ops.CDIDevice.Builder.getDefaultInstanceForType()
Ops.CDIDevice.getDefaultInstanceForType()
static Ops.CDIDevice
Ops.CDIDevice.parseDelimitedFrom
(InputStream input) static Ops.CDIDevice
Ops.CDIDevice.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Ops.CDIDevice
Ops.CDIDevice.parseFrom
(byte[] data) static Ops.CDIDevice
Ops.CDIDevice.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Ops.CDIDevice
Ops.CDIDevice.parseFrom
(com.google.protobuf.ByteString data) static Ops.CDIDevice
Ops.CDIDevice.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Ops.CDIDevice
Ops.CDIDevice.parseFrom
(com.google.protobuf.CodedInputStream input) static Ops.CDIDevice
Ops.CDIDevice.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Ops.CDIDevice
Ops.CDIDevice.parseFrom
(InputStream input) static Ops.CDIDevice
Ops.CDIDevice.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Ops.CDIDevice
Ops.CDIDevice.parseFrom
(ByteBuffer data) static Ops.CDIDevice
Ops.CDIDevice.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in pb that return types with arguments of type Ops.CDIDeviceModifier and TypeMethodDescriptionOps.ExecOp.Builder.getCdiDevicesList()
repeated .pb.CDIDevice cdiDevices = 6;
Ops.ExecOp.getCdiDevicesList()
repeated .pb.CDIDevice cdiDevices = 6;
Ops.ExecOpOrBuilder.getCdiDevicesList()
repeated .pb.CDIDevice cdiDevices = 6;
com.google.protobuf.Parser
<Ops.CDIDevice> Ops.CDIDevice.getParserForType()
static com.google.protobuf.Parser
<Ops.CDIDevice> Ops.CDIDevice.parser()
Methods in pb with parameters of type Ops.CDIDeviceModifier and TypeMethodDescriptionOps.ExecOp.Builder.addCdiDevices
(int index, Ops.CDIDevice value) repeated .pb.CDIDevice cdiDevices = 6;
Ops.ExecOp.Builder.addCdiDevices
(Ops.CDIDevice value) repeated .pb.CDIDevice cdiDevices = 6;
Ops.CDIDevice.Builder.mergeFrom
(Ops.CDIDevice other) static Ops.CDIDevice.Builder
Ops.CDIDevice.newBuilder
(Ops.CDIDevice prototype) Ops.ExecOp.Builder.setCdiDevices
(int index, Ops.CDIDevice value) repeated .pb.CDIDevice cdiDevices = 6;
Method parameters in pb with type arguments of type Ops.CDIDeviceModifier and TypeMethodDescriptionOps.ExecOp.Builder.addAllCdiDevices
(Iterable<? extends Ops.CDIDevice> values) repeated .pb.CDIDevice cdiDevices = 6;