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