Class FlowMessage.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, FlowMessageOrBuilder
    Enclosing class:
    FlowMessage

    public static final class FlowMessage.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<FlowMessage.Builder>
    implements FlowMessageOrBuilder
    Protobuf type FlowMessage
    • Method Detail

      • 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.Builder<FlowMessage.Builder>
      • clear

        public FlowMessage.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<FlowMessage.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<FlowMessage.Builder>
      • getDefaultInstanceForType

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

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

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

        public FlowMessage.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<FlowMessage.Builder>
      • setField

        public FlowMessage.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                            Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<FlowMessage.Builder>
      • clearField

        public FlowMessage.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<FlowMessage.Builder>
      • clearOneof

        public FlowMessage.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<FlowMessage.Builder>
      • setRepeatedField

        public FlowMessage.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                    int index,
                                                    Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FlowMessage.Builder>
      • addRepeatedField

        public FlowMessage.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                    Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FlowMessage.Builder>
      • mergeFrom

        public FlowMessage.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<FlowMessage.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<FlowMessage.Builder>
      • mergeFrom

        public FlowMessage.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<FlowMessage.Builder>
        Throws:
        IOException
      • getTimestamp

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

        public FlowMessage.Builder setTimestamp​(long value)
         Flow timestamp in milliseconds.
         
        uint64 timestamp = 1;
      • clearTimestamp

        public FlowMessage.Builder clearTimestamp()
         Flow timestamp in milliseconds.
         
        uint64 timestamp = 1;
      • 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
      • setNumBytes

        public FlowMessage.Builder setNumBytes​(com.google.protobuf.UInt64Value value)
         Number of bytes transferred in the flow
         
        .google.protobuf.UInt64Value num_bytes = 2;
      • setNumBytes

        public FlowMessage.Builder setNumBytes​(com.google.protobuf.UInt64Value.Builder builderForValue)
         Number of bytes transferred in the flow
         
        .google.protobuf.UInt64Value num_bytes = 2;
      • mergeNumBytes

        public FlowMessage.Builder mergeNumBytes​(com.google.protobuf.UInt64Value value)
         Number of bytes transferred in the flow
         
        .google.protobuf.UInt64Value num_bytes = 2;
      • clearNumBytes

        public FlowMessage.Builder clearNumBytes()
         Number of bytes transferred in the flow
         
        .google.protobuf.UInt64Value num_bytes = 2;
      • getNumBytesBuilder

        public com.google.protobuf.UInt64Value.Builder getNumBytesBuilder()
         Number of bytes transferred in the flow
         
        .google.protobuf.UInt64Value num_bytes = 2;
      • 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
      • setDirectionValue

        public FlowMessage.Builder setDirectionValue​(int value)
         Direction of the flow (egress vs ingress)
         
        .Direction direction = 3;
      • setDirection

        public FlowMessage.Builder setDirection​(Direction value)
         Direction of the flow (egress vs ingress)
         
        .Direction direction = 3;
      • clearDirection

        public FlowMessage.Builder clearDirection()
         Direction of the flow (egress vs ingress)
         
        .Direction direction = 3;
      • getDstAddressBytes

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

        public FlowMessage.Builder clearDstAddress()
          Destination address.
         
        string dst_address = 4;
      • setDstAddressBytes

        public FlowMessage.Builder setDstAddressBytes​(com.google.protobuf.ByteString value)
          Destination address.
         
        string dst_address = 4;
      • getDstHostnameBytes

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

        public FlowMessage.Builder setDstHostname​(String value)
         Destination address hostname.
         
        string dst_hostname = 5;
      • clearDstHostname

        public FlowMessage.Builder clearDstHostname()
         Destination address hostname.
         
        string dst_hostname = 5;
      • setDstHostnameBytes

        public FlowMessage.Builder setDstHostnameBytes​(com.google.protobuf.ByteString value)
         Destination address hostname.
         
        string dst_hostname = 5;
      • 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
      • setDstAs

        public FlowMessage.Builder setDstAs​(com.google.protobuf.UInt64Value value)
         Destination autonomous system (AS).
         
        .google.protobuf.UInt64Value dst_as = 6;
      • setDstAs

        public FlowMessage.Builder setDstAs​(com.google.protobuf.UInt64Value.Builder builderForValue)
         Destination autonomous system (AS).
         
        .google.protobuf.UInt64Value dst_as = 6;
      • mergeDstAs

        public FlowMessage.Builder mergeDstAs​(com.google.protobuf.UInt64Value value)
         Destination autonomous system (AS).
         
        .google.protobuf.UInt64Value dst_as = 6;
      • clearDstAs

        public FlowMessage.Builder clearDstAs()
         Destination autonomous system (AS).
         
        .google.protobuf.UInt64Value dst_as = 6;
      • getDstAsBuilder

        public com.google.protobuf.UInt64Value.Builder getDstAsBuilder()
         Destination autonomous system (AS).
         
        .google.protobuf.UInt64Value dst_as = 6;
      • 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
      • setDstMaskLen

        public FlowMessage.Builder setDstMaskLen​(com.google.protobuf.UInt32Value value)
         The number of contiguous bits in the source address subnet mask.
         
        .google.protobuf.UInt32Value dst_mask_len = 7;
      • setDstMaskLen

        public FlowMessage.Builder setDstMaskLen​(com.google.protobuf.UInt32Value.Builder builderForValue)
         The number of contiguous bits in the source address subnet mask.
         
        .google.protobuf.UInt32Value dst_mask_len = 7;
      • mergeDstMaskLen

        public FlowMessage.Builder mergeDstMaskLen​(com.google.protobuf.UInt32Value value)
         The number of contiguous bits in the source address subnet mask.
         
        .google.protobuf.UInt32Value dst_mask_len = 7;
      • clearDstMaskLen

        public FlowMessage.Builder clearDstMaskLen()
         The number of contiguous bits in the source address subnet mask.
         
        .google.protobuf.UInt32Value dst_mask_len = 7;
      • getDstMaskLenBuilder

        public com.google.protobuf.UInt32Value.Builder getDstMaskLenBuilder()
         The number of contiguous bits in the source address subnet mask.
         
        .google.protobuf.UInt32Value dst_mask_len = 7;
      • 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
      • setDstPort

        public FlowMessage.Builder setDstPort​(com.google.protobuf.UInt32Value value)
         Destination port.
         
        .google.protobuf.UInt32Value dst_port = 8;
      • setDstPort

        public FlowMessage.Builder setDstPort​(com.google.protobuf.UInt32Value.Builder builderForValue)
         Destination port.
         
        .google.protobuf.UInt32Value dst_port = 8;
      • mergeDstPort

        public FlowMessage.Builder mergeDstPort​(com.google.protobuf.UInt32Value value)
         Destination port.
         
        .google.protobuf.UInt32Value dst_port = 8;
      • clearDstPort

        public FlowMessage.Builder clearDstPort()
         Destination port.
         
        .google.protobuf.UInt32Value dst_port = 8;
      • getDstPortBuilder

        public com.google.protobuf.UInt32Value.Builder getDstPortBuilder()
         Destination port.
         
        .google.protobuf.UInt32Value dst_port = 8;
      • 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
      • setEngineId

        public FlowMessage.Builder setEngineId​(com.google.protobuf.UInt32Value value)
         Slot number of the flow-switching engine.
         
        .google.protobuf.UInt32Value engine_id = 9;
      • setEngineId

        public FlowMessage.Builder setEngineId​(com.google.protobuf.UInt32Value.Builder builderForValue)
         Slot number of the flow-switching engine.
         
        .google.protobuf.UInt32Value engine_id = 9;
      • mergeEngineId

        public FlowMessage.Builder mergeEngineId​(com.google.protobuf.UInt32Value value)
         Slot number of the flow-switching engine.
         
        .google.protobuf.UInt32Value engine_id = 9;
      • clearEngineId

        public FlowMessage.Builder clearEngineId()
         Slot number of the flow-switching engine.
         
        .google.protobuf.UInt32Value engine_id = 9;
      • getEngineIdBuilder

        public com.google.protobuf.UInt32Value.Builder getEngineIdBuilder()
         Slot number of the flow-switching engine.
         
        .google.protobuf.UInt32Value engine_id = 9;
      • 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
      • setEngineType

        public FlowMessage.Builder setEngineType​(com.google.protobuf.UInt32Value value)
         Type of flow-switching engine.
         
        .google.protobuf.UInt32Value engine_type = 10;
      • setEngineType

        public FlowMessage.Builder setEngineType​(com.google.protobuf.UInt32Value.Builder builderForValue)
         Type of flow-switching engine.
         
        .google.protobuf.UInt32Value engine_type = 10;
      • mergeEngineType

        public FlowMessage.Builder mergeEngineType​(com.google.protobuf.UInt32Value value)
         Type of flow-switching engine.
         
        .google.protobuf.UInt32Value engine_type = 10;
      • clearEngineType

        public FlowMessage.Builder clearEngineType()
         Type of flow-switching engine.
         
        .google.protobuf.UInt32Value engine_type = 10;
      • getEngineTypeBuilder

        public com.google.protobuf.UInt32Value.Builder getEngineTypeBuilder()
         Type of flow-switching engine.
         
        .google.protobuf.UInt32Value engine_type = 10;
      • 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
      • setDeltaSwitched

        public FlowMessage.Builder setDeltaSwitched​(com.google.protobuf.UInt64Value value)
         Unix timestamp in ms at which the previous exported packet-
         
        .google.protobuf.UInt64Value delta_switched = 11;
      • setDeltaSwitched

        public FlowMessage.Builder setDeltaSwitched​(com.google.protobuf.UInt64Value.Builder builderForValue)
         Unix timestamp in ms at which the previous exported packet-
         
        .google.protobuf.UInt64Value delta_switched = 11;
      • mergeDeltaSwitched

        public FlowMessage.Builder mergeDeltaSwitched​(com.google.protobuf.UInt64Value value)
         Unix timestamp in ms at which the previous exported packet-
         
        .google.protobuf.UInt64Value delta_switched = 11;
      • clearDeltaSwitched

        public FlowMessage.Builder clearDeltaSwitched()
         Unix timestamp in ms at which the previous exported packet-
         
        .google.protobuf.UInt64Value delta_switched = 11;
      • getDeltaSwitchedBuilder

        public com.google.protobuf.UInt64Value.Builder getDeltaSwitchedBuilder()
         Unix timestamp in ms at which the previous exported packet-
         
        .google.protobuf.UInt64Value delta_switched = 11;
      • 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
      • setFirstSwitched

        public FlowMessage.Builder setFirstSwitched​(com.google.protobuf.UInt64Value value)
         -associated with this flow was switched.
         
        .google.protobuf.UInt64Value first_switched = 12;
      • setFirstSwitched

        public FlowMessage.Builder setFirstSwitched​(com.google.protobuf.UInt64Value.Builder builderForValue)
         -associated with this flow was switched.
         
        .google.protobuf.UInt64Value first_switched = 12;
      • mergeFirstSwitched

        public FlowMessage.Builder mergeFirstSwitched​(com.google.protobuf.UInt64Value value)
         -associated with this flow was switched.
         
        .google.protobuf.UInt64Value first_switched = 12;
      • clearFirstSwitched

        public FlowMessage.Builder clearFirstSwitched()
         -associated with this flow was switched.
         
        .google.protobuf.UInt64Value first_switched = 12;
      • getFirstSwitchedBuilder

        public com.google.protobuf.UInt64Value.Builder getFirstSwitchedBuilder()
         -associated with this flow was switched.
         
        .google.protobuf.UInt64Value first_switched = 12;
      • 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
      • setLastSwitched

        public FlowMessage.Builder setLastSwitched​(com.google.protobuf.UInt64Value value)
         -associated with this flow was switched.
         
        .google.protobuf.UInt64Value last_switched = 13;
      • setLastSwitched

        public FlowMessage.Builder setLastSwitched​(com.google.protobuf.UInt64Value.Builder builderForValue)
         -associated with this flow was switched.
         
        .google.protobuf.UInt64Value last_switched = 13;
      • mergeLastSwitched

        public FlowMessage.Builder mergeLastSwitched​(com.google.protobuf.UInt64Value value)
         -associated with this flow was switched.
         
        .google.protobuf.UInt64Value last_switched = 13;
      • clearLastSwitched

        public FlowMessage.Builder clearLastSwitched()
         -associated with this flow was switched.
         
        .google.protobuf.UInt64Value last_switched = 13;
      • getLastSwitchedBuilder

        public com.google.protobuf.UInt64Value.Builder getLastSwitchedBuilder()
         -associated with this flow was switched.
         
        .google.protobuf.UInt64Value last_switched = 13;
      • 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
      • setNumFlowRecords

        public FlowMessage.Builder setNumFlowRecords​(com.google.protobuf.UInt32Value value)
         Number of flow records in the associated packet.
         
        .google.protobuf.UInt32Value num_flow_records = 14;
      • setNumFlowRecords

        public FlowMessage.Builder setNumFlowRecords​(com.google.protobuf.UInt32Value.Builder builderForValue)
         Number of flow records in the associated packet.
         
        .google.protobuf.UInt32Value num_flow_records = 14;
      • mergeNumFlowRecords

        public FlowMessage.Builder mergeNumFlowRecords​(com.google.protobuf.UInt32Value value)
         Number of flow records in the associated packet.
         
        .google.protobuf.UInt32Value num_flow_records = 14;
      • clearNumFlowRecords

        public FlowMessage.Builder clearNumFlowRecords()
         Number of flow records in the associated packet.
         
        .google.protobuf.UInt32Value num_flow_records = 14;
      • getNumFlowRecordsBuilder

        public com.google.protobuf.UInt32Value.Builder getNumFlowRecordsBuilder()
         Number of flow records in the associated packet.
         
        .google.protobuf.UInt32Value num_flow_records = 14;
      • 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
      • setNumPackets

        public FlowMessage.Builder setNumPackets​(com.google.protobuf.UInt64Value value)
         Number of packets in the flow.
         
        .google.protobuf.UInt64Value num_packets = 15;
      • setNumPackets

        public FlowMessage.Builder setNumPackets​(com.google.protobuf.UInt64Value.Builder builderForValue)
         Number of packets in the flow.
         
        .google.protobuf.UInt64Value num_packets = 15;
      • mergeNumPackets

        public FlowMessage.Builder mergeNumPackets​(com.google.protobuf.UInt64Value value)
         Number of packets in the flow.
         
        .google.protobuf.UInt64Value num_packets = 15;
      • clearNumPackets

        public FlowMessage.Builder clearNumPackets()
         Number of packets in the flow.
         
        .google.protobuf.UInt64Value num_packets = 15;
      • getNumPacketsBuilder

        public com.google.protobuf.UInt64Value.Builder getNumPacketsBuilder()
         Number of packets in the flow.
         
        .google.protobuf.UInt64Value num_packets = 15;
      • 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
      • setFlowSeqNum

        public FlowMessage.Builder setFlowSeqNum​(com.google.protobuf.UInt64Value value)
         Flow packet sequence number.
         
        .google.protobuf.UInt64Value flow_seq_num = 16;
      • setFlowSeqNum

        public FlowMessage.Builder setFlowSeqNum​(com.google.protobuf.UInt64Value.Builder builderForValue)
         Flow packet sequence number.
         
        .google.protobuf.UInt64Value flow_seq_num = 16;
      • mergeFlowSeqNum

        public FlowMessage.Builder mergeFlowSeqNum​(com.google.protobuf.UInt64Value value)
         Flow packet sequence number.
         
        .google.protobuf.UInt64Value flow_seq_num = 16;
      • clearFlowSeqNum

        public FlowMessage.Builder clearFlowSeqNum()
         Flow packet sequence number.
         
        .google.protobuf.UInt64Value flow_seq_num = 16;
      • getFlowSeqNumBuilder

        public com.google.protobuf.UInt64Value.Builder getFlowSeqNumBuilder()
         Flow packet sequence number.
         
        .google.protobuf.UInt64Value flow_seq_num = 16;
      • 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
      • setInputSnmpIfindex

        public FlowMessage.Builder setInputSnmpIfindex​(com.google.protobuf.UInt32Value value)
         Input SNMP ifIndex.
         
        .google.protobuf.UInt32Value input_snmp_ifindex = 17;
      • setInputSnmpIfindex

        public FlowMessage.Builder setInputSnmpIfindex​(com.google.protobuf.UInt32Value.Builder builderForValue)
         Input SNMP ifIndex.
         
        .google.protobuf.UInt32Value input_snmp_ifindex = 17;
      • mergeInputSnmpIfindex

        public FlowMessage.Builder mergeInputSnmpIfindex​(com.google.protobuf.UInt32Value value)
         Input SNMP ifIndex.
         
        .google.protobuf.UInt32Value input_snmp_ifindex = 17;
      • clearInputSnmpIfindex

        public FlowMessage.Builder clearInputSnmpIfindex()
         Input SNMP ifIndex.
         
        .google.protobuf.UInt32Value input_snmp_ifindex = 17;
      • getInputSnmpIfindexBuilder

        public com.google.protobuf.UInt32Value.Builder getInputSnmpIfindexBuilder()
         Input SNMP ifIndex.
         
        .google.protobuf.UInt32Value input_snmp_ifindex = 17;
      • 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
      • setOutputSnmpIfindex

        public FlowMessage.Builder setOutputSnmpIfindex​(com.google.protobuf.UInt32Value value)
         Output SNMP ifIndex.
         
        .google.protobuf.UInt32Value output_snmp_ifindex = 18;
      • setOutputSnmpIfindex

        public FlowMessage.Builder setOutputSnmpIfindex​(com.google.protobuf.UInt32Value.Builder builderForValue)
         Output SNMP ifIndex.
         
        .google.protobuf.UInt32Value output_snmp_ifindex = 18;
      • mergeOutputSnmpIfindex

        public FlowMessage.Builder mergeOutputSnmpIfindex​(com.google.protobuf.UInt32Value value)
         Output SNMP ifIndex.
         
        .google.protobuf.UInt32Value output_snmp_ifindex = 18;
      • clearOutputSnmpIfindex

        public FlowMessage.Builder clearOutputSnmpIfindex()
         Output SNMP ifIndex.
         
        .google.protobuf.UInt32Value output_snmp_ifindex = 18;
      • getOutputSnmpIfindexBuilder

        public com.google.protobuf.UInt32Value.Builder getOutputSnmpIfindexBuilder()
         Output SNMP ifIndex.
         
        .google.protobuf.UInt32Value output_snmp_ifindex = 18;
      • 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
      • setIpProtocolVersion

        public FlowMessage.Builder setIpProtocolVersion​(com.google.protobuf.UInt32Value value)
         IPv4 vs IPv6.
         
        .google.protobuf.UInt32Value ip_protocol_version = 19;
      • setIpProtocolVersion

        public FlowMessage.Builder setIpProtocolVersion​(com.google.protobuf.UInt32Value.Builder builderForValue)
         IPv4 vs IPv6.
         
        .google.protobuf.UInt32Value ip_protocol_version = 19;
      • mergeIpProtocolVersion

        public FlowMessage.Builder mergeIpProtocolVersion​(com.google.protobuf.UInt32Value value)
         IPv4 vs IPv6.
         
        .google.protobuf.UInt32Value ip_protocol_version = 19;
      • clearIpProtocolVersion

        public FlowMessage.Builder clearIpProtocolVersion()
         IPv4 vs IPv6.
         
        .google.protobuf.UInt32Value ip_protocol_version = 19;
      • getIpProtocolVersionBuilder

        public com.google.protobuf.UInt32Value.Builder getIpProtocolVersionBuilder()
         IPv4 vs IPv6.
         
        .google.protobuf.UInt32Value ip_protocol_version = 19;
      • 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
      • setNextHopAddress

        public FlowMessage.Builder setNextHopAddress​(String value)
         Next hop IpAddress.
         
        string next_hop_address = 20;
      • clearNextHopAddress

        public FlowMessage.Builder clearNextHopAddress()
         Next hop IpAddress.
         
        string next_hop_address = 20;
      • setNextHopAddressBytes

        public FlowMessage.Builder setNextHopAddressBytes​(com.google.protobuf.ByteString value)
         Next hop IpAddress.
         
        string next_hop_address = 20;
      • getNextHopHostnameBytes

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

        public FlowMessage.Builder setNextHopHostname​(String value)
         Next hop hostname.
         
        string next_hop_hostname = 21;
      • clearNextHopHostname

        public FlowMessage.Builder clearNextHopHostname()
         Next hop hostname.
         
        string next_hop_hostname = 21;
      • setNextHopHostnameBytes

        public FlowMessage.Builder setNextHopHostnameBytes​(com.google.protobuf.ByteString value)
         Next hop hostname.
         
        string next_hop_hostname = 21;
      • 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
      • setProtocol

        public FlowMessage.Builder setProtocol​(com.google.protobuf.UInt32Value value)
         IP protocol number i.e 6 for TCP, 17 for UDP
         
        .google.protobuf.UInt32Value protocol = 22;
      • setProtocol

        public FlowMessage.Builder setProtocol​(com.google.protobuf.UInt32Value.Builder builderForValue)
         IP protocol number i.e 6 for TCP, 17 for UDP
         
        .google.protobuf.UInt32Value protocol = 22;
      • mergeProtocol

        public FlowMessage.Builder mergeProtocol​(com.google.protobuf.UInt32Value value)
         IP protocol number i.e 6 for TCP, 17 for UDP
         
        .google.protobuf.UInt32Value protocol = 22;
      • clearProtocol

        public FlowMessage.Builder clearProtocol()
         IP protocol number i.e 6 for TCP, 17 for UDP
         
        .google.protobuf.UInt32Value protocol = 22;
      • getProtocolBuilder

        public com.google.protobuf.UInt32Value.Builder getProtocolBuilder()
         IP protocol number i.e 6 for TCP, 17 for UDP
         
        .google.protobuf.UInt32Value protocol = 22;
      • 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
      • setSamplingAlgorithmValue

        public FlowMessage.Builder setSamplingAlgorithmValue​(int value)
         Sampling algorithm ID.
         
        .SamplingAlgorithm sampling_algorithm = 23;
      • clearSamplingAlgorithm

        public FlowMessage.Builder clearSamplingAlgorithm()
         Sampling algorithm ID.
         
        .SamplingAlgorithm sampling_algorithm = 23;
      • 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
      • setSamplingInterval

        public FlowMessage.Builder setSamplingInterval​(com.google.protobuf.DoubleValue value)
         Sampling interval.
         
        .google.protobuf.DoubleValue sampling_interval = 24;
      • setSamplingInterval

        public FlowMessage.Builder setSamplingInterval​(com.google.protobuf.DoubleValue.Builder builderForValue)
         Sampling interval.
         
        .google.protobuf.DoubleValue sampling_interval = 24;
      • mergeSamplingInterval

        public FlowMessage.Builder mergeSamplingInterval​(com.google.protobuf.DoubleValue value)
         Sampling interval.
         
        .google.protobuf.DoubleValue sampling_interval = 24;
      • clearSamplingInterval

        public FlowMessage.Builder clearSamplingInterval()
         Sampling interval.
         
        .google.protobuf.DoubleValue sampling_interval = 24;
      • getSamplingIntervalBuilder

        public com.google.protobuf.DoubleValue.Builder getSamplingIntervalBuilder()
         Sampling interval.
         
        .google.protobuf.DoubleValue sampling_interval = 24;
      • 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
      • clearSrcAddress

        public FlowMessage.Builder clearSrcAddress()
         Source address.
         
        string src_address = 26;
      • setSrcAddressBytes

        public FlowMessage.Builder setSrcAddressBytes​(com.google.protobuf.ByteString value)
         Source address.
         
        string src_address = 26;
      • getSrcHostnameBytes

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

        public FlowMessage.Builder clearSrcHostname()
         Source hostname.
         
        string src_hostname = 27;
      • setSrcHostnameBytes

        public FlowMessage.Builder setSrcHostnameBytes​(com.google.protobuf.ByteString value)
         Source hostname.
         
        string src_hostname = 27;
      • 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
      • setSrcAs

        public FlowMessage.Builder setSrcAs​(com.google.protobuf.UInt64Value value)
         Source AS number.
         
        .google.protobuf.UInt64Value src_as = 28;
      • setSrcAs

        public FlowMessage.Builder setSrcAs​(com.google.protobuf.UInt64Value.Builder builderForValue)
         Source AS number.
         
        .google.protobuf.UInt64Value src_as = 28;
      • mergeSrcAs

        public FlowMessage.Builder mergeSrcAs​(com.google.protobuf.UInt64Value value)
         Source AS number.
         
        .google.protobuf.UInt64Value src_as = 28;
      • clearSrcAs

        public FlowMessage.Builder clearSrcAs()
         Source AS number.
         
        .google.protobuf.UInt64Value src_as = 28;
      • getSrcAsBuilder

        public com.google.protobuf.UInt64Value.Builder getSrcAsBuilder()
         Source AS number.
         
        .google.protobuf.UInt64Value src_as = 28;
      • 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
      • setSrcMaskLen

        public FlowMessage.Builder setSrcMaskLen​(com.google.protobuf.UInt32Value value)
         The number of contiguous bits in the destination address subnet mask.
         
        .google.protobuf.UInt32Value src_mask_len = 29;
      • setSrcMaskLen

        public FlowMessage.Builder setSrcMaskLen​(com.google.protobuf.UInt32Value.Builder builderForValue)
         The number of contiguous bits in the destination address subnet mask.
         
        .google.protobuf.UInt32Value src_mask_len = 29;
      • mergeSrcMaskLen

        public FlowMessage.Builder mergeSrcMaskLen​(com.google.protobuf.UInt32Value value)
         The number of contiguous bits in the destination address subnet mask.
         
        .google.protobuf.UInt32Value src_mask_len = 29;
      • clearSrcMaskLen

        public FlowMessage.Builder clearSrcMaskLen()
         The number of contiguous bits in the destination address subnet mask.
         
        .google.protobuf.UInt32Value src_mask_len = 29;
      • getSrcMaskLenBuilder

        public com.google.protobuf.UInt32Value.Builder getSrcMaskLenBuilder()
         The number of contiguous bits in the destination address subnet mask.
         
        .google.protobuf.UInt32Value src_mask_len = 29;
      • 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
      • setSrcPort

        public FlowMessage.Builder setSrcPort​(com.google.protobuf.UInt32Value value)
         Source port.
         
        .google.protobuf.UInt32Value src_port = 30;
      • setSrcPort

        public FlowMessage.Builder setSrcPort​(com.google.protobuf.UInt32Value.Builder builderForValue)
         Source port.
         
        .google.protobuf.UInt32Value src_port = 30;
      • mergeSrcPort

        public FlowMessage.Builder mergeSrcPort​(com.google.protobuf.UInt32Value value)
         Source port.
         
        .google.protobuf.UInt32Value src_port = 30;
      • clearSrcPort

        public FlowMessage.Builder clearSrcPort()
         Source port.
         
        .google.protobuf.UInt32Value src_port = 30;
      • getSrcPortBuilder

        public com.google.protobuf.UInt32Value.Builder getSrcPortBuilder()
         Source port.
         
        .google.protobuf.UInt32Value src_port = 30;
      • 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
      • setTcpFlags

        public FlowMessage.Builder setTcpFlags​(com.google.protobuf.UInt32Value value)
         TCP Flags.
         
        .google.protobuf.UInt32Value tcp_flags = 31;
      • setTcpFlags

        public FlowMessage.Builder setTcpFlags​(com.google.protobuf.UInt32Value.Builder builderForValue)
         TCP Flags.
         
        .google.protobuf.UInt32Value tcp_flags = 31;
      • mergeTcpFlags

        public FlowMessage.Builder mergeTcpFlags​(com.google.protobuf.UInt32Value value)
         TCP Flags.
         
        .google.protobuf.UInt32Value tcp_flags = 31;
      • clearTcpFlags

        public FlowMessage.Builder clearTcpFlags()
         TCP Flags.
         
        .google.protobuf.UInt32Value tcp_flags = 31;
      • getTcpFlagsBuilder

        public com.google.protobuf.UInt32Value.Builder getTcpFlagsBuilder()
         TCP Flags.
         
        .google.protobuf.UInt32Value tcp_flags = 31;
      • 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
      • setTos

        public FlowMessage.Builder setTos​(com.google.protobuf.UInt32Value value)
         TOS
         
        .google.protobuf.UInt32Value tos = 32;
      • setTos

        public FlowMessage.Builder setTos​(com.google.protobuf.UInt32Value.Builder builderForValue)
         TOS
         
        .google.protobuf.UInt32Value tos = 32;
      • mergeTos

        public FlowMessage.Builder mergeTos​(com.google.protobuf.UInt32Value value)
         TOS
         
        .google.protobuf.UInt32Value tos = 32;
      • getTosBuilder

        public com.google.protobuf.UInt32Value.Builder getTosBuilder()
         TOS
         
        .google.protobuf.UInt32Value tos = 32;
      • getTosOrBuilder

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

        public FlowMessage.Builder setNetflowVersionValue​(int value)
         Netflow version
         
        .NetflowVersion netflow_version = 33;
      • clearNetflowVersion

        public FlowMessage.Builder clearNetflowVersion()
         Netflow version
         
        .NetflowVersion netflow_version = 33;
      • 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
      • setVlan

        public FlowMessage.Builder setVlan​(com.google.protobuf.UInt32Value value)
         VLAN ID.
         
        .google.protobuf.UInt32Value vlan = 34;
      • setVlan

        public FlowMessage.Builder setVlan​(com.google.protobuf.UInt32Value.Builder builderForValue)
         VLAN ID.
         
        .google.protobuf.UInt32Value vlan = 34;
      • mergeVlan

        public FlowMessage.Builder mergeVlan​(com.google.protobuf.UInt32Value value)
         VLAN ID.
         
        .google.protobuf.UInt32Value vlan = 34;
      • clearVlan

        public FlowMessage.Builder clearVlan()
         VLAN ID.
         
        .google.protobuf.UInt32Value vlan = 34;
      • getVlanBuilder

        public com.google.protobuf.UInt32Value.Builder getVlanBuilder()
         VLAN ID.
         
        .google.protobuf.UInt32Value vlan = 34;
      • getVlanOrBuilder

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

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

        public FlowMessage.Builder setNodeIdentifier​(String value)
         node lookup identifier.
         
        string node_identifier = 35;
      • clearNodeIdentifier

        public FlowMessage.Builder clearNodeIdentifier()
         node lookup identifier.
         
        string node_identifier = 35;
      • setNodeIdentifierBytes

        public FlowMessage.Builder setNodeIdentifierBytes​(com.google.protobuf.ByteString value)
         node lookup identifier.
         
        string node_identifier = 35;
      • setUnknownFields

        public final FlowMessage.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FlowMessage.Builder>
      • mergeUnknownFields

        public final FlowMessage.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FlowMessage.Builder>