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, 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.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.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.RDMDiscoveryRequest> 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.RDMDiscoveryRequestOrBuilder
public int getUniverse()
required int32 universe = 1;
getUniverse
in interface Ola.RDMDiscoveryRequestOrBuilder
public boolean hasUid()
required .ola.proto.UID uid = 2;
hasUid
in interface Ola.RDMDiscoveryRequestOrBuilder
public Ola.UID getUid()
required .ola.proto.UID uid = 2;
getUid
in interface Ola.RDMDiscoveryRequestOrBuilder
public Ola.UIDOrBuilder getUidOrBuilder()
required .ola.proto.UID uid = 2;
getUidOrBuilder
in interface Ola.RDMDiscoveryRequestOrBuilder
public boolean hasSubDevice()
required int32 sub_device = 3;
hasSubDevice
in interface Ola.RDMDiscoveryRequestOrBuilder
public int getSubDevice()
required int32 sub_device = 3;
getSubDevice
in interface Ola.RDMDiscoveryRequestOrBuilder
public boolean hasParamId()
required int32 param_id = 4;
hasParamId
in interface Ola.RDMDiscoveryRequestOrBuilder
public int getParamId()
required int32 param_id = 4;
getParamId
in interface Ola.RDMDiscoveryRequestOrBuilder
public boolean hasData()
required bytes data = 5;
0 - 231 bytes
hasData
in interface Ola.RDMDiscoveryRequestOrBuilder
public com.google.protobuf.ByteString getData()
required bytes data = 5;
0 - 231 bytes
getData
in interface Ola.RDMDiscoveryRequestOrBuilder
public boolean hasIncludeRawResponse()
optional bool include_raw_response = 6 [default = false];
hasIncludeRawResponse
in interface Ola.RDMDiscoveryRequestOrBuilder
public boolean getIncludeRawResponse()
optional bool include_raw_response = 6 [default = false];
getIncludeRawResponse
in interface Ola.RDMDiscoveryRequestOrBuilder
public boolean hasOptions()
optional .ola.proto.RDMRequestOverrideOptions options = 8;
hasOptions
in interface Ola.RDMDiscoveryRequestOrBuilder
public Ola.RDMRequestOverrideOptions getOptions()
optional .ola.proto.RDMRequestOverrideOptions options = 8;
getOptions
in interface Ola.RDMDiscoveryRequestOrBuilder
public Ola.RDMRequestOverrideOptionsOrBuilder getOptionsOrBuilder()
optional .ola.proto.RDMRequestOverrideOptions options = 8;
getOptionsOrBuilder
in interface Ola.RDMDiscoveryRequestOrBuilder
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.RDMDiscoveryRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Ola.RDMDiscoveryRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Ola.RDMDiscoveryRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Ola.RDMDiscoveryRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Ola.RDMDiscoveryRequest parseFrom(InputStream input) throws IOException
IOException
public static Ola.RDMDiscoveryRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Ola.RDMDiscoveryRequest parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Ola.RDMDiscoveryRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Ola.RDMDiscoveryRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Ola.RDMDiscoveryRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Ola.RDMDiscoveryRequest.Builder newBuilder()
public Ola.RDMDiscoveryRequest.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Ola.RDMDiscoveryRequest.Builder newBuilder(Ola.RDMDiscoveryRequest prototype)
public Ola.RDMDiscoveryRequest.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Ola.RDMDiscoveryRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2016. All rights reserved.