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, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toString
checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<Ola.UniverseInfo> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasUniverse()
required int32 universe = 1;
hasUniverse
in interface Ola.UniverseInfoOrBuilder
public int getUniverse()
required int32 universe = 1;
getUniverse
in interface Ola.UniverseInfoOrBuilder
public boolean hasName()
required string name = 2;
hasName
in interface Ola.UniverseInfoOrBuilder
public String getName()
required string name = 2;
getName
in interface Ola.UniverseInfoOrBuilder
public com.google.protobuf.ByteString getNameBytes()
required string name = 2;
getNameBytes
in interface Ola.UniverseInfoOrBuilder
public boolean hasMergeMode()
required .ola.proto.MergeMode merge_mode = 3;
hasMergeMode
in interface Ola.UniverseInfoOrBuilder
public Ola.MergeMode getMergeMode()
required .ola.proto.MergeMode merge_mode = 3;
getMergeMode
in interface Ola.UniverseInfoOrBuilder
public boolean hasInputPortCount()
required int32 input_port_count = 4;
hasInputPortCount
in interface Ola.UniverseInfoOrBuilder
public int getInputPortCount()
required int32 input_port_count = 4;
getInputPortCount
in interface Ola.UniverseInfoOrBuilder
public boolean hasOutputPortCount()
required int32 output_port_count = 5;
hasOutputPortCount
in interface Ola.UniverseInfoOrBuilder
public int getOutputPortCount()
required int32 output_port_count = 5;
getOutputPortCount
in interface Ola.UniverseInfoOrBuilder
public boolean hasRdmDevices()
required int32 rdm_devices = 6;
hasRdmDevices
in interface Ola.UniverseInfoOrBuilder
public int getRdmDevices()
required int32 rdm_devices = 6;
getRdmDevices
in interface Ola.UniverseInfoOrBuilder
public List<Ola.PortInfo> getInputPortsList()
repeated .ola.proto.PortInfo input_ports = 7;
getInputPortsList
in interface Ola.UniverseInfoOrBuilder
public List<? extends Ola.PortInfoOrBuilder> getInputPortsOrBuilderList()
repeated .ola.proto.PortInfo input_ports = 7;
getInputPortsOrBuilderList
in interface Ola.UniverseInfoOrBuilder
public int getInputPortsCount()
repeated .ola.proto.PortInfo input_ports = 7;
getInputPortsCount
in interface Ola.UniverseInfoOrBuilder
public Ola.PortInfo getInputPorts(int index)
repeated .ola.proto.PortInfo input_ports = 7;
getInputPorts
in interface Ola.UniverseInfoOrBuilder
public Ola.PortInfoOrBuilder getInputPortsOrBuilder(int index)
repeated .ola.proto.PortInfo input_ports = 7;
getInputPortsOrBuilder
in interface Ola.UniverseInfoOrBuilder
public List<Ola.PortInfo> getOutputPortsList()
repeated .ola.proto.PortInfo output_ports = 8;
getOutputPortsList
in interface Ola.UniverseInfoOrBuilder
public List<? extends Ola.PortInfoOrBuilder> getOutputPortsOrBuilderList()
repeated .ola.proto.PortInfo output_ports = 8;
getOutputPortsOrBuilderList
in interface Ola.UniverseInfoOrBuilder
public int getOutputPortsCount()
repeated .ola.proto.PortInfo output_ports = 8;
getOutputPortsCount
in interface Ola.UniverseInfoOrBuilder
public Ola.PortInfo getOutputPorts(int index)
repeated .ola.proto.PortInfo output_ports = 8;
getOutputPorts
in interface Ola.UniverseInfoOrBuilder
public Ola.PortInfoOrBuilder getOutputPortsOrBuilder(int index)
repeated .ola.proto.PortInfo output_ports = 8;
getOutputPortsOrBuilder
in interface Ola.UniverseInfoOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public static Ola.UniverseInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Ola.UniverseInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Ola.UniverseInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Ola.UniverseInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Ola.UniverseInfo parseFrom(InputStream input) throws IOException
IOException
public static Ola.UniverseInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Ola.UniverseInfo parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Ola.UniverseInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Ola.UniverseInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Ola.UniverseInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Ola.UniverseInfo.Builder newBuilder()
public Ola.UniverseInfo.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Ola.UniverseInfo.Builder newBuilder(Ola.UniverseInfo prototype)
public Ola.UniverseInfo.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Ola.UniverseInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2017. All rights reserved.