public static final class Ola.RDMDiscoveryRequest extends com.google.protobuf.GeneratedMessage implements Ola.RDMDiscoveryRequestOrBuilder
ola.proto.RDMDiscoveryRequest| Modifier and Type | Class and Description |
|---|---|
static class |
Ola.RDMDiscoveryRequest.Builder
Protobuf type
ola.proto.RDMDiscoveryRequest |
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 |
DATA_FIELD_NUMBER |
static int |
INCLUDE_RAW_RESPONSE_FIELD_NUMBER |
static int |
OPTIONS_FIELD_NUMBER |
static int |
PARAM_ID_FIELD_NUMBER |
static com.google.protobuf.Parser<Ola.RDMDiscoveryRequest> |
PARSER |
static int |
SUB_DEVICE_FIELD_NUMBER |
static int |
UID_FIELD_NUMBER |
static int |
UNIVERSE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getData()
required bytes data = 5; |
static Ola.RDMDiscoveryRequest |
getDefaultInstance() |
Ola.RDMDiscoveryRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getIncludeRawResponse()
optional bool include_raw_response = 6 [default = false]; |
Ola.RDMRequestOverrideOptions |
getOptions()
optional .ola.proto.RDMRequestOverrideOptions options = 8; |
Ola.RDMRequestOverrideOptionsOrBuilder |
getOptionsOrBuilder()
optional .ola.proto.RDMRequestOverrideOptions options = 8; |
int |
getParamId()
required int32 param_id = 4; |
com.google.protobuf.Parser<Ola.RDMDiscoveryRequest> |
getParserForType() |
int |
getSerializedSize() |
int |
getSubDevice()
required int32 sub_device = 3; |
Ola.UID |
getUid()
required .ola.proto.UID uid = 2; |
Ola.UIDOrBuilder |
getUidOrBuilder()
required .ola.proto.UID uid = 2; |
int |
getUniverse()
required int32 universe = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasData()
required bytes data = 5; |
boolean |
hasIncludeRawResponse()
optional bool include_raw_response = 6 [default = false]; |
boolean |
hasOptions()
optional .ola.proto.RDMRequestOverrideOptions options = 8; |
boolean |
hasParamId()
required int32 param_id = 4; |
boolean |
hasSubDevice()
required int32 sub_device = 3; |
boolean |
hasUid()
required .ola.proto.UID uid = 2; |
boolean |
hasUniverse()
required int32 universe = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Ola.RDMDiscoveryRequest.Builder |
newBuilder() |
static Ola.RDMDiscoveryRequest.Builder |
newBuilder(Ola.RDMDiscoveryRequest prototype) |
Ola.RDMDiscoveryRequest.Builder |
newBuilderForType() |
protected Ola.RDMDiscoveryRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Ola.RDMDiscoveryRequest |
parseDelimitedFrom(InputStream input) |
static Ola.RDMDiscoveryRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.RDMDiscoveryRequest |
parseFrom(byte[] data) |
static Ola.RDMDiscoveryRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.RDMDiscoveryRequest |
parseFrom(com.google.protobuf.ByteString data) |
static Ola.RDMDiscoveryRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.RDMDiscoveryRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Ola.RDMDiscoveryRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.RDMDiscoveryRequest |
parseFrom(InputStream input) |
static Ola.RDMDiscoveryRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Ola.RDMDiscoveryRequest.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.RDMDiscoveryRequest> PARSER
public static final int UNIVERSE_FIELD_NUMBER
public static final int UID_FIELD_NUMBER
public static final int SUB_DEVICE_FIELD_NUMBER
public static final int PARAM_ID_FIELD_NUMBER
public static final int DATA_FIELD_NUMBER
public static final int INCLUDE_RAW_RESPONSE_FIELD_NUMBER
public static final int OPTIONS_FIELD_NUMBER
public static Ola.RDMDiscoveryRequest getDefaultInstance()
public Ola.RDMDiscoveryRequest 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.RDMDiscoveryRequest> 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.RDMDiscoveryRequestOrBuilderpublic int getUniverse()
required int32 universe = 1;getUniverse in interface Ola.RDMDiscoveryRequestOrBuilderpublic boolean hasUid()
required .ola.proto.UID uid = 2;hasUid in interface Ola.RDMDiscoveryRequestOrBuilderpublic Ola.UID getUid()
required .ola.proto.UID uid = 2;getUid in interface Ola.RDMDiscoveryRequestOrBuilderpublic Ola.UIDOrBuilder getUidOrBuilder()
required .ola.proto.UID uid = 2;getUidOrBuilder in interface Ola.RDMDiscoveryRequestOrBuilderpublic boolean hasSubDevice()
required int32 sub_device = 3;hasSubDevice in interface Ola.RDMDiscoveryRequestOrBuilderpublic int getSubDevice()
required int32 sub_device = 3;getSubDevice in interface Ola.RDMDiscoveryRequestOrBuilderpublic boolean hasParamId()
required int32 param_id = 4;hasParamId in interface Ola.RDMDiscoveryRequestOrBuilderpublic int getParamId()
required int32 param_id = 4;getParamId in interface Ola.RDMDiscoveryRequestOrBuilderpublic boolean hasData()
required bytes data = 5;
0 - 231 bytes
hasData in interface Ola.RDMDiscoveryRequestOrBuilderpublic com.google.protobuf.ByteString getData()
required bytes data = 5;
0 - 231 bytes
getData in interface Ola.RDMDiscoveryRequestOrBuilderpublic boolean hasIncludeRawResponse()
optional bool include_raw_response = 6 [default = false];hasIncludeRawResponse in interface Ola.RDMDiscoveryRequestOrBuilderpublic boolean getIncludeRawResponse()
optional bool include_raw_response = 6 [default = false];getIncludeRawResponse in interface Ola.RDMDiscoveryRequestOrBuilderpublic boolean hasOptions()
optional .ola.proto.RDMRequestOverrideOptions options = 8;hasOptions in interface Ola.RDMDiscoveryRequestOrBuilderpublic Ola.RDMRequestOverrideOptions getOptions()
optional .ola.proto.RDMRequestOverrideOptions options = 8;getOptions in interface Ola.RDMDiscoveryRequestOrBuilderpublic Ola.RDMRequestOverrideOptionsOrBuilder getOptionsOrBuilder()
optional .ola.proto.RDMRequestOverrideOptions options = 8;getOptionsOrBuilder in interface Ola.RDMDiscoveryRequestOrBuilderpublic 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.RDMDiscoveryRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Ola.RDMDiscoveryRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Ola.RDMDiscoveryRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Ola.RDMDiscoveryRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Ola.RDMDiscoveryRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static Ola.RDMDiscoveryRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Ola.RDMDiscoveryRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Ola.RDMDiscoveryRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Ola.RDMDiscoveryRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Ola.RDMDiscoveryRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Ola.RDMDiscoveryRequest.Builder newBuilder()
public Ola.RDMDiscoveryRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Ola.RDMDiscoveryRequest.Builder newBuilder(Ola.RDMDiscoveryRequest prototype)
public Ola.RDMDiscoveryRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Ola.RDMDiscoveryRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2016. All rights reserved.