Class FlowMessage

  • All Implemented Interfaces:
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.io.Serializable, FlowMessageOrBuilder

    public final class FlowMessage
    extends com.google.protobuf.GeneratedMessageV3
    implements FlowMessageOrBuilder
    Protobuf type FlowMessage
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        protected java.lang.Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getUnknownFields

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        Specified by:
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getUnknownFields in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getTimestamp

        public long getTimestamp()
         Flow timestamp in milliseconds.
         
        uint64 timestamp = 1;
        Specified by:
        getTimestamp in interface FlowMessageOrBuilder
      • hasNumBytes

        public boolean hasNumBytes()
         Number of bytes transferred in the flow
         
        .google.protobuf.UInt64Value num_bytes = 2;
        Specified by:
        hasNumBytes in interface FlowMessageOrBuilder
      • getNumBytes

        public com.google.protobuf.UInt64Value getNumBytes()
         Number of bytes transferred in the flow
         
        .google.protobuf.UInt64Value num_bytes = 2;
        Specified by:
        getNumBytes in interface FlowMessageOrBuilder
      • getNumBytesOrBuilder

        public com.google.protobuf.UInt64ValueOrBuilder getNumBytesOrBuilder()
         Number of bytes transferred in the flow
         
        .google.protobuf.UInt64Value num_bytes = 2;
        Specified by:
        getNumBytesOrBuilder in interface FlowMessageOrBuilder
      • getDirectionValue

        public int getDirectionValue()
         Direction of the flow (egress vs ingress)
         
        .Direction direction = 3;
        Specified by:
        getDirectionValue in interface FlowMessageOrBuilder
      • getDstAddress

        public java.lang.String getDstAddress()
          Destination address.
         
        string dst_address = 4;
        Specified by:
        getDstAddress in interface FlowMessageOrBuilder
      • getDstAddressBytes

        public com.google.protobuf.ByteString getDstAddressBytes()
          Destination address.
         
        string dst_address = 4;
        Specified by:
        getDstAddressBytes in interface FlowMessageOrBuilder
      • getDstHostname

        public java.lang.String getDstHostname()
         Destination address hostname.
         
        string dst_hostname = 5;
        Specified by:
        getDstHostname in interface FlowMessageOrBuilder
      • getDstHostnameBytes

        public com.google.protobuf.ByteString getDstHostnameBytes()
         Destination address hostname.
         
        string dst_hostname = 5;
        Specified by:
        getDstHostnameBytes in interface FlowMessageOrBuilder
      • hasDstAs

        public boolean hasDstAs()
         Destination autonomous system (AS).
         
        .google.protobuf.UInt64Value dst_as = 6;
        Specified by:
        hasDstAs in interface FlowMessageOrBuilder
      • getDstAs

        public com.google.protobuf.UInt64Value getDstAs()
         Destination autonomous system (AS).
         
        .google.protobuf.UInt64Value dst_as = 6;
        Specified by:
        getDstAs in interface FlowMessageOrBuilder
      • getDstAsOrBuilder

        public com.google.protobuf.UInt64ValueOrBuilder getDstAsOrBuilder()
         Destination autonomous system (AS).
         
        .google.protobuf.UInt64Value dst_as = 6;
        Specified by:
        getDstAsOrBuilder in interface FlowMessageOrBuilder
      • hasDstMaskLen

        public boolean hasDstMaskLen()
         The number of contiguous bits in the source address subnet mask.
         
        .google.protobuf.UInt32Value dst_mask_len = 7;
        Specified by:
        hasDstMaskLen in interface FlowMessageOrBuilder
      • getDstMaskLen

        public com.google.protobuf.UInt32Value getDstMaskLen()
         The number of contiguous bits in the source address subnet mask.
         
        .google.protobuf.UInt32Value dst_mask_len = 7;
        Specified by:
        getDstMaskLen in interface FlowMessageOrBuilder
      • getDstMaskLenOrBuilder

        public com.google.protobuf.UInt32ValueOrBuilder getDstMaskLenOrBuilder()
         The number of contiguous bits in the source address subnet mask.
         
        .google.protobuf.UInt32Value dst_mask_len = 7;
        Specified by:
        getDstMaskLenOrBuilder in interface FlowMessageOrBuilder
      • hasDstPort

        public boolean hasDstPort()
         Destination port.
         
        .google.protobuf.UInt32Value dst_port = 8;
        Specified by:
        hasDstPort in interface FlowMessageOrBuilder
      • getDstPort

        public com.google.protobuf.UInt32Value getDstPort()
         Destination port.
         
        .google.protobuf.UInt32Value dst_port = 8;
        Specified by:
        getDstPort in interface FlowMessageOrBuilder
      • getDstPortOrBuilder

        public com.google.protobuf.UInt32ValueOrBuilder getDstPortOrBuilder()
         Destination port.
         
        .google.protobuf.UInt32Value dst_port = 8;
        Specified by:
        getDstPortOrBuilder in interface FlowMessageOrBuilder
      • hasEngineId

        public boolean hasEngineId()
         Slot number of the flow-switching engine.
         
        .google.protobuf.UInt32Value engine_id = 9;
        Specified by:
        hasEngineId in interface FlowMessageOrBuilder
      • getEngineId

        public com.google.protobuf.UInt32Value getEngineId()
         Slot number of the flow-switching engine.
         
        .google.protobuf.UInt32Value engine_id = 9;
        Specified by:
        getEngineId in interface FlowMessageOrBuilder
      • getEngineIdOrBuilder

        public com.google.protobuf.UInt32ValueOrBuilder getEngineIdOrBuilder()
         Slot number of the flow-switching engine.
         
        .google.protobuf.UInt32Value engine_id = 9;
        Specified by:
        getEngineIdOrBuilder in interface FlowMessageOrBuilder
      • hasEngineType

        public boolean hasEngineType()
         Type of flow-switching engine.
         
        .google.protobuf.UInt32Value engine_type = 10;
        Specified by:
        hasEngineType in interface FlowMessageOrBuilder
      • getEngineType

        public com.google.protobuf.UInt32Value getEngineType()
         Type of flow-switching engine.
         
        .google.protobuf.UInt32Value engine_type = 10;
        Specified by:
        getEngineType in interface FlowMessageOrBuilder
      • getEngineTypeOrBuilder

        public com.google.protobuf.UInt32ValueOrBuilder getEngineTypeOrBuilder()
         Type of flow-switching engine.
         
        .google.protobuf.UInt32Value engine_type = 10;
        Specified by:
        getEngineTypeOrBuilder in interface FlowMessageOrBuilder
      • hasDeltaSwitched

        public boolean hasDeltaSwitched()
         Unix timestamp in ms at which the previous exported packet-
         
        .google.protobuf.UInt64Value delta_switched = 11;
        Specified by:
        hasDeltaSwitched in interface FlowMessageOrBuilder
      • getDeltaSwitched

        public com.google.protobuf.UInt64Value getDeltaSwitched()
         Unix timestamp in ms at which the previous exported packet-
         
        .google.protobuf.UInt64Value delta_switched = 11;
        Specified by:
        getDeltaSwitched in interface FlowMessageOrBuilder
      • getDeltaSwitchedOrBuilder

        public com.google.protobuf.UInt64ValueOrBuilder getDeltaSwitchedOrBuilder()
         Unix timestamp in ms at which the previous exported packet-
         
        .google.protobuf.UInt64Value delta_switched = 11;
        Specified by:
        getDeltaSwitchedOrBuilder in interface FlowMessageOrBuilder
      • hasFirstSwitched

        public boolean hasFirstSwitched()
         -associated with this flow was switched.
         
        .google.protobuf.UInt64Value first_switched = 12;
        Specified by:
        hasFirstSwitched in interface FlowMessageOrBuilder
      • getFirstSwitched

        public com.google.protobuf.UInt64Value getFirstSwitched()
         -associated with this flow was switched.
         
        .google.protobuf.UInt64Value first_switched = 12;
        Specified by:
        getFirstSwitched in interface FlowMessageOrBuilder
      • getFirstSwitchedOrBuilder

        public com.google.protobuf.UInt64ValueOrBuilder getFirstSwitchedOrBuilder()
         -associated with this flow was switched.
         
        .google.protobuf.UInt64Value first_switched = 12;
        Specified by:
        getFirstSwitchedOrBuilder in interface FlowMessageOrBuilder
      • hasLastSwitched

        public boolean hasLastSwitched()
         -associated with this flow was switched.
         
        .google.protobuf.UInt64Value last_switched = 13;
        Specified by:
        hasLastSwitched in interface FlowMessageOrBuilder
      • getLastSwitched

        public com.google.protobuf.UInt64Value getLastSwitched()
         -associated with this flow was switched.
         
        .google.protobuf.UInt64Value last_switched = 13;
        Specified by:
        getLastSwitched in interface FlowMessageOrBuilder
      • getLastSwitchedOrBuilder

        public com.google.protobuf.UInt64ValueOrBuilder getLastSwitchedOrBuilder()
         -associated with this flow was switched.
         
        .google.protobuf.UInt64Value last_switched = 13;
        Specified by:
        getLastSwitchedOrBuilder in interface FlowMessageOrBuilder
      • hasNumFlowRecords

        public boolean hasNumFlowRecords()
         Number of flow records in the associated packet.
         
        .google.protobuf.UInt32Value num_flow_records = 14;
        Specified by:
        hasNumFlowRecords in interface FlowMessageOrBuilder
      • getNumFlowRecords

        public com.google.protobuf.UInt32Value getNumFlowRecords()
         Number of flow records in the associated packet.
         
        .google.protobuf.UInt32Value num_flow_records = 14;
        Specified by:
        getNumFlowRecords in interface FlowMessageOrBuilder
      • getNumFlowRecordsOrBuilder

        public com.google.protobuf.UInt32ValueOrBuilder getNumFlowRecordsOrBuilder()
         Number of flow records in the associated packet.
         
        .google.protobuf.UInt32Value num_flow_records = 14;
        Specified by:
        getNumFlowRecordsOrBuilder in interface FlowMessageOrBuilder
      • hasNumPackets

        public boolean hasNumPackets()
         Number of packets in the flow.
         
        .google.protobuf.UInt64Value num_packets = 15;
        Specified by:
        hasNumPackets in interface FlowMessageOrBuilder
      • getNumPackets

        public com.google.protobuf.UInt64Value getNumPackets()
         Number of packets in the flow.
         
        .google.protobuf.UInt64Value num_packets = 15;
        Specified by:
        getNumPackets in interface FlowMessageOrBuilder
      • getNumPacketsOrBuilder

        public com.google.protobuf.UInt64ValueOrBuilder getNumPacketsOrBuilder()
         Number of packets in the flow.
         
        .google.protobuf.UInt64Value num_packets = 15;
        Specified by:
        getNumPacketsOrBuilder in interface FlowMessageOrBuilder
      • hasFlowSeqNum

        public boolean hasFlowSeqNum()
         Flow packet sequence number.
         
        .google.protobuf.UInt64Value flow_seq_num = 16;
        Specified by:
        hasFlowSeqNum in interface FlowMessageOrBuilder
      • getFlowSeqNum

        public com.google.protobuf.UInt64Value getFlowSeqNum()
         Flow packet sequence number.
         
        .google.protobuf.UInt64Value flow_seq_num = 16;
        Specified by:
        getFlowSeqNum in interface FlowMessageOrBuilder
      • getFlowSeqNumOrBuilder

        public com.google.protobuf.UInt64ValueOrBuilder getFlowSeqNumOrBuilder()
         Flow packet sequence number.
         
        .google.protobuf.UInt64Value flow_seq_num = 16;
        Specified by:
        getFlowSeqNumOrBuilder in interface FlowMessageOrBuilder
      • hasInputSnmpIfindex

        public boolean hasInputSnmpIfindex()
         Input SNMP ifIndex.
         
        .google.protobuf.UInt32Value input_snmp_ifindex = 17;
        Specified by:
        hasInputSnmpIfindex in interface FlowMessageOrBuilder
      • getInputSnmpIfindex

        public com.google.protobuf.UInt32Value getInputSnmpIfindex()
         Input SNMP ifIndex.
         
        .google.protobuf.UInt32Value input_snmp_ifindex = 17;
        Specified by:
        getInputSnmpIfindex in interface FlowMessageOrBuilder
      • getInputSnmpIfindexOrBuilder

        public com.google.protobuf.UInt32ValueOrBuilder getInputSnmpIfindexOrBuilder()
         Input SNMP ifIndex.
         
        .google.protobuf.UInt32Value input_snmp_ifindex = 17;
        Specified by:
        getInputSnmpIfindexOrBuilder in interface FlowMessageOrBuilder
      • hasOutputSnmpIfindex

        public boolean hasOutputSnmpIfindex()
         Output SNMP ifIndex.
         
        .google.protobuf.UInt32Value output_snmp_ifindex = 18;
        Specified by:
        hasOutputSnmpIfindex in interface FlowMessageOrBuilder
      • getOutputSnmpIfindex

        public com.google.protobuf.UInt32Value getOutputSnmpIfindex()
         Output SNMP ifIndex.
         
        .google.protobuf.UInt32Value output_snmp_ifindex = 18;
        Specified by:
        getOutputSnmpIfindex in interface FlowMessageOrBuilder
      • getOutputSnmpIfindexOrBuilder

        public com.google.protobuf.UInt32ValueOrBuilder getOutputSnmpIfindexOrBuilder()
         Output SNMP ifIndex.
         
        .google.protobuf.UInt32Value output_snmp_ifindex = 18;
        Specified by:
        getOutputSnmpIfindexOrBuilder in interface FlowMessageOrBuilder
      • hasIpProtocolVersion

        public boolean hasIpProtocolVersion()
         IPv4 vs IPv6.
         
        .google.protobuf.UInt32Value ip_protocol_version = 19;
        Specified by:
        hasIpProtocolVersion in interface FlowMessageOrBuilder
      • getIpProtocolVersion

        public com.google.protobuf.UInt32Value getIpProtocolVersion()
         IPv4 vs IPv6.
         
        .google.protobuf.UInt32Value ip_protocol_version = 19;
        Specified by:
        getIpProtocolVersion in interface FlowMessageOrBuilder
      • getIpProtocolVersionOrBuilder

        public com.google.protobuf.UInt32ValueOrBuilder getIpProtocolVersionOrBuilder()
         IPv4 vs IPv6.
         
        .google.protobuf.UInt32Value ip_protocol_version = 19;
        Specified by:
        getIpProtocolVersionOrBuilder in interface FlowMessageOrBuilder
      • getNextHopAddressBytes

        public com.google.protobuf.ByteString getNextHopAddressBytes()
         Next hop IpAddress.
         
        string next_hop_address = 20;
        Specified by:
        getNextHopAddressBytes in interface FlowMessageOrBuilder
      • getNextHopHostnameBytes

        public com.google.protobuf.ByteString getNextHopHostnameBytes()
         Next hop hostname.
         
        string next_hop_hostname = 21;
        Specified by:
        getNextHopHostnameBytes in interface FlowMessageOrBuilder
      • hasProtocol

        public boolean hasProtocol()
         IP protocol number i.e 6 for TCP, 17 for UDP
         
        .google.protobuf.UInt32Value protocol = 22;
        Specified by:
        hasProtocol in interface FlowMessageOrBuilder
      • getProtocol

        public com.google.protobuf.UInt32Value getProtocol()
         IP protocol number i.e 6 for TCP, 17 for UDP
         
        .google.protobuf.UInt32Value protocol = 22;
        Specified by:
        getProtocol in interface FlowMessageOrBuilder
      • getProtocolOrBuilder

        public com.google.protobuf.UInt32ValueOrBuilder getProtocolOrBuilder()
         IP protocol number i.e 6 for TCP, 17 for UDP
         
        .google.protobuf.UInt32Value protocol = 22;
        Specified by:
        getProtocolOrBuilder in interface FlowMessageOrBuilder
      • hasSamplingInterval

        public boolean hasSamplingInterval()
         Sampling interval.
         
        .google.protobuf.DoubleValue sampling_interval = 24;
        Specified by:
        hasSamplingInterval in interface FlowMessageOrBuilder
      • getSamplingInterval

        public com.google.protobuf.DoubleValue getSamplingInterval()
         Sampling interval.
         
        .google.protobuf.DoubleValue sampling_interval = 24;
        Specified by:
        getSamplingInterval in interface FlowMessageOrBuilder
      • getSamplingIntervalOrBuilder

        public com.google.protobuf.DoubleValueOrBuilder getSamplingIntervalOrBuilder()
         Sampling interval.
         
        .google.protobuf.DoubleValue sampling_interval = 24;
        Specified by:
        getSamplingIntervalOrBuilder in interface FlowMessageOrBuilder
      • getSrcAddressBytes

        public com.google.protobuf.ByteString getSrcAddressBytes()
         Source address.
         
        string src_address = 26;
        Specified by:
        getSrcAddressBytes in interface FlowMessageOrBuilder
      • getSrcHostnameBytes

        public com.google.protobuf.ByteString getSrcHostnameBytes()
         Source hostname.
         
        string src_hostname = 27;
        Specified by:
        getSrcHostnameBytes in interface FlowMessageOrBuilder
      • hasSrcAs

        public boolean hasSrcAs()
         Source AS number.
         
        .google.protobuf.UInt64Value src_as = 28;
        Specified by:
        hasSrcAs in interface FlowMessageOrBuilder
      • getSrcAs

        public com.google.protobuf.UInt64Value getSrcAs()
         Source AS number.
         
        .google.protobuf.UInt64Value src_as = 28;
        Specified by:
        getSrcAs in interface FlowMessageOrBuilder
      • getSrcAsOrBuilder

        public com.google.protobuf.UInt64ValueOrBuilder getSrcAsOrBuilder()
         Source AS number.
         
        .google.protobuf.UInt64Value src_as = 28;
        Specified by:
        getSrcAsOrBuilder in interface FlowMessageOrBuilder
      • hasSrcMaskLen

        public boolean hasSrcMaskLen()
         The number of contiguous bits in the destination address subnet mask.
         
        .google.protobuf.UInt32Value src_mask_len = 29;
        Specified by:
        hasSrcMaskLen in interface FlowMessageOrBuilder
      • getSrcMaskLen

        public com.google.protobuf.UInt32Value getSrcMaskLen()
         The number of contiguous bits in the destination address subnet mask.
         
        .google.protobuf.UInt32Value src_mask_len = 29;
        Specified by:
        getSrcMaskLen in interface FlowMessageOrBuilder
      • getSrcMaskLenOrBuilder

        public com.google.protobuf.UInt32ValueOrBuilder getSrcMaskLenOrBuilder()
         The number of contiguous bits in the destination address subnet mask.
         
        .google.protobuf.UInt32Value src_mask_len = 29;
        Specified by:
        getSrcMaskLenOrBuilder in interface FlowMessageOrBuilder
      • hasSrcPort

        public boolean hasSrcPort()
         Source port.
         
        .google.protobuf.UInt32Value src_port = 30;
        Specified by:
        hasSrcPort in interface FlowMessageOrBuilder
      • getSrcPort

        public com.google.protobuf.UInt32Value getSrcPort()
         Source port.
         
        .google.protobuf.UInt32Value src_port = 30;
        Specified by:
        getSrcPort in interface FlowMessageOrBuilder
      • getSrcPortOrBuilder

        public com.google.protobuf.UInt32ValueOrBuilder getSrcPortOrBuilder()
         Source port.
         
        .google.protobuf.UInt32Value src_port = 30;
        Specified by:
        getSrcPortOrBuilder in interface FlowMessageOrBuilder
      • hasTcpFlags

        public boolean hasTcpFlags()
         TCP Flags.
         
        .google.protobuf.UInt32Value tcp_flags = 31;
        Specified by:
        hasTcpFlags in interface FlowMessageOrBuilder
      • getTcpFlags

        public com.google.protobuf.UInt32Value getTcpFlags()
         TCP Flags.
         
        .google.protobuf.UInt32Value tcp_flags = 31;
        Specified by:
        getTcpFlags in interface FlowMessageOrBuilder
      • getTcpFlagsOrBuilder

        public com.google.protobuf.UInt32ValueOrBuilder getTcpFlagsOrBuilder()
         TCP Flags.
         
        .google.protobuf.UInt32Value tcp_flags = 31;
        Specified by:
        getTcpFlagsOrBuilder in interface FlowMessageOrBuilder
      • hasTos

        public boolean hasTos()
         TOS
         
        .google.protobuf.UInt32Value tos = 32;
        Specified by:
        hasTos in interface FlowMessageOrBuilder
      • getTos

        public com.google.protobuf.UInt32Value getTos()
         TOS
         
        .google.protobuf.UInt32Value tos = 32;
        Specified by:
        getTos in interface FlowMessageOrBuilder
      • getTosOrBuilder

        public com.google.protobuf.UInt32ValueOrBuilder getTosOrBuilder()
         TOS
         
        .google.protobuf.UInt32Value tos = 32;
        Specified by:
        getTosOrBuilder in interface FlowMessageOrBuilder
      • hasVlan

        public boolean hasVlan()
         VLAN ID.
         
        .google.protobuf.UInt32Value vlan = 34;
        Specified by:
        hasVlan in interface FlowMessageOrBuilder
      • getVlan

        public com.google.protobuf.UInt32Value getVlan()
         VLAN ID.
         
        .google.protobuf.UInt32Value vlan = 34;
        Specified by:
        getVlan in interface FlowMessageOrBuilder
      • getVlanOrBuilder

        public com.google.protobuf.UInt32ValueOrBuilder getVlanOrBuilder()
         VLAN ID.
         
        .google.protobuf.UInt32Value vlan = 34;
        Specified by:
        getVlanOrBuilder in interface FlowMessageOrBuilder
      • getNodeIdentifier

        public java.lang.String getNodeIdentifier()
         node lookup identifier.
         
        string node_identifier = 35;
        Specified by:
        getNodeIdentifier in interface FlowMessageOrBuilder
      • getNodeIdentifierBytes

        public com.google.protobuf.ByteString getNodeIdentifierBytes()
         node lookup identifier.
         
        string node_identifier = 35;
        Specified by:
        getNodeIdentifierBytes in interface FlowMessageOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws java.io.IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        java.io.IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static FlowMessage parseFrom​(java.nio.ByteBuffer data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static FlowMessage parseFrom​(java.nio.ByteBuffer data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static FlowMessage parseFrom​(com.google.protobuf.ByteString data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static FlowMessage parseFrom​(com.google.protobuf.ByteString data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static FlowMessage parseFrom​(byte[] data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static FlowMessage parseFrom​(byte[] data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static FlowMessage parseFrom​(java.io.InputStream input)
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static FlowMessage parseFrom​(java.io.InputStream input,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static FlowMessage parseDelimitedFrom​(java.io.InputStream input)
                                              throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static FlowMessage parseDelimitedFrom​(java.io.InputStream input,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static FlowMessage parseFrom​(com.google.protobuf.CodedInputStream input)
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static FlowMessage parseFrom​(com.google.protobuf.CodedInputStream input,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • newBuilderForType

        public FlowMessage.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public FlowMessage.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected FlowMessage.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static FlowMessage getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<FlowMessage> parser()
      • getParserForType

        public com.google.protobuf.Parser<FlowMessage> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public FlowMessage getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder