Package | Description |
---|---|
ola | |
ola.proto |
Modifier and Type | Method and Description |
---|---|
Ola.DeviceInfoReply |
OlaClient.getCandidatePorts(int universe)
Get candidate ports for universe.
|
Ola.DeviceInfoReply |
OlaClient.getDeviceInfo()
Get device info from olad.
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<Ola.DeviceInfoReply> |
Ola.DeviceInfoReply.PARSER |
Modifier and Type | Method and Description |
---|---|
Ola.DeviceInfoReply |
Ola.DeviceInfoReply.Builder.build() |
Ola.DeviceInfoReply |
Ola.DeviceInfoReply.Builder.buildPartial() |
Ola.DeviceInfoReply |
Ola.OlaServerService.BlockingInterface.getCandidatePorts(com.google.protobuf.RpcController controller,
Ola.OptionalUniverseRequest request) |
static Ola.DeviceInfoReply |
Ola.DeviceInfoReply.getDefaultInstance() |
Ola.DeviceInfoReply |
Ola.DeviceInfoReply.getDefaultInstanceForType() |
Ola.DeviceInfoReply |
Ola.DeviceInfoReply.Builder.getDefaultInstanceForType() |
Ola.DeviceInfoReply |
Ola.OlaServerService.BlockingInterface.getDeviceInfo(com.google.protobuf.RpcController controller,
Ola.DeviceInfoRequest request) |
static Ola.DeviceInfoReply |
Ola.DeviceInfoReply.parseDelimitedFrom(InputStream input) |
static Ola.DeviceInfoReply |
Ola.DeviceInfoReply.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.DeviceInfoReply |
Ola.DeviceInfoReply.parseFrom(byte[] data) |
static Ola.DeviceInfoReply |
Ola.DeviceInfoReply.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.DeviceInfoReply |
Ola.DeviceInfoReply.parseFrom(com.google.protobuf.ByteString data) |
static Ola.DeviceInfoReply |
Ola.DeviceInfoReply.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.DeviceInfoReply |
Ola.DeviceInfoReply.parseFrom(com.google.protobuf.CodedInputStream input) |
static Ola.DeviceInfoReply |
Ola.DeviceInfoReply.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.DeviceInfoReply |
Ola.DeviceInfoReply.parseFrom(InputStream input) |
static Ola.DeviceInfoReply |
Ola.DeviceInfoReply.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Ola.DeviceInfoReply> |
Ola.DeviceInfoReply.getParserForType() |
Modifier and Type | Method and Description |
---|---|
Ola.DeviceInfoReply.Builder |
Ola.DeviceInfoReply.Builder.mergeFrom(Ola.DeviceInfoReply other) |
static Ola.DeviceInfoReply.Builder |
Ola.DeviceInfoReply.newBuilder(Ola.DeviceInfoReply prototype) |
Modifier and Type | Method and Description |
---|---|
abstract void |
Ola.OlaServerService.getCandidatePorts(com.google.protobuf.RpcController controller,
Ola.OptionalUniverseRequest request,
com.google.protobuf.RpcCallback<Ola.DeviceInfoReply> done)
rpc GetCandidatePorts(.ola.proto.OptionalUniverseRequest) returns (.ola.proto.DeviceInfoReply); |
void |
Ola.OlaServerService.Interface.getCandidatePorts(com.google.protobuf.RpcController controller,
Ola.OptionalUniverseRequest request,
com.google.protobuf.RpcCallback<Ola.DeviceInfoReply> done)
rpc GetCandidatePorts(.ola.proto.OptionalUniverseRequest) returns (.ola.proto.DeviceInfoReply); |
void |
Ola.OlaServerService.Stub.getCandidatePorts(com.google.protobuf.RpcController controller,
Ola.OptionalUniverseRequest request,
com.google.protobuf.RpcCallback<Ola.DeviceInfoReply> done) |
abstract void |
Ola.OlaServerService.getDeviceInfo(com.google.protobuf.RpcController controller,
Ola.DeviceInfoRequest request,
com.google.protobuf.RpcCallback<Ola.DeviceInfoReply> done)
rpc GetDeviceInfo(.ola.proto.DeviceInfoRequest) returns (.ola.proto.DeviceInfoReply); |
void |
Ola.OlaServerService.Interface.getDeviceInfo(com.google.protobuf.RpcController controller,
Ola.DeviceInfoRequest request,
com.google.protobuf.RpcCallback<Ola.DeviceInfoReply> done)
rpc GetDeviceInfo(.ola.proto.DeviceInfoRequest) returns (.ola.proto.DeviceInfoReply); |
void |
Ola.OlaServerService.Stub.getDeviceInfo(com.google.protobuf.RpcController controller,
Ola.DeviceInfoRequest request,
com.google.protobuf.RpcCallback<Ola.DeviceInfoReply> done) |
Copyright © 2016. All rights reserved.