public static final class FlowDocument.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FlowDocument.Builder> implements FlowDocumentOrBuilder
FlowDocument
Modifier and Type | Method and Description |
---|---|
FlowDocument.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FlowDocument |
build() |
FlowDocument |
buildPartial() |
FlowDocument.Builder |
clear() |
FlowDocument.Builder |
clearApplication()
string application = 38; |
FlowDocument.Builder |
clearClockCorrection()
Applied clock correction im milliseconds.
|
FlowDocument.Builder |
clearConvoKey()
string convo_key = 44; |
FlowDocument.Builder |
clearDeltaSwitched()
Unix timestamp in ms at which the previous exported packet-
|
FlowDocument.Builder |
clearDestNode()
.NodeInfo dest_node = 37; |
FlowDocument.Builder |
clearDirection()
Direction of the flow (egress vs ingress)
|
FlowDocument.Builder |
clearDstAddress()
Destination address.
|
FlowDocument.Builder |
clearDstAs()
Destination autonomous system (AS).
|
FlowDocument.Builder |
clearDstHostname()
Destination address hostname.
|
FlowDocument.Builder |
clearDstLocality()
.Locality dst_locality = 42; |
FlowDocument.Builder |
clearDstMaskLen()
The number of contiguous bits in the source address subnet mask.
|
FlowDocument.Builder |
clearDstPort()
Destination port.
|
FlowDocument.Builder |
clearEngineId()
Slot number of the flow-switching engine.
|
FlowDocument.Builder |
clearEngineType()
Type of flow-switching engine.
|
FlowDocument.Builder |
clearExporterNode()
.NodeInfo exporter_node = 36; |
FlowDocument.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FlowDocument.Builder |
clearFirstSwitched()
-associated with this flow was switched.
|
FlowDocument.Builder |
clearFlowLocality()
.Locality flow_locality = 43; |
FlowDocument.Builder |
clearFlowSeqNum()
Flow packet sequence number.
|
FlowDocument.Builder |
clearHost()
string host = 39; |
FlowDocument.Builder |
clearInputSnmpIfindex()
Input SNMP ifIndex.
|
FlowDocument.Builder |
clearIpProtocolVersion()
IPv4 vs IPv6.
|
FlowDocument.Builder |
clearLastSwitched()
-associated with this flow was switched.
|
FlowDocument.Builder |
clearLocation()
string location = 40; |
FlowDocument.Builder |
clearNetflowVersion()
Netflow version
|
FlowDocument.Builder |
clearNextHopAddress()
Next hop IpAddress.
|
FlowDocument.Builder |
clearNextHopHostname()
Next hop hostname.
|
FlowDocument.Builder |
clearNumBytes()
Number of bytes transferred in the flow
|
FlowDocument.Builder |
clearNumFlowRecords()
Number of flow records in the associated packet.
|
FlowDocument.Builder |
clearNumPackets()
Number of packets in the flow.
|
FlowDocument.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FlowDocument.Builder |
clearOutputSnmpIfindex()
Output SNMP ifIndex.
|
FlowDocument.Builder |
clearProtocol()
IP protocol number i.e 6 for TCP, 17 for UDP
|
FlowDocument.Builder |
clearSamplingAlgorithm()
Sampling algorithm ID.
|
FlowDocument.Builder |
clearSamplingInterval()
Sampling interval.
|
FlowDocument.Builder |
clearSrcAddress()
Source address.
|
FlowDocument.Builder |
clearSrcAs()
Source AS number.
|
FlowDocument.Builder |
clearSrcHostname()
Source hostname.
|
FlowDocument.Builder |
clearSrcLocality()
.Locality src_locality = 41; |
FlowDocument.Builder |
clearSrcMaskLen()
The number of contiguous bits in the destination address subnet mask.
|
FlowDocument.Builder |
clearSrcNode()
.NodeInfo src_node = 35; |
FlowDocument.Builder |
clearSrcPort()
Source port.
|
FlowDocument.Builder |
clearTcpFlags()
TCP Flags.
|
FlowDocument.Builder |
clearTimestamp()
Flow timestamp in milliseconds.
|
FlowDocument.Builder |
clearTos()
TOS
|
FlowDocument.Builder |
clearVlan()
VLAN ID.
|
FlowDocument.Builder |
clone() |
String |
getApplication()
string application = 38; |
com.google.protobuf.ByteString |
getApplicationBytes()
string application = 38; |
long |
getClockCorrection()
Applied clock correction im milliseconds.
|
String |
getConvoKey()
string convo_key = 44; |
com.google.protobuf.ByteString |
getConvoKeyBytes()
string convo_key = 44; |
FlowDocument |
getDefaultInstanceForType() |
com.google.protobuf.UInt64Value |
getDeltaSwitched()
Unix timestamp in ms at which the previous exported packet-
|
com.google.protobuf.UInt64Value.Builder |
getDeltaSwitchedBuilder()
Unix timestamp in ms at which the previous exported packet-
|
com.google.protobuf.UInt64ValueOrBuilder |
getDeltaSwitchedOrBuilder()
Unix timestamp in ms at which the previous exported packet-
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
NodeInfo |
getDestNode()
.NodeInfo dest_node = 37; |
NodeInfo.Builder |
getDestNodeBuilder()
.NodeInfo dest_node = 37; |
NodeInfoOrBuilder |
getDestNodeOrBuilder()
.NodeInfo dest_node = 37; |
Direction |
getDirection()
Direction of the flow (egress vs ingress)
|
int |
getDirectionValue()
Direction of the flow (egress vs ingress)
|
String |
getDstAddress()
Destination address.
|
com.google.protobuf.ByteString |
getDstAddressBytes()
Destination address.
|
com.google.protobuf.UInt64Value |
getDstAs()
Destination autonomous system (AS).
|
com.google.protobuf.UInt64Value.Builder |
getDstAsBuilder()
Destination autonomous system (AS).
|
com.google.protobuf.UInt64ValueOrBuilder |
getDstAsOrBuilder()
Destination autonomous system (AS).
|
String |
getDstHostname()
Destination address hostname.
|
com.google.protobuf.ByteString |
getDstHostnameBytes()
Destination address hostname.
|
Locality |
getDstLocality()
.Locality dst_locality = 42; |
int |
getDstLocalityValue()
.Locality dst_locality = 42; |
com.google.protobuf.UInt32Value |
getDstMaskLen()
The number of contiguous bits in the source address subnet mask.
|
com.google.protobuf.UInt32Value.Builder |
getDstMaskLenBuilder()
The number of contiguous bits in the source address subnet mask.
|
com.google.protobuf.UInt32ValueOrBuilder |
getDstMaskLenOrBuilder()
The number of contiguous bits in the source address subnet mask.
|
com.google.protobuf.UInt32Value |
getDstPort()
Destination port.
|
com.google.protobuf.UInt32Value.Builder |
getDstPortBuilder()
Destination port.
|
com.google.protobuf.UInt32ValueOrBuilder |
getDstPortOrBuilder()
Destination port.
|
com.google.protobuf.UInt32Value |
getEngineId()
Slot number of the flow-switching engine.
|
com.google.protobuf.UInt32Value.Builder |
getEngineIdBuilder()
Slot number of the flow-switching engine.
|
com.google.protobuf.UInt32ValueOrBuilder |
getEngineIdOrBuilder()
Slot number of the flow-switching engine.
|
com.google.protobuf.UInt32Value |
getEngineType()
Type of flow-switching engine.
|
com.google.protobuf.UInt32Value.Builder |
getEngineTypeBuilder()
Type of flow-switching engine.
|
com.google.protobuf.UInt32ValueOrBuilder |
getEngineTypeOrBuilder()
Type of flow-switching engine.
|
NodeInfo |
getExporterNode()
.NodeInfo exporter_node = 36; |
NodeInfo.Builder |
getExporterNodeBuilder()
.NodeInfo exporter_node = 36; |
NodeInfoOrBuilder |
getExporterNodeOrBuilder()
.NodeInfo exporter_node = 36; |
com.google.protobuf.UInt64Value |
getFirstSwitched()
-associated with this flow was switched.
|
com.google.protobuf.UInt64Value.Builder |
getFirstSwitchedBuilder()
-associated with this flow was switched.
|
com.google.protobuf.UInt64ValueOrBuilder |
getFirstSwitchedOrBuilder()
-associated with this flow was switched.
|
Locality |
getFlowLocality()
.Locality flow_locality = 43; |
int |
getFlowLocalityValue()
.Locality flow_locality = 43; |
com.google.protobuf.UInt64Value |
getFlowSeqNum()
Flow packet sequence number.
|
com.google.protobuf.UInt64Value.Builder |
getFlowSeqNumBuilder()
Flow packet sequence number.
|
com.google.protobuf.UInt64ValueOrBuilder |
getFlowSeqNumOrBuilder()
Flow packet sequence number.
|
String |
getHost()
string host = 39; |
com.google.protobuf.ByteString |
getHostBytes()
string host = 39; |
com.google.protobuf.UInt32Value |
getInputSnmpIfindex()
Input SNMP ifIndex.
|
com.google.protobuf.UInt32Value.Builder |
getInputSnmpIfindexBuilder()
Input SNMP ifIndex.
|
com.google.protobuf.UInt32ValueOrBuilder |
getInputSnmpIfindexOrBuilder()
Input SNMP ifIndex.
|
com.google.protobuf.UInt32Value |
getIpProtocolVersion()
IPv4 vs IPv6.
|
com.google.protobuf.UInt32Value.Builder |
getIpProtocolVersionBuilder()
IPv4 vs IPv6.
|
com.google.protobuf.UInt32ValueOrBuilder |
getIpProtocolVersionOrBuilder()
IPv4 vs IPv6.
|
com.google.protobuf.UInt64Value |
getLastSwitched()
-associated with this flow was switched.
|
com.google.protobuf.UInt64Value.Builder |
getLastSwitchedBuilder()
-associated with this flow was switched.
|
com.google.protobuf.UInt64ValueOrBuilder |
getLastSwitchedOrBuilder()
-associated with this flow was switched.
|
String |
getLocation()
string location = 40; |
com.google.protobuf.ByteString |
getLocationBytes()
string location = 40; |
NetflowVersion |
getNetflowVersion()
Netflow version
|
int |
getNetflowVersionValue()
Netflow version
|
String |
getNextHopAddress()
Next hop IpAddress.
|
com.google.protobuf.ByteString |
getNextHopAddressBytes()
Next hop IpAddress.
|
String |
getNextHopHostname()
Next hop hostname.
|
com.google.protobuf.ByteString |
getNextHopHostnameBytes()
Next hop hostname.
|
com.google.protobuf.UInt64Value |
getNumBytes()
Number of bytes transferred in the flow
|
com.google.protobuf.UInt64Value.Builder |
getNumBytesBuilder()
Number of bytes transferred in the flow
|
com.google.protobuf.UInt64ValueOrBuilder |
getNumBytesOrBuilder()
Number of bytes transferred in the flow
|
com.google.protobuf.UInt32Value |
getNumFlowRecords()
Number of flow records in the associated packet.
|
com.google.protobuf.UInt32Value.Builder |
getNumFlowRecordsBuilder()
Number of flow records in the associated packet.
|
com.google.protobuf.UInt32ValueOrBuilder |
getNumFlowRecordsOrBuilder()
Number of flow records in the associated packet.
|
com.google.protobuf.UInt64Value |
getNumPackets()
Number of packets in the flow.
|
com.google.protobuf.UInt64Value.Builder |
getNumPacketsBuilder()
Number of packets in the flow.
|
com.google.protobuf.UInt64ValueOrBuilder |
getNumPacketsOrBuilder()
Number of packets in the flow.
|
com.google.protobuf.UInt32Value |
getOutputSnmpIfindex()
Output SNMP ifIndex.
|
com.google.protobuf.UInt32Value.Builder |
getOutputSnmpIfindexBuilder()
Output SNMP ifIndex.
|
com.google.protobuf.UInt32ValueOrBuilder |
getOutputSnmpIfindexOrBuilder()
Output SNMP ifIndex.
|
com.google.protobuf.UInt32Value |
getProtocol()
IP protocol number i.e 6 for TCP, 17 for UDP
|
com.google.protobuf.UInt32Value.Builder |
getProtocolBuilder()
IP protocol number i.e 6 for TCP, 17 for UDP
|
com.google.protobuf.UInt32ValueOrBuilder |
getProtocolOrBuilder()
IP protocol number i.e 6 for TCP, 17 for UDP
|
SamplingAlgorithm |
getSamplingAlgorithm()
Sampling algorithm ID.
|
int |
getSamplingAlgorithmValue()
Sampling algorithm ID.
|
com.google.protobuf.DoubleValue |
getSamplingInterval()
Sampling interval.
|
com.google.protobuf.DoubleValue.Builder |
getSamplingIntervalBuilder()
Sampling interval.
|
com.google.protobuf.DoubleValueOrBuilder |
getSamplingIntervalOrBuilder()
Sampling interval.
|
String |
getSrcAddress()
Source address.
|
com.google.protobuf.ByteString |
getSrcAddressBytes()
Source address.
|
com.google.protobuf.UInt64Value |
getSrcAs()
Source AS number.
|
com.google.protobuf.UInt64Value.Builder |
getSrcAsBuilder()
Source AS number.
|
com.google.protobuf.UInt64ValueOrBuilder |
getSrcAsOrBuilder()
Source AS number.
|
String |
getSrcHostname()
Source hostname.
|
com.google.protobuf.ByteString |
getSrcHostnameBytes()
Source hostname.
|
Locality |
getSrcLocality()
.Locality src_locality = 41; |
int |
getSrcLocalityValue()
.Locality src_locality = 41; |
com.google.protobuf.UInt32Value |
getSrcMaskLen()
The number of contiguous bits in the destination address subnet mask.
|
com.google.protobuf.UInt32Value.Builder |
getSrcMaskLenBuilder()
The number of contiguous bits in the destination address subnet mask.
|
com.google.protobuf.UInt32ValueOrBuilder |
getSrcMaskLenOrBuilder()
The number of contiguous bits in the destination address subnet mask.
|
NodeInfo |
getSrcNode()
.NodeInfo src_node = 35; |
NodeInfo.Builder |
getSrcNodeBuilder()
.NodeInfo src_node = 35; |
NodeInfoOrBuilder |
getSrcNodeOrBuilder()
.NodeInfo src_node = 35; |
com.google.protobuf.UInt32Value |
getSrcPort()
Source port.
|
com.google.protobuf.UInt32Value.Builder |
getSrcPortBuilder()
Source port.
|
com.google.protobuf.UInt32ValueOrBuilder |
getSrcPortOrBuilder()
Source port.
|
com.google.protobuf.UInt32Value |
getTcpFlags()
TCP Flags.
|
com.google.protobuf.UInt32Value.Builder |
getTcpFlagsBuilder()
TCP Flags.
|
com.google.protobuf.UInt32ValueOrBuilder |
getTcpFlagsOrBuilder()
TCP Flags.
|
long |
getTimestamp()
Flow timestamp in milliseconds.
|
com.google.protobuf.UInt32Value |
getTos()
TOS
|
com.google.protobuf.UInt32Value.Builder |
getTosBuilder()
TOS
|
com.google.protobuf.UInt32ValueOrBuilder |
getTosOrBuilder()
TOS
|
String |
getVlan()
VLAN ID.
|
com.google.protobuf.ByteString |
getVlanBytes()
VLAN ID.
|
boolean |
hasDeltaSwitched()
Unix timestamp in ms at which the previous exported packet-
|
boolean |
hasDestNode()
.NodeInfo dest_node = 37; |
boolean |
hasDstAs()
Destination autonomous system (AS).
|
boolean |
hasDstMaskLen()
The number of contiguous bits in the source address subnet mask.
|
boolean |
hasDstPort()
Destination port.
|
boolean |
hasEngineId()
Slot number of the flow-switching engine.
|
boolean |
hasEngineType()
Type of flow-switching engine.
|
boolean |
hasExporterNode()
.NodeInfo exporter_node = 36; |
boolean |
hasFirstSwitched()
-associated with this flow was switched.
|
boolean |
hasFlowSeqNum()
Flow packet sequence number.
|
boolean |
hasInputSnmpIfindex()
Input SNMP ifIndex.
|
boolean |
hasIpProtocolVersion()
IPv4 vs IPv6.
|
boolean |
hasLastSwitched()
-associated with this flow was switched.
|
boolean |
hasNumBytes()
Number of bytes transferred in the flow
|
boolean |
hasNumFlowRecords()
Number of flow records in the associated packet.
|
boolean |
hasNumPackets()
Number of packets in the flow.
|
boolean |
hasOutputSnmpIfindex()
Output SNMP ifIndex.
|
boolean |
hasProtocol()
IP protocol number i.e 6 for TCP, 17 for UDP
|
boolean |
hasSamplingInterval()
Sampling interval.
|
boolean |
hasSrcAs()
Source AS number.
|
boolean |
hasSrcMaskLen()
The number of contiguous bits in the destination address subnet mask.
|
boolean |
hasSrcNode()
.NodeInfo src_node = 35; |
boolean |
hasSrcPort()
Source port.
|
boolean |
hasTcpFlags()
TCP Flags.
|
boolean |
hasTos()
TOS
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FlowDocument.Builder |
mergeDeltaSwitched(com.google.protobuf.UInt64Value value)
Unix timestamp in ms at which the previous exported packet-
|
FlowDocument.Builder |
mergeDestNode(NodeInfo value)
.NodeInfo dest_node = 37; |
FlowDocument.Builder |
mergeDstAs(com.google.protobuf.UInt64Value value)
Destination autonomous system (AS).
|
FlowDocument.Builder |
mergeDstMaskLen(com.google.protobuf.UInt32Value value)
The number of contiguous bits in the source address subnet mask.
|
FlowDocument.Builder |
mergeDstPort(com.google.protobuf.UInt32Value value)
Destination port.
|
FlowDocument.Builder |
mergeEngineId(com.google.protobuf.UInt32Value value)
Slot number of the flow-switching engine.
|
FlowDocument.Builder |
mergeEngineType(com.google.protobuf.UInt32Value value)
Type of flow-switching engine.
|
FlowDocument.Builder |
mergeExporterNode(NodeInfo value)
.NodeInfo exporter_node = 36; |
FlowDocument.Builder |
mergeFirstSwitched(com.google.protobuf.UInt64Value value)
-associated with this flow was switched.
|
FlowDocument.Builder |
mergeFlowSeqNum(com.google.protobuf.UInt64Value value)
Flow packet sequence number.
|
FlowDocument.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FlowDocument.Builder |
mergeFrom(FlowDocument other) |
FlowDocument.Builder |
mergeFrom(com.google.protobuf.Message other) |
FlowDocument.Builder |
mergeInputSnmpIfindex(com.google.protobuf.UInt32Value value)
Input SNMP ifIndex.
|
FlowDocument.Builder |
mergeIpProtocolVersion(com.google.protobuf.UInt32Value value)
IPv4 vs IPv6.
|
FlowDocument.Builder |
mergeLastSwitched(com.google.protobuf.UInt64Value value)
-associated with this flow was switched.
|
FlowDocument.Builder |
mergeNumBytes(com.google.protobuf.UInt64Value value)
Number of bytes transferred in the flow
|
FlowDocument.Builder |
mergeNumFlowRecords(com.google.protobuf.UInt32Value value)
Number of flow records in the associated packet.
|
FlowDocument.Builder |
mergeNumPackets(com.google.protobuf.UInt64Value value)
Number of packets in the flow.
|
FlowDocument.Builder |
mergeOutputSnmpIfindex(com.google.protobuf.UInt32Value value)
Output SNMP ifIndex.
|
FlowDocument.Builder |
mergeProtocol(com.google.protobuf.UInt32Value value)
IP protocol number i.e 6 for TCP, 17 for UDP
|
FlowDocument.Builder |
mergeSamplingInterval(com.google.protobuf.DoubleValue value)
Sampling interval.
|
FlowDocument.Builder |
mergeSrcAs(com.google.protobuf.UInt64Value value)
Source AS number.
|
FlowDocument.Builder |
mergeSrcMaskLen(com.google.protobuf.UInt32Value value)
The number of contiguous bits in the destination address subnet mask.
|
FlowDocument.Builder |
mergeSrcNode(NodeInfo value)
.NodeInfo src_node = 35; |
FlowDocument.Builder |
mergeSrcPort(com.google.protobuf.UInt32Value value)
Source port.
|
FlowDocument.Builder |
mergeTcpFlags(com.google.protobuf.UInt32Value value)
TCP Flags.
|
FlowDocument.Builder |
mergeTos(com.google.protobuf.UInt32Value value)
TOS
|
FlowDocument.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FlowDocument.Builder |
setApplication(String value)
string application = 38; |
FlowDocument.Builder |
setApplicationBytes(com.google.protobuf.ByteString value)
string application = 38; |
FlowDocument.Builder |
setClockCorrection(long value)
Applied clock correction im milliseconds.
|
FlowDocument.Builder |
setConvoKey(String value)
string convo_key = 44; |
FlowDocument.Builder |
setConvoKeyBytes(com.google.protobuf.ByteString value)
string convo_key = 44; |
FlowDocument.Builder |
setDeltaSwitched(com.google.protobuf.UInt64Value.Builder builderForValue)
Unix timestamp in ms at which the previous exported packet-
|
FlowDocument.Builder |
setDeltaSwitched(com.google.protobuf.UInt64Value value)
Unix timestamp in ms at which the previous exported packet-
|
FlowDocument.Builder |
setDestNode(NodeInfo.Builder builderForValue)
.NodeInfo dest_node = 37; |
FlowDocument.Builder |
setDestNode(NodeInfo value)
.NodeInfo dest_node = 37; |
FlowDocument.Builder |
setDirection(Direction value)
Direction of the flow (egress vs ingress)
|
FlowDocument.Builder |
setDirectionValue(int value)
Direction of the flow (egress vs ingress)
|
FlowDocument.Builder |
setDstAddress(String value)
Destination address.
|
FlowDocument.Builder |
setDstAddressBytes(com.google.protobuf.ByteString value)
Destination address.
|
FlowDocument.Builder |
setDstAs(com.google.protobuf.UInt64Value.Builder builderForValue)
Destination autonomous system (AS).
|
FlowDocument.Builder |
setDstAs(com.google.protobuf.UInt64Value value)
Destination autonomous system (AS).
|
FlowDocument.Builder |
setDstHostname(String value)
Destination address hostname.
|
FlowDocument.Builder |
setDstHostnameBytes(com.google.protobuf.ByteString value)
Destination address hostname.
|
FlowDocument.Builder |
setDstLocality(Locality value)
.Locality dst_locality = 42; |
FlowDocument.Builder |
setDstLocalityValue(int value)
.Locality dst_locality = 42; |
FlowDocument.Builder |
setDstMaskLen(com.google.protobuf.UInt32Value.Builder builderForValue)
The number of contiguous bits in the source address subnet mask.
|
FlowDocument.Builder |
setDstMaskLen(com.google.protobuf.UInt32Value value)
The number of contiguous bits in the source address subnet mask.
|
FlowDocument.Builder |
setDstPort(com.google.protobuf.UInt32Value.Builder builderForValue)
Destination port.
|
FlowDocument.Builder |
setDstPort(com.google.protobuf.UInt32Value value)
Destination port.
|
FlowDocument.Builder |
setEngineId(com.google.protobuf.UInt32Value.Builder builderForValue)
Slot number of the flow-switching engine.
|
FlowDocument.Builder |
setEngineId(com.google.protobuf.UInt32Value value)
Slot number of the flow-switching engine.
|
FlowDocument.Builder |
setEngineType(com.google.protobuf.UInt32Value.Builder builderForValue)
Type of flow-switching engine.
|
FlowDocument.Builder |
setEngineType(com.google.protobuf.UInt32Value value)
Type of flow-switching engine.
|
FlowDocument.Builder |
setExporterNode(NodeInfo.Builder builderForValue)
.NodeInfo exporter_node = 36; |
FlowDocument.Builder |
setExporterNode(NodeInfo value)
.NodeInfo exporter_node = 36; |
FlowDocument.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FlowDocument.Builder |
setFirstSwitched(com.google.protobuf.UInt64Value.Builder builderForValue)
-associated with this flow was switched.
|
FlowDocument.Builder |
setFirstSwitched(com.google.protobuf.UInt64Value value)
-associated with this flow was switched.
|
FlowDocument.Builder |
setFlowLocality(Locality value)
.Locality flow_locality = 43; |
FlowDocument.Builder |
setFlowLocalityValue(int value)
.Locality flow_locality = 43; |
FlowDocument.Builder |
setFlowSeqNum(com.google.protobuf.UInt64Value.Builder builderForValue)
Flow packet sequence number.
|
FlowDocument.Builder |
setFlowSeqNum(com.google.protobuf.UInt64Value value)
Flow packet sequence number.
|
FlowDocument.Builder |
setHost(String value)
string host = 39; |
FlowDocument.Builder |
setHostBytes(com.google.protobuf.ByteString value)
string host = 39; |
FlowDocument.Builder |
setInputSnmpIfindex(com.google.protobuf.UInt32Value.Builder builderForValue)
Input SNMP ifIndex.
|
FlowDocument.Builder |
setInputSnmpIfindex(com.google.protobuf.UInt32Value value)
Input SNMP ifIndex.
|
FlowDocument.Builder |
setIpProtocolVersion(com.google.protobuf.UInt32Value.Builder builderForValue)
IPv4 vs IPv6.
|
FlowDocument.Builder |
setIpProtocolVersion(com.google.protobuf.UInt32Value value)
IPv4 vs IPv6.
|
FlowDocument.Builder |
setLastSwitched(com.google.protobuf.UInt64Value.Builder builderForValue)
-associated with this flow was switched.
|
FlowDocument.Builder |
setLastSwitched(com.google.protobuf.UInt64Value value)
-associated with this flow was switched.
|
FlowDocument.Builder |
setLocation(String value)
string location = 40; |
FlowDocument.Builder |
setLocationBytes(com.google.protobuf.ByteString value)
string location = 40; |
FlowDocument.Builder |
setNetflowVersion(NetflowVersion value)
Netflow version
|
FlowDocument.Builder |
setNetflowVersionValue(int value)
Netflow version
|
FlowDocument.Builder |
setNextHopAddress(String value)
Next hop IpAddress.
|
FlowDocument.Builder |
setNextHopAddressBytes(com.google.protobuf.ByteString value)
Next hop IpAddress.
|
FlowDocument.Builder |
setNextHopHostname(String value)
Next hop hostname.
|
FlowDocument.Builder |
setNextHopHostnameBytes(com.google.protobuf.ByteString value)
Next hop hostname.
|
FlowDocument.Builder |
setNumBytes(com.google.protobuf.UInt64Value.Builder builderForValue)
Number of bytes transferred in the flow
|
FlowDocument.Builder |
setNumBytes(com.google.protobuf.UInt64Value value)
Number of bytes transferred in the flow
|
FlowDocument.Builder |
setNumFlowRecords(com.google.protobuf.UInt32Value.Builder builderForValue)
Number of flow records in the associated packet.
|
FlowDocument.Builder |
setNumFlowRecords(com.google.protobuf.UInt32Value value)
Number of flow records in the associated packet.
|
FlowDocument.Builder |
setNumPackets(com.google.protobuf.UInt64Value.Builder builderForValue)
Number of packets in the flow.
|
FlowDocument.Builder |
setNumPackets(com.google.protobuf.UInt64Value value)
Number of packets in the flow.
|
FlowDocument.Builder |
setOutputSnmpIfindex(com.google.protobuf.UInt32Value.Builder builderForValue)
Output SNMP ifIndex.
|
FlowDocument.Builder |
setOutputSnmpIfindex(com.google.protobuf.UInt32Value value)
Output SNMP ifIndex.
|
FlowDocument.Builder |
setProtocol(com.google.protobuf.UInt32Value.Builder builderForValue)
IP protocol number i.e 6 for TCP, 17 for UDP
|
FlowDocument.Builder |
setProtocol(com.google.protobuf.UInt32Value value)
IP protocol number i.e 6 for TCP, 17 for UDP
|
FlowDocument.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FlowDocument.Builder |
setSamplingAlgorithm(SamplingAlgorithm value)
Sampling algorithm ID.
|
FlowDocument.Builder |
setSamplingAlgorithmValue(int value)
Sampling algorithm ID.
|
FlowDocument.Builder |
setSamplingInterval(com.google.protobuf.DoubleValue.Builder builderForValue)
Sampling interval.
|
FlowDocument.Builder |
setSamplingInterval(com.google.protobuf.DoubleValue value)
Sampling interval.
|
FlowDocument.Builder |
setSrcAddress(String value)
Source address.
|
FlowDocument.Builder |
setSrcAddressBytes(com.google.protobuf.ByteString value)
Source address.
|
FlowDocument.Builder |
setSrcAs(com.google.protobuf.UInt64Value.Builder builderForValue)
Source AS number.
|
FlowDocument.Builder |
setSrcAs(com.google.protobuf.UInt64Value value)
Source AS number.
|
FlowDocument.Builder |
setSrcHostname(String value)
Source hostname.
|
FlowDocument.Builder |
setSrcHostnameBytes(com.google.protobuf.ByteString value)
Source hostname.
|
FlowDocument.Builder |
setSrcLocality(Locality value)
.Locality src_locality = 41; |
FlowDocument.Builder |
setSrcLocalityValue(int value)
.Locality src_locality = 41; |
FlowDocument.Builder |
setSrcMaskLen(com.google.protobuf.UInt32Value.Builder builderForValue)
The number of contiguous bits in the destination address subnet mask.
|
FlowDocument.Builder |
setSrcMaskLen(com.google.protobuf.UInt32Value value)
The number of contiguous bits in the destination address subnet mask.
|
FlowDocument.Builder |
setSrcNode(NodeInfo.Builder builderForValue)
.NodeInfo src_node = 35; |
FlowDocument.Builder |
setSrcNode(NodeInfo value)
.NodeInfo src_node = 35; |
FlowDocument.Builder |
setSrcPort(com.google.protobuf.UInt32Value.Builder builderForValue)
Source port.
|
FlowDocument.Builder |
setSrcPort(com.google.protobuf.UInt32Value value)
Source port.
|
FlowDocument.Builder |
setTcpFlags(com.google.protobuf.UInt32Value.Builder builderForValue)
TCP Flags.
|
FlowDocument.Builder |
setTcpFlags(com.google.protobuf.UInt32Value value)
TCP Flags.
|
FlowDocument.Builder |
setTimestamp(long value)
Flow timestamp in milliseconds.
|
FlowDocument.Builder |
setTos(com.google.protobuf.UInt32Value.Builder builderForValue)
TOS
|
FlowDocument.Builder |
setTos(com.google.protobuf.UInt32Value value)
TOS
|
FlowDocument.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FlowDocument.Builder |
setVlan(String value)
VLAN ID.
|
FlowDocument.Builder |
setVlanBytes(com.google.protobuf.ByteString value)
VLAN ID.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<FlowDocument.Builder>
public FlowDocument.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<FlowDocument.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<FlowDocument.Builder>
public FlowDocument getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public FlowDocument build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public FlowDocument buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public FlowDocument.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<FlowDocument.Builder>
public FlowDocument.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<FlowDocument.Builder>
public FlowDocument.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<FlowDocument.Builder>
public FlowDocument.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<FlowDocument.Builder>
public FlowDocument.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<FlowDocument.Builder>
public FlowDocument.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<FlowDocument.Builder>
public FlowDocument.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<FlowDocument.Builder>
public FlowDocument.Builder mergeFrom(FlowDocument other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<FlowDocument.Builder>
public FlowDocument.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<FlowDocument.Builder>
IOException
public long getTimestamp()
Flow timestamp in milliseconds.
uint64 timestamp = 1;
getTimestamp
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setTimestamp(long value)
Flow timestamp in milliseconds.
uint64 timestamp = 1;
value
- The timestamp to set.public FlowDocument.Builder clearTimestamp()
Flow timestamp in milliseconds.
uint64 timestamp = 1;
public boolean hasNumBytes()
Number of bytes transferred in the flow
.google.protobuf.UInt64Value num_bytes = 2;
hasNumBytes
in interface FlowDocumentOrBuilder
public com.google.protobuf.UInt64Value getNumBytes()
Number of bytes transferred in the flow
.google.protobuf.UInt64Value num_bytes = 2;
getNumBytes
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setNumBytes(com.google.protobuf.UInt64Value value)
Number of bytes transferred in the flow
.google.protobuf.UInt64Value num_bytes = 2;
public FlowDocument.Builder setNumBytes(com.google.protobuf.UInt64Value.Builder builderForValue)
Number of bytes transferred in the flow
.google.protobuf.UInt64Value num_bytes = 2;
public FlowDocument.Builder mergeNumBytes(com.google.protobuf.UInt64Value value)
Number of bytes transferred in the flow
.google.protobuf.UInt64Value num_bytes = 2;
public FlowDocument.Builder clearNumBytes()
Number of bytes transferred in the flow
.google.protobuf.UInt64Value num_bytes = 2;
public com.google.protobuf.UInt64Value.Builder getNumBytesBuilder()
Number of bytes transferred in the flow
.google.protobuf.UInt64Value num_bytes = 2;
public com.google.protobuf.UInt64ValueOrBuilder getNumBytesOrBuilder()
Number of bytes transferred in the flow
.google.protobuf.UInt64Value num_bytes = 2;
getNumBytesOrBuilder
in interface FlowDocumentOrBuilder
public int getDirectionValue()
Direction of the flow (egress vs ingress)
.Direction direction = 3;
getDirectionValue
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setDirectionValue(int value)
Direction of the flow (egress vs ingress)
.Direction direction = 3;
value
- The enum numeric value on the wire for direction to set.public Direction getDirection()
Direction of the flow (egress vs ingress)
.Direction direction = 3;
getDirection
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setDirection(Direction value)
Direction of the flow (egress vs ingress)
.Direction direction = 3;
value
- The direction to set.public FlowDocument.Builder clearDirection()
Direction of the flow (egress vs ingress)
.Direction direction = 3;
public String getDstAddress()
Destination address.
string dst_address = 4;
getDstAddress
in interface FlowDocumentOrBuilder
public com.google.protobuf.ByteString getDstAddressBytes()
Destination address.
string dst_address = 4;
getDstAddressBytes
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setDstAddress(String value)
Destination address.
string dst_address = 4;
value
- The dstAddress to set.public FlowDocument.Builder clearDstAddress()
Destination address.
string dst_address = 4;
public FlowDocument.Builder setDstAddressBytes(com.google.protobuf.ByteString value)
Destination address.
string dst_address = 4;
value
- The bytes for dstAddress to set.public String getDstHostname()
Destination address hostname.
string dst_hostname = 5;
getDstHostname
in interface FlowDocumentOrBuilder
public com.google.protobuf.ByteString getDstHostnameBytes()
Destination address hostname.
string dst_hostname = 5;
getDstHostnameBytes
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setDstHostname(String value)
Destination address hostname.
string dst_hostname = 5;
value
- The dstHostname to set.public FlowDocument.Builder clearDstHostname()
Destination address hostname.
string dst_hostname = 5;
public FlowDocument.Builder setDstHostnameBytes(com.google.protobuf.ByteString value)
Destination address hostname.
string dst_hostname = 5;
value
- The bytes for dstHostname to set.public boolean hasDstAs()
Destination autonomous system (AS).
.google.protobuf.UInt64Value dst_as = 6;
hasDstAs
in interface FlowDocumentOrBuilder
public com.google.protobuf.UInt64Value getDstAs()
Destination autonomous system (AS).
.google.protobuf.UInt64Value dst_as = 6;
getDstAs
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setDstAs(com.google.protobuf.UInt64Value value)
Destination autonomous system (AS).
.google.protobuf.UInt64Value dst_as = 6;
public FlowDocument.Builder setDstAs(com.google.protobuf.UInt64Value.Builder builderForValue)
Destination autonomous system (AS).
.google.protobuf.UInt64Value dst_as = 6;
public FlowDocument.Builder mergeDstAs(com.google.protobuf.UInt64Value value)
Destination autonomous system (AS).
.google.protobuf.UInt64Value dst_as = 6;
public FlowDocument.Builder clearDstAs()
Destination autonomous system (AS).
.google.protobuf.UInt64Value dst_as = 6;
public com.google.protobuf.UInt64Value.Builder getDstAsBuilder()
Destination autonomous system (AS).
.google.protobuf.UInt64Value dst_as = 6;
public com.google.protobuf.UInt64ValueOrBuilder getDstAsOrBuilder()
Destination autonomous system (AS).
.google.protobuf.UInt64Value dst_as = 6;
getDstAsOrBuilder
in interface FlowDocumentOrBuilder
public boolean hasDstMaskLen()
The number of contiguous bits in the source address subnet mask.
.google.protobuf.UInt32Value dst_mask_len = 7;
hasDstMaskLen
in interface FlowDocumentOrBuilder
public com.google.protobuf.UInt32Value getDstMaskLen()
The number of contiguous bits in the source address subnet mask.
.google.protobuf.UInt32Value dst_mask_len = 7;
getDstMaskLen
in interface FlowDocumentOrBuilder
public FlowDocument.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;
public FlowDocument.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;
public FlowDocument.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;
public FlowDocument.Builder clearDstMaskLen()
The number of contiguous bits in the source address subnet mask.
.google.protobuf.UInt32Value dst_mask_len = 7;
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;
public com.google.protobuf.UInt32ValueOrBuilder getDstMaskLenOrBuilder()
The number of contiguous bits in the source address subnet mask.
.google.protobuf.UInt32Value dst_mask_len = 7;
getDstMaskLenOrBuilder
in interface FlowDocumentOrBuilder
public boolean hasDstPort()
Destination port.
.google.protobuf.UInt32Value dst_port = 8;
hasDstPort
in interface FlowDocumentOrBuilder
public com.google.protobuf.UInt32Value getDstPort()
Destination port.
.google.protobuf.UInt32Value dst_port = 8;
getDstPort
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setDstPort(com.google.protobuf.UInt32Value value)
Destination port.
.google.protobuf.UInt32Value dst_port = 8;
public FlowDocument.Builder setDstPort(com.google.protobuf.UInt32Value.Builder builderForValue)
Destination port.
.google.protobuf.UInt32Value dst_port = 8;
public FlowDocument.Builder mergeDstPort(com.google.protobuf.UInt32Value value)
Destination port.
.google.protobuf.UInt32Value dst_port = 8;
public FlowDocument.Builder clearDstPort()
Destination port.
.google.protobuf.UInt32Value dst_port = 8;
public com.google.protobuf.UInt32Value.Builder getDstPortBuilder()
Destination port.
.google.protobuf.UInt32Value dst_port = 8;
public com.google.protobuf.UInt32ValueOrBuilder getDstPortOrBuilder()
Destination port.
.google.protobuf.UInt32Value dst_port = 8;
getDstPortOrBuilder
in interface FlowDocumentOrBuilder
public boolean hasEngineId()
Slot number of the flow-switching engine.
.google.protobuf.UInt32Value engine_id = 9;
hasEngineId
in interface FlowDocumentOrBuilder
public com.google.protobuf.UInt32Value getEngineId()
Slot number of the flow-switching engine.
.google.protobuf.UInt32Value engine_id = 9;
getEngineId
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setEngineId(com.google.protobuf.UInt32Value value)
Slot number of the flow-switching engine.
.google.protobuf.UInt32Value engine_id = 9;
public FlowDocument.Builder setEngineId(com.google.protobuf.UInt32Value.Builder builderForValue)
Slot number of the flow-switching engine.
.google.protobuf.UInt32Value engine_id = 9;
public FlowDocument.Builder mergeEngineId(com.google.protobuf.UInt32Value value)
Slot number of the flow-switching engine.
.google.protobuf.UInt32Value engine_id = 9;
public FlowDocument.Builder clearEngineId()
Slot number of the flow-switching engine.
.google.protobuf.UInt32Value engine_id = 9;
public com.google.protobuf.UInt32Value.Builder getEngineIdBuilder()
Slot number of the flow-switching engine.
.google.protobuf.UInt32Value engine_id = 9;
public com.google.protobuf.UInt32ValueOrBuilder getEngineIdOrBuilder()
Slot number of the flow-switching engine.
.google.protobuf.UInt32Value engine_id = 9;
getEngineIdOrBuilder
in interface FlowDocumentOrBuilder
public boolean hasEngineType()
Type of flow-switching engine.
.google.protobuf.UInt32Value engine_type = 10;
hasEngineType
in interface FlowDocumentOrBuilder
public com.google.protobuf.UInt32Value getEngineType()
Type of flow-switching engine.
.google.protobuf.UInt32Value engine_type = 10;
getEngineType
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setEngineType(com.google.protobuf.UInt32Value value)
Type of flow-switching engine.
.google.protobuf.UInt32Value engine_type = 10;
public FlowDocument.Builder setEngineType(com.google.protobuf.UInt32Value.Builder builderForValue)
Type of flow-switching engine.
.google.protobuf.UInt32Value engine_type = 10;
public FlowDocument.Builder mergeEngineType(com.google.protobuf.UInt32Value value)
Type of flow-switching engine.
.google.protobuf.UInt32Value engine_type = 10;
public FlowDocument.Builder clearEngineType()
Type of flow-switching engine.
.google.protobuf.UInt32Value engine_type = 10;
public com.google.protobuf.UInt32Value.Builder getEngineTypeBuilder()
Type of flow-switching engine.
.google.protobuf.UInt32Value engine_type = 10;
public com.google.protobuf.UInt32ValueOrBuilder getEngineTypeOrBuilder()
Type of flow-switching engine.
.google.protobuf.UInt32Value engine_type = 10;
getEngineTypeOrBuilder
in interface FlowDocumentOrBuilder
public boolean hasDeltaSwitched()
Unix timestamp in ms at which the previous exported packet-
.google.protobuf.UInt64Value delta_switched = 11;
hasDeltaSwitched
in interface FlowDocumentOrBuilder
public com.google.protobuf.UInt64Value getDeltaSwitched()
Unix timestamp in ms at which the previous exported packet-
.google.protobuf.UInt64Value delta_switched = 11;
getDeltaSwitched
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setDeltaSwitched(com.google.protobuf.UInt64Value value)
Unix timestamp in ms at which the previous exported packet-
.google.protobuf.UInt64Value delta_switched = 11;
public FlowDocument.Builder setDeltaSwitched(com.google.protobuf.UInt64Value.Builder builderForValue)
Unix timestamp in ms at which the previous exported packet-
.google.protobuf.UInt64Value delta_switched = 11;
public FlowDocument.Builder mergeDeltaSwitched(com.google.protobuf.UInt64Value value)
Unix timestamp in ms at which the previous exported packet-
.google.protobuf.UInt64Value delta_switched = 11;
public FlowDocument.Builder clearDeltaSwitched()
Unix timestamp in ms at which the previous exported packet-
.google.protobuf.UInt64Value delta_switched = 11;
public com.google.protobuf.UInt64Value.Builder getDeltaSwitchedBuilder()
Unix timestamp in ms at which the previous exported packet-
.google.protobuf.UInt64Value delta_switched = 11;
public com.google.protobuf.UInt64ValueOrBuilder getDeltaSwitchedOrBuilder()
Unix timestamp in ms at which the previous exported packet-
.google.protobuf.UInt64Value delta_switched = 11;
getDeltaSwitchedOrBuilder
in interface FlowDocumentOrBuilder
public boolean hasFirstSwitched()
-associated with this flow was switched.
.google.protobuf.UInt64Value first_switched = 12;
hasFirstSwitched
in interface FlowDocumentOrBuilder
public com.google.protobuf.UInt64Value getFirstSwitched()
-associated with this flow was switched.
.google.protobuf.UInt64Value first_switched = 12;
getFirstSwitched
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setFirstSwitched(com.google.protobuf.UInt64Value value)
-associated with this flow was switched.
.google.protobuf.UInt64Value first_switched = 12;
public FlowDocument.Builder setFirstSwitched(com.google.protobuf.UInt64Value.Builder builderForValue)
-associated with this flow was switched.
.google.protobuf.UInt64Value first_switched = 12;
public FlowDocument.Builder mergeFirstSwitched(com.google.protobuf.UInt64Value value)
-associated with this flow was switched.
.google.protobuf.UInt64Value first_switched = 12;
public FlowDocument.Builder clearFirstSwitched()
-associated with this flow was switched.
.google.protobuf.UInt64Value first_switched = 12;
public com.google.protobuf.UInt64Value.Builder getFirstSwitchedBuilder()
-associated with this flow was switched.
.google.protobuf.UInt64Value first_switched = 12;
public com.google.protobuf.UInt64ValueOrBuilder getFirstSwitchedOrBuilder()
-associated with this flow was switched.
.google.protobuf.UInt64Value first_switched = 12;
getFirstSwitchedOrBuilder
in interface FlowDocumentOrBuilder
public boolean hasLastSwitched()
-associated with this flow was switched.
.google.protobuf.UInt64Value last_switched = 13;
hasLastSwitched
in interface FlowDocumentOrBuilder
public com.google.protobuf.UInt64Value getLastSwitched()
-associated with this flow was switched.
.google.protobuf.UInt64Value last_switched = 13;
getLastSwitched
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setLastSwitched(com.google.protobuf.UInt64Value value)
-associated with this flow was switched.
.google.protobuf.UInt64Value last_switched = 13;
public FlowDocument.Builder setLastSwitched(com.google.protobuf.UInt64Value.Builder builderForValue)
-associated with this flow was switched.
.google.protobuf.UInt64Value last_switched = 13;
public FlowDocument.Builder mergeLastSwitched(com.google.protobuf.UInt64Value value)
-associated with this flow was switched.
.google.protobuf.UInt64Value last_switched = 13;
public FlowDocument.Builder clearLastSwitched()
-associated with this flow was switched.
.google.protobuf.UInt64Value last_switched = 13;
public com.google.protobuf.UInt64Value.Builder getLastSwitchedBuilder()
-associated with this flow was switched.
.google.protobuf.UInt64Value last_switched = 13;
public com.google.protobuf.UInt64ValueOrBuilder getLastSwitchedOrBuilder()
-associated with this flow was switched.
.google.protobuf.UInt64Value last_switched = 13;
getLastSwitchedOrBuilder
in interface FlowDocumentOrBuilder
public boolean hasNumFlowRecords()
Number of flow records in the associated packet.
.google.protobuf.UInt32Value num_flow_records = 14;
hasNumFlowRecords
in interface FlowDocumentOrBuilder
public com.google.protobuf.UInt32Value getNumFlowRecords()
Number of flow records in the associated packet.
.google.protobuf.UInt32Value num_flow_records = 14;
getNumFlowRecords
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setNumFlowRecords(com.google.protobuf.UInt32Value value)
Number of flow records in the associated packet.
.google.protobuf.UInt32Value num_flow_records = 14;
public FlowDocument.Builder setNumFlowRecords(com.google.protobuf.UInt32Value.Builder builderForValue)
Number of flow records in the associated packet.
.google.protobuf.UInt32Value num_flow_records = 14;
public FlowDocument.Builder mergeNumFlowRecords(com.google.protobuf.UInt32Value value)
Number of flow records in the associated packet.
.google.protobuf.UInt32Value num_flow_records = 14;
public FlowDocument.Builder clearNumFlowRecords()
Number of flow records in the associated packet.
.google.protobuf.UInt32Value num_flow_records = 14;
public com.google.protobuf.UInt32Value.Builder getNumFlowRecordsBuilder()
Number of flow records in the associated packet.
.google.protobuf.UInt32Value num_flow_records = 14;
public com.google.protobuf.UInt32ValueOrBuilder getNumFlowRecordsOrBuilder()
Number of flow records in the associated packet.
.google.protobuf.UInt32Value num_flow_records = 14;
getNumFlowRecordsOrBuilder
in interface FlowDocumentOrBuilder
public boolean hasNumPackets()
Number of packets in the flow.
.google.protobuf.UInt64Value num_packets = 15;
hasNumPackets
in interface FlowDocumentOrBuilder
public com.google.protobuf.UInt64Value getNumPackets()
Number of packets in the flow.
.google.protobuf.UInt64Value num_packets = 15;
getNumPackets
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setNumPackets(com.google.protobuf.UInt64Value value)
Number of packets in the flow.
.google.protobuf.UInt64Value num_packets = 15;
public FlowDocument.Builder setNumPackets(com.google.protobuf.UInt64Value.Builder builderForValue)
Number of packets in the flow.
.google.protobuf.UInt64Value num_packets = 15;
public FlowDocument.Builder mergeNumPackets(com.google.protobuf.UInt64Value value)
Number of packets in the flow.
.google.protobuf.UInt64Value num_packets = 15;
public FlowDocument.Builder clearNumPackets()
Number of packets in the flow.
.google.protobuf.UInt64Value num_packets = 15;
public com.google.protobuf.UInt64Value.Builder getNumPacketsBuilder()
Number of packets in the flow.
.google.protobuf.UInt64Value num_packets = 15;
public com.google.protobuf.UInt64ValueOrBuilder getNumPacketsOrBuilder()
Number of packets in the flow.
.google.protobuf.UInt64Value num_packets = 15;
getNumPacketsOrBuilder
in interface FlowDocumentOrBuilder
public boolean hasFlowSeqNum()
Flow packet sequence number.
.google.protobuf.UInt64Value flow_seq_num = 16;
hasFlowSeqNum
in interface FlowDocumentOrBuilder
public com.google.protobuf.UInt64Value getFlowSeqNum()
Flow packet sequence number.
.google.protobuf.UInt64Value flow_seq_num = 16;
getFlowSeqNum
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setFlowSeqNum(com.google.protobuf.UInt64Value value)
Flow packet sequence number.
.google.protobuf.UInt64Value flow_seq_num = 16;
public FlowDocument.Builder setFlowSeqNum(com.google.protobuf.UInt64Value.Builder builderForValue)
Flow packet sequence number.
.google.protobuf.UInt64Value flow_seq_num = 16;
public FlowDocument.Builder mergeFlowSeqNum(com.google.protobuf.UInt64Value value)
Flow packet sequence number.
.google.protobuf.UInt64Value flow_seq_num = 16;
public FlowDocument.Builder clearFlowSeqNum()
Flow packet sequence number.
.google.protobuf.UInt64Value flow_seq_num = 16;
public com.google.protobuf.UInt64Value.Builder getFlowSeqNumBuilder()
Flow packet sequence number.
.google.protobuf.UInt64Value flow_seq_num = 16;
public com.google.protobuf.UInt64ValueOrBuilder getFlowSeqNumOrBuilder()
Flow packet sequence number.
.google.protobuf.UInt64Value flow_seq_num = 16;
getFlowSeqNumOrBuilder
in interface FlowDocumentOrBuilder
public boolean hasInputSnmpIfindex()
Input SNMP ifIndex.
.google.protobuf.UInt32Value input_snmp_ifindex = 17;
hasInputSnmpIfindex
in interface FlowDocumentOrBuilder
public com.google.protobuf.UInt32Value getInputSnmpIfindex()
Input SNMP ifIndex.
.google.protobuf.UInt32Value input_snmp_ifindex = 17;
getInputSnmpIfindex
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setInputSnmpIfindex(com.google.protobuf.UInt32Value value)
Input SNMP ifIndex.
.google.protobuf.UInt32Value input_snmp_ifindex = 17;
public FlowDocument.Builder setInputSnmpIfindex(com.google.protobuf.UInt32Value.Builder builderForValue)
Input SNMP ifIndex.
.google.protobuf.UInt32Value input_snmp_ifindex = 17;
public FlowDocument.Builder mergeInputSnmpIfindex(com.google.protobuf.UInt32Value value)
Input SNMP ifIndex.
.google.protobuf.UInt32Value input_snmp_ifindex = 17;
public FlowDocument.Builder clearInputSnmpIfindex()
Input SNMP ifIndex.
.google.protobuf.UInt32Value input_snmp_ifindex = 17;
public com.google.protobuf.UInt32Value.Builder getInputSnmpIfindexBuilder()
Input SNMP ifIndex.
.google.protobuf.UInt32Value input_snmp_ifindex = 17;
public com.google.protobuf.UInt32ValueOrBuilder getInputSnmpIfindexOrBuilder()
Input SNMP ifIndex.
.google.protobuf.UInt32Value input_snmp_ifindex = 17;
getInputSnmpIfindexOrBuilder
in interface FlowDocumentOrBuilder
public boolean hasOutputSnmpIfindex()
Output SNMP ifIndex.
.google.protobuf.UInt32Value output_snmp_ifindex = 18;
hasOutputSnmpIfindex
in interface FlowDocumentOrBuilder
public com.google.protobuf.UInt32Value getOutputSnmpIfindex()
Output SNMP ifIndex.
.google.protobuf.UInt32Value output_snmp_ifindex = 18;
getOutputSnmpIfindex
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setOutputSnmpIfindex(com.google.protobuf.UInt32Value value)
Output SNMP ifIndex.
.google.protobuf.UInt32Value output_snmp_ifindex = 18;
public FlowDocument.Builder setOutputSnmpIfindex(com.google.protobuf.UInt32Value.Builder builderForValue)
Output SNMP ifIndex.
.google.protobuf.UInt32Value output_snmp_ifindex = 18;
public FlowDocument.Builder mergeOutputSnmpIfindex(com.google.protobuf.UInt32Value value)
Output SNMP ifIndex.
.google.protobuf.UInt32Value output_snmp_ifindex = 18;
public FlowDocument.Builder clearOutputSnmpIfindex()
Output SNMP ifIndex.
.google.protobuf.UInt32Value output_snmp_ifindex = 18;
public com.google.protobuf.UInt32Value.Builder getOutputSnmpIfindexBuilder()
Output SNMP ifIndex.
.google.protobuf.UInt32Value output_snmp_ifindex = 18;
public com.google.protobuf.UInt32ValueOrBuilder getOutputSnmpIfindexOrBuilder()
Output SNMP ifIndex.
.google.protobuf.UInt32Value output_snmp_ifindex = 18;
getOutputSnmpIfindexOrBuilder
in interface FlowDocumentOrBuilder
public boolean hasIpProtocolVersion()
IPv4 vs IPv6.
.google.protobuf.UInt32Value ip_protocol_version = 19;
hasIpProtocolVersion
in interface FlowDocumentOrBuilder
public com.google.protobuf.UInt32Value getIpProtocolVersion()
IPv4 vs IPv6.
.google.protobuf.UInt32Value ip_protocol_version = 19;
getIpProtocolVersion
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setIpProtocolVersion(com.google.protobuf.UInt32Value value)
IPv4 vs IPv6.
.google.protobuf.UInt32Value ip_protocol_version = 19;
public FlowDocument.Builder setIpProtocolVersion(com.google.protobuf.UInt32Value.Builder builderForValue)
IPv4 vs IPv6.
.google.protobuf.UInt32Value ip_protocol_version = 19;
public FlowDocument.Builder mergeIpProtocolVersion(com.google.protobuf.UInt32Value value)
IPv4 vs IPv6.
.google.protobuf.UInt32Value ip_protocol_version = 19;
public FlowDocument.Builder clearIpProtocolVersion()
IPv4 vs IPv6.
.google.protobuf.UInt32Value ip_protocol_version = 19;
public com.google.protobuf.UInt32Value.Builder getIpProtocolVersionBuilder()
IPv4 vs IPv6.
.google.protobuf.UInt32Value ip_protocol_version = 19;
public com.google.protobuf.UInt32ValueOrBuilder getIpProtocolVersionOrBuilder()
IPv4 vs IPv6.
.google.protobuf.UInt32Value ip_protocol_version = 19;
getIpProtocolVersionOrBuilder
in interface FlowDocumentOrBuilder
public String getNextHopAddress()
Next hop IpAddress.
string next_hop_address = 20;
getNextHopAddress
in interface FlowDocumentOrBuilder
public com.google.protobuf.ByteString getNextHopAddressBytes()
Next hop IpAddress.
string next_hop_address = 20;
getNextHopAddressBytes
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setNextHopAddress(String value)
Next hop IpAddress.
string next_hop_address = 20;
value
- The nextHopAddress to set.public FlowDocument.Builder clearNextHopAddress()
Next hop IpAddress.
string next_hop_address = 20;
public FlowDocument.Builder setNextHopAddressBytes(com.google.protobuf.ByteString value)
Next hop IpAddress.
string next_hop_address = 20;
value
- The bytes for nextHopAddress to set.public String getNextHopHostname()
Next hop hostname.
string next_hop_hostname = 21;
getNextHopHostname
in interface FlowDocumentOrBuilder
public com.google.protobuf.ByteString getNextHopHostnameBytes()
Next hop hostname.
string next_hop_hostname = 21;
getNextHopHostnameBytes
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setNextHopHostname(String value)
Next hop hostname.
string next_hop_hostname = 21;
value
- The nextHopHostname to set.public FlowDocument.Builder clearNextHopHostname()
Next hop hostname.
string next_hop_hostname = 21;
public FlowDocument.Builder setNextHopHostnameBytes(com.google.protobuf.ByteString value)
Next hop hostname.
string next_hop_hostname = 21;
value
- The bytes for nextHopHostname to set.public boolean hasProtocol()
IP protocol number i.e 6 for TCP, 17 for UDP
.google.protobuf.UInt32Value protocol = 22;
hasProtocol
in interface FlowDocumentOrBuilder
public com.google.protobuf.UInt32Value getProtocol()
IP protocol number i.e 6 for TCP, 17 for UDP
.google.protobuf.UInt32Value protocol = 22;
getProtocol
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setProtocol(com.google.protobuf.UInt32Value value)
IP protocol number i.e 6 for TCP, 17 for UDP
.google.protobuf.UInt32Value protocol = 22;
public FlowDocument.Builder setProtocol(com.google.protobuf.UInt32Value.Builder builderForValue)
IP protocol number i.e 6 for TCP, 17 for UDP
.google.protobuf.UInt32Value protocol = 22;
public FlowDocument.Builder mergeProtocol(com.google.protobuf.UInt32Value value)
IP protocol number i.e 6 for TCP, 17 for UDP
.google.protobuf.UInt32Value protocol = 22;
public FlowDocument.Builder clearProtocol()
IP protocol number i.e 6 for TCP, 17 for UDP
.google.protobuf.UInt32Value protocol = 22;
public com.google.protobuf.UInt32Value.Builder getProtocolBuilder()
IP protocol number i.e 6 for TCP, 17 for UDP
.google.protobuf.UInt32Value protocol = 22;
public com.google.protobuf.UInt32ValueOrBuilder getProtocolOrBuilder()
IP protocol number i.e 6 for TCP, 17 for UDP
.google.protobuf.UInt32Value protocol = 22;
getProtocolOrBuilder
in interface FlowDocumentOrBuilder
public int getSamplingAlgorithmValue()
Sampling algorithm ID.
.SamplingAlgorithm sampling_algorithm = 23;
getSamplingAlgorithmValue
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setSamplingAlgorithmValue(int value)
Sampling algorithm ID.
.SamplingAlgorithm sampling_algorithm = 23;
value
- The enum numeric value on the wire for samplingAlgorithm to set.public SamplingAlgorithm getSamplingAlgorithm()
Sampling algorithm ID.
.SamplingAlgorithm sampling_algorithm = 23;
getSamplingAlgorithm
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setSamplingAlgorithm(SamplingAlgorithm value)
Sampling algorithm ID.
.SamplingAlgorithm sampling_algorithm = 23;
value
- The samplingAlgorithm to set.public FlowDocument.Builder clearSamplingAlgorithm()
Sampling algorithm ID.
.SamplingAlgorithm sampling_algorithm = 23;
public boolean hasSamplingInterval()
Sampling interval.
.google.protobuf.DoubleValue sampling_interval = 24;
hasSamplingInterval
in interface FlowDocumentOrBuilder
public com.google.protobuf.DoubleValue getSamplingInterval()
Sampling interval.
.google.protobuf.DoubleValue sampling_interval = 24;
getSamplingInterval
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setSamplingInterval(com.google.protobuf.DoubleValue value)
Sampling interval.
.google.protobuf.DoubleValue sampling_interval = 24;
public FlowDocument.Builder setSamplingInterval(com.google.protobuf.DoubleValue.Builder builderForValue)
Sampling interval.
.google.protobuf.DoubleValue sampling_interval = 24;
public FlowDocument.Builder mergeSamplingInterval(com.google.protobuf.DoubleValue value)
Sampling interval.
.google.protobuf.DoubleValue sampling_interval = 24;
public FlowDocument.Builder clearSamplingInterval()
Sampling interval.
.google.protobuf.DoubleValue sampling_interval = 24;
public com.google.protobuf.DoubleValue.Builder getSamplingIntervalBuilder()
Sampling interval.
.google.protobuf.DoubleValue sampling_interval = 24;
public com.google.protobuf.DoubleValueOrBuilder getSamplingIntervalOrBuilder()
Sampling interval.
.google.protobuf.DoubleValue sampling_interval = 24;
getSamplingIntervalOrBuilder
in interface FlowDocumentOrBuilder
public String getSrcAddress()
Source address.
string src_address = 26;
getSrcAddress
in interface FlowDocumentOrBuilder
public com.google.protobuf.ByteString getSrcAddressBytes()
Source address.
string src_address = 26;
getSrcAddressBytes
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setSrcAddress(String value)
Source address.
string src_address = 26;
value
- The srcAddress to set.public FlowDocument.Builder clearSrcAddress()
Source address.
string src_address = 26;
public FlowDocument.Builder setSrcAddressBytes(com.google.protobuf.ByteString value)
Source address.
string src_address = 26;
value
- The bytes for srcAddress to set.public String getSrcHostname()
Source hostname.
string src_hostname = 27;
getSrcHostname
in interface FlowDocumentOrBuilder
public com.google.protobuf.ByteString getSrcHostnameBytes()
Source hostname.
string src_hostname = 27;
getSrcHostnameBytes
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setSrcHostname(String value)
Source hostname.
string src_hostname = 27;
value
- The srcHostname to set.public FlowDocument.Builder clearSrcHostname()
Source hostname.
string src_hostname = 27;
public FlowDocument.Builder setSrcHostnameBytes(com.google.protobuf.ByteString value)
Source hostname.
string src_hostname = 27;
value
- The bytes for srcHostname to set.public boolean hasSrcAs()
Source AS number.
.google.protobuf.UInt64Value src_as = 28;
hasSrcAs
in interface FlowDocumentOrBuilder
public com.google.protobuf.UInt64Value getSrcAs()
Source AS number.
.google.protobuf.UInt64Value src_as = 28;
getSrcAs
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setSrcAs(com.google.protobuf.UInt64Value value)
Source AS number.
.google.protobuf.UInt64Value src_as = 28;
public FlowDocument.Builder setSrcAs(com.google.protobuf.UInt64Value.Builder builderForValue)
Source AS number.
.google.protobuf.UInt64Value src_as = 28;
public FlowDocument.Builder mergeSrcAs(com.google.protobuf.UInt64Value value)
Source AS number.
.google.protobuf.UInt64Value src_as = 28;
public FlowDocument.Builder clearSrcAs()
Source AS number.
.google.protobuf.UInt64Value src_as = 28;
public com.google.protobuf.UInt64Value.Builder getSrcAsBuilder()
Source AS number.
.google.protobuf.UInt64Value src_as = 28;
public com.google.protobuf.UInt64ValueOrBuilder getSrcAsOrBuilder()
Source AS number.
.google.protobuf.UInt64Value src_as = 28;
getSrcAsOrBuilder
in interface FlowDocumentOrBuilder
public boolean hasSrcMaskLen()
The number of contiguous bits in the destination address subnet mask.
.google.protobuf.UInt32Value src_mask_len = 29;
hasSrcMaskLen
in interface FlowDocumentOrBuilder
public com.google.protobuf.UInt32Value getSrcMaskLen()
The number of contiguous bits in the destination address subnet mask.
.google.protobuf.UInt32Value src_mask_len = 29;
getSrcMaskLen
in interface FlowDocumentOrBuilder
public FlowDocument.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;
public FlowDocument.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;
public FlowDocument.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;
public FlowDocument.Builder clearSrcMaskLen()
The number of contiguous bits in the destination address subnet mask.
.google.protobuf.UInt32Value src_mask_len = 29;
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;
public com.google.protobuf.UInt32ValueOrBuilder getSrcMaskLenOrBuilder()
The number of contiguous bits in the destination address subnet mask.
.google.protobuf.UInt32Value src_mask_len = 29;
getSrcMaskLenOrBuilder
in interface FlowDocumentOrBuilder
public boolean hasSrcPort()
Source port.
.google.protobuf.UInt32Value src_port = 30;
hasSrcPort
in interface FlowDocumentOrBuilder
public com.google.protobuf.UInt32Value getSrcPort()
Source port.
.google.protobuf.UInt32Value src_port = 30;
getSrcPort
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setSrcPort(com.google.protobuf.UInt32Value value)
Source port.
.google.protobuf.UInt32Value src_port = 30;
public FlowDocument.Builder setSrcPort(com.google.protobuf.UInt32Value.Builder builderForValue)
Source port.
.google.protobuf.UInt32Value src_port = 30;
public FlowDocument.Builder mergeSrcPort(com.google.protobuf.UInt32Value value)
Source port.
.google.protobuf.UInt32Value src_port = 30;
public FlowDocument.Builder clearSrcPort()
Source port.
.google.protobuf.UInt32Value src_port = 30;
public com.google.protobuf.UInt32Value.Builder getSrcPortBuilder()
Source port.
.google.protobuf.UInt32Value src_port = 30;
public com.google.protobuf.UInt32ValueOrBuilder getSrcPortOrBuilder()
Source port.
.google.protobuf.UInt32Value src_port = 30;
getSrcPortOrBuilder
in interface FlowDocumentOrBuilder
public boolean hasTcpFlags()
TCP Flags.
.google.protobuf.UInt32Value tcp_flags = 31;
hasTcpFlags
in interface FlowDocumentOrBuilder
public com.google.protobuf.UInt32Value getTcpFlags()
TCP Flags.
.google.protobuf.UInt32Value tcp_flags = 31;
getTcpFlags
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setTcpFlags(com.google.protobuf.UInt32Value value)
TCP Flags.
.google.protobuf.UInt32Value tcp_flags = 31;
public FlowDocument.Builder setTcpFlags(com.google.protobuf.UInt32Value.Builder builderForValue)
TCP Flags.
.google.protobuf.UInt32Value tcp_flags = 31;
public FlowDocument.Builder mergeTcpFlags(com.google.protobuf.UInt32Value value)
TCP Flags.
.google.protobuf.UInt32Value tcp_flags = 31;
public FlowDocument.Builder clearTcpFlags()
TCP Flags.
.google.protobuf.UInt32Value tcp_flags = 31;
public com.google.protobuf.UInt32Value.Builder getTcpFlagsBuilder()
TCP Flags.
.google.protobuf.UInt32Value tcp_flags = 31;
public com.google.protobuf.UInt32ValueOrBuilder getTcpFlagsOrBuilder()
TCP Flags.
.google.protobuf.UInt32Value tcp_flags = 31;
getTcpFlagsOrBuilder
in interface FlowDocumentOrBuilder
public boolean hasTos()
TOS
.google.protobuf.UInt32Value tos = 32;
hasTos
in interface FlowDocumentOrBuilder
public com.google.protobuf.UInt32Value getTos()
TOS
.google.protobuf.UInt32Value tos = 32;
getTos
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setTos(com.google.protobuf.UInt32Value value)
TOS
.google.protobuf.UInt32Value tos = 32;
public FlowDocument.Builder setTos(com.google.protobuf.UInt32Value.Builder builderForValue)
TOS
.google.protobuf.UInt32Value tos = 32;
public FlowDocument.Builder mergeTos(com.google.protobuf.UInt32Value value)
TOS
.google.protobuf.UInt32Value tos = 32;
public FlowDocument.Builder clearTos()
TOS
.google.protobuf.UInt32Value tos = 32;
public com.google.protobuf.UInt32Value.Builder getTosBuilder()
TOS
.google.protobuf.UInt32Value tos = 32;
public com.google.protobuf.UInt32ValueOrBuilder getTosOrBuilder()
TOS
.google.protobuf.UInt32Value tos = 32;
getTosOrBuilder
in interface FlowDocumentOrBuilder
public int getNetflowVersionValue()
Netflow version
.NetflowVersion netflow_version = 33;
getNetflowVersionValue
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setNetflowVersionValue(int value)
Netflow version
.NetflowVersion netflow_version = 33;
value
- The enum numeric value on the wire for netflowVersion to set.public NetflowVersion getNetflowVersion()
Netflow version
.NetflowVersion netflow_version = 33;
getNetflowVersion
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setNetflowVersion(NetflowVersion value)
Netflow version
.NetflowVersion netflow_version = 33;
value
- The netflowVersion to set.public FlowDocument.Builder clearNetflowVersion()
Netflow version
.NetflowVersion netflow_version = 33;
public String getVlan()
VLAN ID.
string vlan = 34;
getVlan
in interface FlowDocumentOrBuilder
public com.google.protobuf.ByteString getVlanBytes()
VLAN ID.
string vlan = 34;
getVlanBytes
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setVlan(String value)
VLAN ID.
string vlan = 34;
value
- The vlan to set.public FlowDocument.Builder clearVlan()
VLAN ID.
string vlan = 34;
public FlowDocument.Builder setVlanBytes(com.google.protobuf.ByteString value)
VLAN ID.
string vlan = 34;
value
- The bytes for vlan to set.public boolean hasSrcNode()
.NodeInfo src_node = 35;
hasSrcNode
in interface FlowDocumentOrBuilder
public NodeInfo getSrcNode()
.NodeInfo src_node = 35;
getSrcNode
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setSrcNode(NodeInfo value)
.NodeInfo src_node = 35;
public FlowDocument.Builder setSrcNode(NodeInfo.Builder builderForValue)
.NodeInfo src_node = 35;
public FlowDocument.Builder mergeSrcNode(NodeInfo value)
.NodeInfo src_node = 35;
public FlowDocument.Builder clearSrcNode()
.NodeInfo src_node = 35;
public NodeInfo.Builder getSrcNodeBuilder()
.NodeInfo src_node = 35;
public NodeInfoOrBuilder getSrcNodeOrBuilder()
.NodeInfo src_node = 35;
getSrcNodeOrBuilder
in interface FlowDocumentOrBuilder
public boolean hasExporterNode()
.NodeInfo exporter_node = 36;
hasExporterNode
in interface FlowDocumentOrBuilder
public NodeInfo getExporterNode()
.NodeInfo exporter_node = 36;
getExporterNode
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setExporterNode(NodeInfo value)
.NodeInfo exporter_node = 36;
public FlowDocument.Builder setExporterNode(NodeInfo.Builder builderForValue)
.NodeInfo exporter_node = 36;
public FlowDocument.Builder mergeExporterNode(NodeInfo value)
.NodeInfo exporter_node = 36;
public FlowDocument.Builder clearExporterNode()
.NodeInfo exporter_node = 36;
public NodeInfo.Builder getExporterNodeBuilder()
.NodeInfo exporter_node = 36;
public NodeInfoOrBuilder getExporterNodeOrBuilder()
.NodeInfo exporter_node = 36;
getExporterNodeOrBuilder
in interface FlowDocumentOrBuilder
public boolean hasDestNode()
.NodeInfo dest_node = 37;
hasDestNode
in interface FlowDocumentOrBuilder
public NodeInfo getDestNode()
.NodeInfo dest_node = 37;
getDestNode
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setDestNode(NodeInfo value)
.NodeInfo dest_node = 37;
public FlowDocument.Builder setDestNode(NodeInfo.Builder builderForValue)
.NodeInfo dest_node = 37;
public FlowDocument.Builder mergeDestNode(NodeInfo value)
.NodeInfo dest_node = 37;
public FlowDocument.Builder clearDestNode()
.NodeInfo dest_node = 37;
public NodeInfo.Builder getDestNodeBuilder()
.NodeInfo dest_node = 37;
public NodeInfoOrBuilder getDestNodeOrBuilder()
.NodeInfo dest_node = 37;
getDestNodeOrBuilder
in interface FlowDocumentOrBuilder
public String getApplication()
string application = 38;
getApplication
in interface FlowDocumentOrBuilder
public com.google.protobuf.ByteString getApplicationBytes()
string application = 38;
getApplicationBytes
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setApplication(String value)
string application = 38;
value
- The application to set.public FlowDocument.Builder clearApplication()
string application = 38;
public FlowDocument.Builder setApplicationBytes(com.google.protobuf.ByteString value)
string application = 38;
value
- The bytes for application to set.public String getHost()
string host = 39;
getHost
in interface FlowDocumentOrBuilder
public com.google.protobuf.ByteString getHostBytes()
string host = 39;
getHostBytes
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setHost(String value)
string host = 39;
value
- The host to set.public FlowDocument.Builder clearHost()
string host = 39;
public FlowDocument.Builder setHostBytes(com.google.protobuf.ByteString value)
string host = 39;
value
- The bytes for host to set.public String getLocation()
string location = 40;
getLocation
in interface FlowDocumentOrBuilder
public com.google.protobuf.ByteString getLocationBytes()
string location = 40;
getLocationBytes
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setLocation(String value)
string location = 40;
value
- The location to set.public FlowDocument.Builder clearLocation()
string location = 40;
public FlowDocument.Builder setLocationBytes(com.google.protobuf.ByteString value)
string location = 40;
value
- The bytes for location to set.public int getSrcLocalityValue()
.Locality src_locality = 41;
getSrcLocalityValue
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setSrcLocalityValue(int value)
.Locality src_locality = 41;
value
- The enum numeric value on the wire for srcLocality to set.public Locality getSrcLocality()
.Locality src_locality = 41;
getSrcLocality
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setSrcLocality(Locality value)
.Locality src_locality = 41;
value
- The srcLocality to set.public FlowDocument.Builder clearSrcLocality()
.Locality src_locality = 41;
public int getDstLocalityValue()
.Locality dst_locality = 42;
getDstLocalityValue
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setDstLocalityValue(int value)
.Locality dst_locality = 42;
value
- The enum numeric value on the wire for dstLocality to set.public Locality getDstLocality()
.Locality dst_locality = 42;
getDstLocality
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setDstLocality(Locality value)
.Locality dst_locality = 42;
value
- The dstLocality to set.public FlowDocument.Builder clearDstLocality()
.Locality dst_locality = 42;
public int getFlowLocalityValue()
.Locality flow_locality = 43;
getFlowLocalityValue
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setFlowLocalityValue(int value)
.Locality flow_locality = 43;
value
- The enum numeric value on the wire for flowLocality to set.public Locality getFlowLocality()
.Locality flow_locality = 43;
getFlowLocality
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setFlowLocality(Locality value)
.Locality flow_locality = 43;
value
- The flowLocality to set.public FlowDocument.Builder clearFlowLocality()
.Locality flow_locality = 43;
public String getConvoKey()
string convo_key = 44;
getConvoKey
in interface FlowDocumentOrBuilder
public com.google.protobuf.ByteString getConvoKeyBytes()
string convo_key = 44;
getConvoKeyBytes
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setConvoKey(String value)
string convo_key = 44;
value
- The convoKey to set.public FlowDocument.Builder clearConvoKey()
string convo_key = 44;
public FlowDocument.Builder setConvoKeyBytes(com.google.protobuf.ByteString value)
string convo_key = 44;
value
- The bytes for convoKey to set.public long getClockCorrection()
Applied clock correction im milliseconds.
uint64 clock_correction = 45;
getClockCorrection
in interface FlowDocumentOrBuilder
public FlowDocument.Builder setClockCorrection(long value)
Applied clock correction im milliseconds.
uint64 clock_correction = 45;
value
- The clockCorrection to set.public FlowDocument.Builder clearClockCorrection()
Applied clock correction im milliseconds.
uint64 clock_correction = 45;
public final FlowDocument.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<FlowDocument.Builder>
public final FlowDocument.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<FlowDocument.Builder>
Copyright © 2021. All rights reserved.