public final class ForwardingPipelineConfig extends com.google.protobuf.GeneratedMessageV3 implements ForwardingPipelineConfigOrBuilder
p4.ForwardingPipelineConfig
Modifier and Type | Class and Description |
---|---|
static class |
ForwardingPipelineConfig.Builder
Protobuf type
p4.ForwardingPipelineConfig |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
DEVICE_ID_FIELD_NUMBER |
static int |
P4_DEVICE_CONFIG_FIELD_NUMBER |
static int |
P4INFO_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static ForwardingPipelineConfig |
getDefaultInstance() |
ForwardingPipelineConfig |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getDeviceId()
uint64 device_id = 1; |
com.google.protobuf.ByteString |
getP4DeviceConfig()
Target-specific P4 configuration.
|
P4Info |
getP4Info()
.p4.config.P4Info p4info = 2; |
P4InfoOrBuilder |
getP4InfoOrBuilder()
.p4.config.P4Info p4info = 2; |
com.google.protobuf.Parser<ForwardingPipelineConfig> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasP4Info()
.p4.config.P4Info p4info = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ForwardingPipelineConfig.Builder |
newBuilder() |
static ForwardingPipelineConfig.Builder |
newBuilder(ForwardingPipelineConfig prototype) |
ForwardingPipelineConfig.Builder |
newBuilderForType() |
protected ForwardingPipelineConfig.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ForwardingPipelineConfig |
parseDelimitedFrom(InputStream input) |
static ForwardingPipelineConfig |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ForwardingPipelineConfig |
parseFrom(byte[] data) |
static ForwardingPipelineConfig |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ForwardingPipelineConfig |
parseFrom(ByteBuffer data) |
static ForwardingPipelineConfig |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ForwardingPipelineConfig |
parseFrom(com.google.protobuf.ByteString data) |
static ForwardingPipelineConfig |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ForwardingPipelineConfig |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ForwardingPipelineConfig |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ForwardingPipelineConfig |
parseFrom(InputStream input) |
static ForwardingPipelineConfig |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ForwardingPipelineConfig> |
parser() |
ForwardingPipelineConfig.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int DEVICE_ID_FIELD_NUMBER
public static final int P4INFO_FIELD_NUMBER
public static final int P4_DEVICE_CONFIG_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public long getDeviceId()
uint64 device_id = 1;
getDeviceId
in interface ForwardingPipelineConfigOrBuilder
public boolean hasP4Info()
.p4.config.P4Info p4info = 2;
hasP4Info
in interface ForwardingPipelineConfigOrBuilder
public P4Info getP4Info()
.p4.config.P4Info p4info = 2;
getP4Info
in interface ForwardingPipelineConfigOrBuilder
public P4InfoOrBuilder getP4InfoOrBuilder()
.p4.config.P4Info p4info = 2;
getP4InfoOrBuilder
in interface ForwardingPipelineConfigOrBuilder
public com.google.protobuf.ByteString getP4DeviceConfig()
Target-specific P4 configuration.
bytes p4_device_config = 3;
getP4DeviceConfig
in interface ForwardingPipelineConfigOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static ForwardingPipelineConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ForwardingPipelineConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ForwardingPipelineConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ForwardingPipelineConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ForwardingPipelineConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ForwardingPipelineConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ForwardingPipelineConfig parseFrom(InputStream input) throws IOException
IOException
public static ForwardingPipelineConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ForwardingPipelineConfig parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ForwardingPipelineConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ForwardingPipelineConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ForwardingPipelineConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public ForwardingPipelineConfig.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ForwardingPipelineConfig.Builder newBuilder()
public static ForwardingPipelineConfig.Builder newBuilder(ForwardingPipelineConfig prototype)
public ForwardingPipelineConfig.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected ForwardingPipelineConfig.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static ForwardingPipelineConfig getDefaultInstance()
public static com.google.protobuf.Parser<ForwardingPipelineConfig> parser()
public com.google.protobuf.Parser<ForwardingPipelineConfig> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public ForwardingPipelineConfig getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2018 OpenDaylight. All rights reserved.