public static final class Ola.PortPriorityRequest extends com.google.protobuf.GeneratedMessage implements Ola.PortPriorityRequestOrBuilder
ola.proto.PortPriorityRequest| Modifier and Type | Class and Description |
|---|---|
static class |
Ola.PortPriorityRequest.Builder
Protobuf type
ola.proto.PortPriorityRequest |
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 |
DEVICE_ALIAS_FIELD_NUMBER |
static int |
IS_OUTPUT_FIELD_NUMBER |
static com.google.protobuf.Parser<Ola.PortPriorityRequest> |
PARSER |
static int |
PORT_ID_FIELD_NUMBER |
static int |
PRIORITY_FIELD_NUMBER |
static int |
PRIORITY_MODE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static Ola.PortPriorityRequest |
getDefaultInstance() |
Ola.PortPriorityRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getDeviceAlias()
required int32 device_alias = 1; |
boolean |
getIsOutput()
required bool is_output = 2; |
com.google.protobuf.Parser<Ola.PortPriorityRequest> |
getParserForType() |
int |
getPortId()
required int32 port_id = 3; |
int |
getPriority()
optional int32 priority = 5; |
int |
getPriorityMode()
required int32 priority_mode = 4; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDeviceAlias()
required int32 device_alias = 1; |
boolean |
hasIsOutput()
required bool is_output = 2; |
boolean |
hasPortId()
required int32 port_id = 3; |
boolean |
hasPriority()
optional int32 priority = 5; |
boolean |
hasPriorityMode()
required int32 priority_mode = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Ola.PortPriorityRequest.Builder |
newBuilder() |
static Ola.PortPriorityRequest.Builder |
newBuilder(Ola.PortPriorityRequest prototype) |
Ola.PortPriorityRequest.Builder |
newBuilderForType() |
protected Ola.PortPriorityRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Ola.PortPriorityRequest |
parseDelimitedFrom(InputStream input) |
static Ola.PortPriorityRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.PortPriorityRequest |
parseFrom(byte[] data) |
static Ola.PortPriorityRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.PortPriorityRequest |
parseFrom(com.google.protobuf.ByteString data) |
static Ola.PortPriorityRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.PortPriorityRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Ola.PortPriorityRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.PortPriorityRequest |
parseFrom(InputStream input) |
static Ola.PortPriorityRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Ola.PortPriorityRequest.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.PortPriorityRequest> PARSER
public static final int DEVICE_ALIAS_FIELD_NUMBER
public static final int IS_OUTPUT_FIELD_NUMBER
public static final int PORT_ID_FIELD_NUMBER
public static final int PRIORITY_MODE_FIELD_NUMBER
public static final int PRIORITY_FIELD_NUMBER
public static Ola.PortPriorityRequest getDefaultInstance()
public Ola.PortPriorityRequest 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.PortPriorityRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasDeviceAlias()
required int32 device_alias = 1;hasDeviceAlias in interface Ola.PortPriorityRequestOrBuilderpublic int getDeviceAlias()
required int32 device_alias = 1;getDeviceAlias in interface Ola.PortPriorityRequestOrBuilderpublic boolean hasIsOutput()
required bool is_output = 2;hasIsOutput in interface Ola.PortPriorityRequestOrBuilderpublic boolean getIsOutput()
required bool is_output = 2;getIsOutput in interface Ola.PortPriorityRequestOrBuilderpublic boolean hasPortId()
required int32 port_id = 3;hasPortId in interface Ola.PortPriorityRequestOrBuilderpublic int getPortId()
required int32 port_id = 3;getPortId in interface Ola.PortPriorityRequestOrBuilderpublic boolean hasPriorityMode()
required int32 priority_mode = 4;hasPriorityMode in interface Ola.PortPriorityRequestOrBuilderpublic int getPriorityMode()
required int32 priority_mode = 4;getPriorityMode in interface Ola.PortPriorityRequestOrBuilderpublic boolean hasPriority()
optional int32 priority = 5;hasPriority in interface Ola.PortPriorityRequestOrBuilderpublic int getPriority()
optional int32 priority = 5;getPriority in interface Ola.PortPriorityRequestOrBuilderpublic 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.PortPriorityRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Ola.PortPriorityRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Ola.PortPriorityRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Ola.PortPriorityRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Ola.PortPriorityRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static Ola.PortPriorityRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Ola.PortPriorityRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Ola.PortPriorityRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Ola.PortPriorityRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Ola.PortPriorityRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Ola.PortPriorityRequest.Builder newBuilder()
public Ola.PortPriorityRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Ola.PortPriorityRequest.Builder newBuilder(Ola.PortPriorityRequest prototype)
public Ola.PortPriorityRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Ola.PortPriorityRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2016. All rights reserved.