public final class StreamMessageResponse extends com.google.protobuf.GeneratedMessageV3 implements StreamMessageResponseOrBuilder
p4.v1.StreamMessageResponse| Modifier and Type | Class and Description |
|---|---|
static class |
StreamMessageResponse.Builder
Protobuf type
p4.v1.StreamMessageResponse |
static class |
StreamMessageResponse.UpdateCase |
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 |
ARBITRATION_FIELD_NUMBER |
static int |
DIGEST_FIELD_NUMBER |
static int |
IDLE_TIMEOUT_NOTIFICATION_FIELD_NUMBER |
static int |
PACKET_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
MasterArbitrationUpdate |
getArbitration()
.p4.v1.MasterArbitrationUpdate arbitration = 1; |
MasterArbitrationUpdateOrBuilder |
getArbitrationOrBuilder()
.p4.v1.MasterArbitrationUpdate arbitration = 1; |
static StreamMessageResponse |
getDefaultInstance() |
StreamMessageResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
DigestList |
getDigest()
.p4.v1.DigestList digest = 3; |
DigestListOrBuilder |
getDigestOrBuilder()
.p4.v1.DigestList digest = 3; |
IdleTimeoutNotification |
getIdleTimeoutNotification()
.p4.v1.IdleTimeoutNotification idle_timeout_notification = 4; |
IdleTimeoutNotificationOrBuilder |
getIdleTimeoutNotificationOrBuilder()
.p4.v1.IdleTimeoutNotification idle_timeout_notification = 4; |
PacketIn |
getPacket()
.p4.v1.PacketIn packet = 2; |
PacketInOrBuilder |
getPacketOrBuilder()
.p4.v1.PacketIn packet = 2; |
com.google.protobuf.Parser<StreamMessageResponse> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
StreamMessageResponse.UpdateCase |
getUpdateCase() |
boolean |
hasArbitration()
.p4.v1.MasterArbitrationUpdate arbitration = 1; |
boolean |
hasDigest()
.p4.v1.DigestList digest = 3; |
int |
hashCode() |
boolean |
hasIdleTimeoutNotification()
.p4.v1.IdleTimeoutNotification idle_timeout_notification = 4; |
boolean |
hasPacket()
.p4.v1.PacketIn packet = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StreamMessageResponse.Builder |
newBuilder() |
static StreamMessageResponse.Builder |
newBuilder(StreamMessageResponse prototype) |
StreamMessageResponse.Builder |
newBuilderForType() |
protected StreamMessageResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static StreamMessageResponse |
parseDelimitedFrom(InputStream input) |
static StreamMessageResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamMessageResponse |
parseFrom(byte[] data) |
static StreamMessageResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamMessageResponse |
parseFrom(ByteBuffer data) |
static StreamMessageResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamMessageResponse |
parseFrom(com.google.protobuf.ByteString data) |
static StreamMessageResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamMessageResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamMessageResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamMessageResponse |
parseFrom(InputStream input) |
static StreamMessageResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<StreamMessageResponse> |
parser() |
StreamMessageResponse.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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ARBITRATION_FIELD_NUMBER
public static final int PACKET_FIELD_NUMBER
public static final int DIGEST_FIELD_NUMBER
public static final int IDLE_TIMEOUT_NOTIFICATION_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public StreamMessageResponse.UpdateCase getUpdateCase()
getUpdateCase in interface StreamMessageResponseOrBuilderpublic boolean hasArbitration()
.p4.v1.MasterArbitrationUpdate arbitration = 1;hasArbitration in interface StreamMessageResponseOrBuilderpublic MasterArbitrationUpdate getArbitration()
.p4.v1.MasterArbitrationUpdate arbitration = 1;getArbitration in interface StreamMessageResponseOrBuilderpublic MasterArbitrationUpdateOrBuilder getArbitrationOrBuilder()
.p4.v1.MasterArbitrationUpdate arbitration = 1;getArbitrationOrBuilder in interface StreamMessageResponseOrBuilderpublic boolean hasPacket()
.p4.v1.PacketIn packet = 2;hasPacket in interface StreamMessageResponseOrBuilderpublic PacketIn getPacket()
.p4.v1.PacketIn packet = 2;getPacket in interface StreamMessageResponseOrBuilderpublic PacketInOrBuilder getPacketOrBuilder()
.p4.v1.PacketIn packet = 2;getPacketOrBuilder in interface StreamMessageResponseOrBuilderpublic boolean hasDigest()
.p4.v1.DigestList digest = 3;hasDigest in interface StreamMessageResponseOrBuilderpublic DigestList getDigest()
.p4.v1.DigestList digest = 3;getDigest in interface StreamMessageResponseOrBuilderpublic DigestListOrBuilder getDigestOrBuilder()
.p4.v1.DigestList digest = 3;getDigestOrBuilder in interface StreamMessageResponseOrBuilderpublic boolean hasIdleTimeoutNotification()
.p4.v1.IdleTimeoutNotification idle_timeout_notification = 4;hasIdleTimeoutNotification in interface StreamMessageResponseOrBuilderpublic IdleTimeoutNotification getIdleTimeoutNotification()
.p4.v1.IdleTimeoutNotification idle_timeout_notification = 4;getIdleTimeoutNotification in interface StreamMessageResponseOrBuilderpublic IdleTimeoutNotificationOrBuilder getIdleTimeoutNotificationOrBuilder()
.p4.v1.IdleTimeoutNotification idle_timeout_notification = 4;getIdleTimeoutNotificationOrBuilder in interface StreamMessageResponseOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static StreamMessageResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamMessageResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamMessageResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamMessageResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamMessageResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamMessageResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamMessageResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static StreamMessageResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static StreamMessageResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static StreamMessageResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static StreamMessageResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static StreamMessageResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic StreamMessageResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static StreamMessageResponse.Builder newBuilder()
public static StreamMessageResponse.Builder newBuilder(StreamMessageResponse prototype)
public StreamMessageResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected StreamMessageResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static StreamMessageResponse getDefaultInstance()
public static com.google.protobuf.Parser<StreamMessageResponse> parser()
public com.google.protobuf.Parser<StreamMessageResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public StreamMessageResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018 OpenDaylight. All rights reserved.