public static final class Ola.UniverseInfo extends com.google.protobuf.GeneratedMessage implements Ola.UniverseInfoOrBuilder
ola.proto.UniverseInfo| Modifier and Type | Class and Description |
|---|---|
static class |
Ola.UniverseInfo.Builder
Protobuf type
ola.proto.UniverseInfo |
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 |
INPUT_PORT_COUNT_FIELD_NUMBER |
static int |
INPUT_PORTS_FIELD_NUMBER |
static int |
MERGE_MODE_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
OUTPUT_PORT_COUNT_FIELD_NUMBER |
static int |
OUTPUT_PORTS_FIELD_NUMBER |
static com.google.protobuf.Parser<Ola.UniverseInfo> |
PARSER |
static int |
RDM_DEVICES_FIELD_NUMBER |
static int |
UNIVERSE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static Ola.UniverseInfo |
getDefaultInstance() |
Ola.UniverseInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getInputPortCount()
required int32 input_port_count = 4; |
Ola.PortInfo |
getInputPorts(int index)
repeated .ola.proto.PortInfo input_ports = 7; |
int |
getInputPortsCount()
repeated .ola.proto.PortInfo input_ports = 7; |
List<Ola.PortInfo> |
getInputPortsList()
repeated .ola.proto.PortInfo input_ports = 7; |
Ola.PortInfoOrBuilder |
getInputPortsOrBuilder(int index)
repeated .ola.proto.PortInfo input_ports = 7; |
List<? extends Ola.PortInfoOrBuilder> |
getInputPortsOrBuilderList()
repeated .ola.proto.PortInfo input_ports = 7; |
Ola.MergeMode |
getMergeMode()
required .ola.proto.MergeMode merge_mode = 3; |
String |
getName()
required string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 2; |
int |
getOutputPortCount()
required int32 output_port_count = 5; |
Ola.PortInfo |
getOutputPorts(int index)
repeated .ola.proto.PortInfo output_ports = 8; |
int |
getOutputPortsCount()
repeated .ola.proto.PortInfo output_ports = 8; |
List<Ola.PortInfo> |
getOutputPortsList()
repeated .ola.proto.PortInfo output_ports = 8; |
Ola.PortInfoOrBuilder |
getOutputPortsOrBuilder(int index)
repeated .ola.proto.PortInfo output_ports = 8; |
List<? extends Ola.PortInfoOrBuilder> |
getOutputPortsOrBuilderList()
repeated .ola.proto.PortInfo output_ports = 8; |
com.google.protobuf.Parser<Ola.UniverseInfo> |
getParserForType() |
int |
getRdmDevices()
required int32 rdm_devices = 6; |
int |
getSerializedSize() |
int |
getUniverse()
required int32 universe = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasInputPortCount()
required int32 input_port_count = 4; |
boolean |
hasMergeMode()
required .ola.proto.MergeMode merge_mode = 3; |
boolean |
hasName()
required string name = 2; |
boolean |
hasOutputPortCount()
required int32 output_port_count = 5; |
boolean |
hasRdmDevices()
required int32 rdm_devices = 6; |
boolean |
hasUniverse()
required int32 universe = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Ola.UniverseInfo.Builder |
newBuilder() |
static Ola.UniverseInfo.Builder |
newBuilder(Ola.UniverseInfo prototype) |
Ola.UniverseInfo.Builder |
newBuilderForType() |
protected Ola.UniverseInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Ola.UniverseInfo |
parseDelimitedFrom(InputStream input) |
static Ola.UniverseInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.UniverseInfo |
parseFrom(byte[] data) |
static Ola.UniverseInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.UniverseInfo |
parseFrom(com.google.protobuf.ByteString data) |
static Ola.UniverseInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.UniverseInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Ola.UniverseInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.UniverseInfo |
parseFrom(InputStream input) |
static Ola.UniverseInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Ola.UniverseInfo.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.UniverseInfo> PARSER
public static final int UNIVERSE_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int MERGE_MODE_FIELD_NUMBER
public static final int INPUT_PORT_COUNT_FIELD_NUMBER
public static final int OUTPUT_PORT_COUNT_FIELD_NUMBER
public static final int RDM_DEVICES_FIELD_NUMBER
public static final int INPUT_PORTS_FIELD_NUMBER
public static final int OUTPUT_PORTS_FIELD_NUMBER
public static Ola.UniverseInfo getDefaultInstance()
public Ola.UniverseInfo 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.UniverseInfo> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasUniverse()
required int32 universe = 1;hasUniverse in interface Ola.UniverseInfoOrBuilderpublic int getUniverse()
required int32 universe = 1;getUniverse in interface Ola.UniverseInfoOrBuilderpublic boolean hasName()
required string name = 2;hasName in interface Ola.UniverseInfoOrBuilderpublic String getName()
required string name = 2;getName in interface Ola.UniverseInfoOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
required string name = 2;getNameBytes in interface Ola.UniverseInfoOrBuilderpublic boolean hasMergeMode()
required .ola.proto.MergeMode merge_mode = 3;hasMergeMode in interface Ola.UniverseInfoOrBuilderpublic Ola.MergeMode getMergeMode()
required .ola.proto.MergeMode merge_mode = 3;getMergeMode in interface Ola.UniverseInfoOrBuilderpublic boolean hasInputPortCount()
required int32 input_port_count = 4;hasInputPortCount in interface Ola.UniverseInfoOrBuilderpublic int getInputPortCount()
required int32 input_port_count = 4;getInputPortCount in interface Ola.UniverseInfoOrBuilderpublic boolean hasOutputPortCount()
required int32 output_port_count = 5;hasOutputPortCount in interface Ola.UniverseInfoOrBuilderpublic int getOutputPortCount()
required int32 output_port_count = 5;getOutputPortCount in interface Ola.UniverseInfoOrBuilderpublic boolean hasRdmDevices()
required int32 rdm_devices = 6;hasRdmDevices in interface Ola.UniverseInfoOrBuilderpublic int getRdmDevices()
required int32 rdm_devices = 6;getRdmDevices in interface Ola.UniverseInfoOrBuilderpublic List<Ola.PortInfo> getInputPortsList()
repeated .ola.proto.PortInfo input_ports = 7;getInputPortsList in interface Ola.UniverseInfoOrBuilderpublic List<? extends Ola.PortInfoOrBuilder> getInputPortsOrBuilderList()
repeated .ola.proto.PortInfo input_ports = 7;getInputPortsOrBuilderList in interface Ola.UniverseInfoOrBuilderpublic int getInputPortsCount()
repeated .ola.proto.PortInfo input_ports = 7;getInputPortsCount in interface Ola.UniverseInfoOrBuilderpublic Ola.PortInfo getInputPorts(int index)
repeated .ola.proto.PortInfo input_ports = 7;getInputPorts in interface Ola.UniverseInfoOrBuilderpublic Ola.PortInfoOrBuilder getInputPortsOrBuilder(int index)
repeated .ola.proto.PortInfo input_ports = 7;getInputPortsOrBuilder in interface Ola.UniverseInfoOrBuilderpublic List<Ola.PortInfo> getOutputPortsList()
repeated .ola.proto.PortInfo output_ports = 8;getOutputPortsList in interface Ola.UniverseInfoOrBuilderpublic List<? extends Ola.PortInfoOrBuilder> getOutputPortsOrBuilderList()
repeated .ola.proto.PortInfo output_ports = 8;getOutputPortsOrBuilderList in interface Ola.UniverseInfoOrBuilderpublic int getOutputPortsCount()
repeated .ola.proto.PortInfo output_ports = 8;getOutputPortsCount in interface Ola.UniverseInfoOrBuilderpublic Ola.PortInfo getOutputPorts(int index)
repeated .ola.proto.PortInfo output_ports = 8;getOutputPorts in interface Ola.UniverseInfoOrBuilderpublic Ola.PortInfoOrBuilder getOutputPortsOrBuilder(int index)
repeated .ola.proto.PortInfo output_ports = 8;getOutputPortsOrBuilder in interface Ola.UniverseInfoOrBuilderpublic 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.UniverseInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Ola.UniverseInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Ola.UniverseInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Ola.UniverseInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Ola.UniverseInfo parseFrom(InputStream input) throws IOException
IOExceptionpublic static Ola.UniverseInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Ola.UniverseInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Ola.UniverseInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Ola.UniverseInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Ola.UniverseInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Ola.UniverseInfo.Builder newBuilder()
public Ola.UniverseInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Ola.UniverseInfo.Builder newBuilder(Ola.UniverseInfo prototype)
public Ola.UniverseInfo.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Ola.UniverseInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2016. All rights reserved.