public static final class Ola.DeviceInfo extends com.google.protobuf.GeneratedMessage implements Ola.DeviceInfoOrBuilder
ola.proto.DeviceInfo| Modifier and Type | Class and Description |
|---|---|
static class |
Ola.DeviceInfo.Builder
Protobuf type
ola.proto.DeviceInfo |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
DEVICE_ALIAS_FIELD_NUMBER |
static int |
DEVICE_ID_FIELD_NUMBER |
static int |
DEVICE_NAME_FIELD_NUMBER |
static int |
INPUT_PORT_FIELD_NUMBER |
static int |
OUTPUT_PORT_FIELD_NUMBER |
static com.google.protobuf.Parser<Ola.DeviceInfo> |
PARSER |
static int |
PLUGIN_ID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static Ola.DeviceInfo |
getDefaultInstance() |
Ola.DeviceInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getDeviceAlias()
required int32 device_alias = 1; |
String |
getDeviceId()
required string device_id = 6; |
com.google.protobuf.ByteString |
getDeviceIdBytes()
required string device_id = 6; |
String |
getDeviceName()
required string device_name = 3; |
com.google.protobuf.ByteString |
getDeviceNameBytes()
required string device_name = 3; |
Ola.PortInfo |
getInputPort(int index)
repeated .ola.proto.PortInfo input_port = 4; |
int |
getInputPortCount()
repeated .ola.proto.PortInfo input_port = 4; |
List<Ola.PortInfo> |
getInputPortList()
repeated .ola.proto.PortInfo input_port = 4; |
Ola.PortInfoOrBuilder |
getInputPortOrBuilder(int index)
repeated .ola.proto.PortInfo input_port = 4; |
List<? extends Ola.PortInfoOrBuilder> |
getInputPortOrBuilderList()
repeated .ola.proto.PortInfo input_port = 4; |
Ola.PortInfo |
getOutputPort(int index)
repeated .ola.proto.PortInfo output_port = 5; |
int |
getOutputPortCount()
repeated .ola.proto.PortInfo output_port = 5; |
List<Ola.PortInfo> |
getOutputPortList()
repeated .ola.proto.PortInfo output_port = 5; |
Ola.PortInfoOrBuilder |
getOutputPortOrBuilder(int index)
repeated .ola.proto.PortInfo output_port = 5; |
List<? extends Ola.PortInfoOrBuilder> |
getOutputPortOrBuilderList()
repeated .ola.proto.PortInfo output_port = 5; |
com.google.protobuf.Parser<Ola.DeviceInfo> |
getParserForType() |
int |
getPluginId()
required int32 plugin_id = 2; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDeviceAlias()
required int32 device_alias = 1; |
boolean |
hasDeviceId()
required string device_id = 6; |
boolean |
hasDeviceName()
required string device_name = 3; |
boolean |
hasPluginId()
required int32 plugin_id = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Ola.DeviceInfo.Builder |
newBuilder() |
static Ola.DeviceInfo.Builder |
newBuilder(Ola.DeviceInfo prototype) |
Ola.DeviceInfo.Builder |
newBuilderForType() |
protected Ola.DeviceInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Ola.DeviceInfo |
parseDelimitedFrom(InputStream input) |
static Ola.DeviceInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.DeviceInfo |
parseFrom(byte[] data) |
static Ola.DeviceInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.DeviceInfo |
parseFrom(com.google.protobuf.ByteString data) |
static Ola.DeviceInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.DeviceInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Ola.DeviceInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.DeviceInfo |
parseFrom(InputStream input) |
static Ola.DeviceInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Ola.DeviceInfo.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toStringcheckByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<Ola.DeviceInfo> PARSER
public static final int DEVICE_ALIAS_FIELD_NUMBER
public static final int PLUGIN_ID_FIELD_NUMBER
public static final int DEVICE_NAME_FIELD_NUMBER
public static final int INPUT_PORT_FIELD_NUMBER
public static final int OUTPUT_PORT_FIELD_NUMBER
public static final int DEVICE_ID_FIELD_NUMBER
public static Ola.DeviceInfo getDefaultInstance()
public Ola.DeviceInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<Ola.DeviceInfo> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasDeviceAlias()
required int32 device_alias = 1;hasDeviceAlias in interface Ola.DeviceInfoOrBuilderpublic int getDeviceAlias()
required int32 device_alias = 1;getDeviceAlias in interface Ola.DeviceInfoOrBuilderpublic boolean hasPluginId()
required int32 plugin_id = 2;hasPluginId in interface Ola.DeviceInfoOrBuilderpublic int getPluginId()
required int32 plugin_id = 2;getPluginId in interface Ola.DeviceInfoOrBuilderpublic boolean hasDeviceName()
required string device_name = 3;hasDeviceName in interface Ola.DeviceInfoOrBuilderpublic String getDeviceName()
required string device_name = 3;getDeviceName in interface Ola.DeviceInfoOrBuilderpublic com.google.protobuf.ByteString getDeviceNameBytes()
required string device_name = 3;getDeviceNameBytes in interface Ola.DeviceInfoOrBuilderpublic List<Ola.PortInfo> getInputPortList()
repeated .ola.proto.PortInfo input_port = 4;getInputPortList in interface Ola.DeviceInfoOrBuilderpublic List<? extends Ola.PortInfoOrBuilder> getInputPortOrBuilderList()
repeated .ola.proto.PortInfo input_port = 4;getInputPortOrBuilderList in interface Ola.DeviceInfoOrBuilderpublic int getInputPortCount()
repeated .ola.proto.PortInfo input_port = 4;getInputPortCount in interface Ola.DeviceInfoOrBuilderpublic Ola.PortInfo getInputPort(int index)
repeated .ola.proto.PortInfo input_port = 4;getInputPort in interface Ola.DeviceInfoOrBuilderpublic Ola.PortInfoOrBuilder getInputPortOrBuilder(int index)
repeated .ola.proto.PortInfo input_port = 4;getInputPortOrBuilder in interface Ola.DeviceInfoOrBuilderpublic List<Ola.PortInfo> getOutputPortList()
repeated .ola.proto.PortInfo output_port = 5;getOutputPortList in interface Ola.DeviceInfoOrBuilderpublic List<? extends Ola.PortInfoOrBuilder> getOutputPortOrBuilderList()
repeated .ola.proto.PortInfo output_port = 5;getOutputPortOrBuilderList in interface Ola.DeviceInfoOrBuilderpublic int getOutputPortCount()
repeated .ola.proto.PortInfo output_port = 5;getOutputPortCount in interface Ola.DeviceInfoOrBuilderpublic Ola.PortInfo getOutputPort(int index)
repeated .ola.proto.PortInfo output_port = 5;getOutputPort in interface Ola.DeviceInfoOrBuilderpublic Ola.PortInfoOrBuilder getOutputPortOrBuilder(int index)
repeated .ola.proto.PortInfo output_port = 5;getOutputPortOrBuilder in interface Ola.DeviceInfoOrBuilderpublic boolean hasDeviceId()
required string device_id = 6;hasDeviceId in interface Ola.DeviceInfoOrBuilderpublic String getDeviceId()
required string device_id = 6;getDeviceId in interface Ola.DeviceInfoOrBuilderpublic com.google.protobuf.ByteString getDeviceIdBytes()
required string device_id = 6;getDeviceIdBytes in interface Ola.DeviceInfoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static Ola.DeviceInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Ola.DeviceInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Ola.DeviceInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Ola.DeviceInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Ola.DeviceInfo parseFrom(InputStream input) throws IOException
IOExceptionpublic static Ola.DeviceInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Ola.DeviceInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Ola.DeviceInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Ola.DeviceInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Ola.DeviceInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Ola.DeviceInfo.Builder newBuilder()
public Ola.DeviceInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Ola.DeviceInfo.Builder newBuilder(Ola.DeviceInfo prototype)
public Ola.DeviceInfo.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Ola.DeviceInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2016. All rights reserved.