Class FlowDocument.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<FlowDocument.Builder>
-
- org.opennms.netmgt.flows.persistence.model.FlowDocument.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,java.lang.Cloneable
,FlowDocumentOrBuilder
- Enclosing class:
- FlowDocument
public static final class FlowDocument.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FlowDocument.Builder> implements FlowDocumentOrBuilder
Protobuf typeFlowDocument
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowDocument.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.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
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
clearDscp()
DSCP; upper 6 bits of TOSFlowDocument.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
clearEcn()
ECN; lower 2 bits of TOSFlowDocument.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 versionFlowDocument.Builder
clearNextHopAddress()
Next hop IpAddress.FlowDocument.Builder
clearNextHopHostname()
Next hop hostname.FlowDocument.Builder
clearNumBytes()
Number of bytes transferred in the flowFlowDocument.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 UDPFlowDocument.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()
TOSFlowDocument.Builder
clearVlan()
VLAN ID.FlowDocument.Builder
clone()
java.lang.String
getApplication()
string application = 38;
com.google.protobuf.ByteString
getApplicationBytes()
string application = 38;
long
getClockCorrection()
Applied clock correction im milliseconds.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)com.google.protobuf.UInt32Value
getDscp()
DSCP; upper 6 bits of TOScom.google.protobuf.UInt32Value.Builder
getDscpBuilder()
DSCP; upper 6 bits of TOScom.google.protobuf.UInt32ValueOrBuilder
getDscpOrBuilder()
DSCP; upper 6 bits of TOSjava.lang.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).java.lang.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
getEcn()
ECN; lower 2 bits of TOScom.google.protobuf.UInt32Value.Builder
getEcnBuilder()
ECN; lower 2 bits of TOScom.google.protobuf.UInt32ValueOrBuilder
getEcnOrBuilder()
ECN; lower 2 bits of TOScom.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.java.lang.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.java.lang.String
getLocation()
string location = 40;
com.google.protobuf.ByteString
getLocationBytes()
string location = 40;
NetflowVersion
getNetflowVersion()
Netflow versionint
getNetflowVersionValue()
Netflow versionjava.lang.String
getNextHopAddress()
Next hop IpAddress.com.google.protobuf.ByteString
getNextHopAddressBytes()
Next hop IpAddress.java.lang.String
getNextHopHostname()
Next hop hostname.com.google.protobuf.ByteString
getNextHopHostnameBytes()
Next hop hostname.com.google.protobuf.UInt64Value
getNumBytes()
Number of bytes transferred in the flowcom.google.protobuf.UInt64Value.Builder
getNumBytesBuilder()
Number of bytes transferred in the flowcom.google.protobuf.UInt64ValueOrBuilder
getNumBytesOrBuilder()
Number of bytes transferred in the flowcom.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 UDPcom.google.protobuf.UInt32Value.Builder
getProtocolBuilder()
IP protocol number i.e 6 for TCP, 17 for UDPcom.google.protobuf.UInt32ValueOrBuilder
getProtocolOrBuilder()
IP protocol number i.e 6 for TCP, 17 for UDPSamplingAlgorithm
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.java.lang.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.java.lang.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()
TOScom.google.protobuf.UInt32Value.Builder
getTosBuilder()
TOScom.google.protobuf.UInt32ValueOrBuilder
getTosOrBuilder()
TOSjava.lang.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
hasDscp()
DSCP; upper 6 bits of TOSboolean
hasDstAs()
Destination autonomous system (AS).boolean
hasDstMaskLen()
The number of contiguous bits in the source address subnet mask.boolean
hasDstPort()
Destination port.boolean
hasEcn()
ECN; lower 2 bits of TOSboolean
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 flowboolean
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 UDPboolean
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()
TOSprotected 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
mergeDscp(com.google.protobuf.UInt32Value value)
DSCP; upper 6 bits of TOSFlowDocument.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
mergeEcn(com.google.protobuf.UInt32Value value)
ECN; lower 2 bits of TOSFlowDocument.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(com.google.protobuf.Message other)
FlowDocument.Builder
mergeFrom(FlowDocument 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 flowFlowDocument.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 UDPFlowDocument.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)
TOSFlowDocument.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
FlowDocument.Builder
setApplication(java.lang.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
setDeltaSwitched(com.google.protobuf.UInt64Value value)
Unix timestamp in ms at which the previous exported packet-FlowDocument.Builder
setDeltaSwitched(com.google.protobuf.UInt64Value.Builder builderForValue)
Unix timestamp in ms at which the previous exported packet-FlowDocument.Builder
setDestNode(NodeInfo value)
.NodeInfo dest_node = 37;
FlowDocument.Builder
setDestNode(NodeInfo.Builder builderForValue)
.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
setDscp(com.google.protobuf.UInt32Value value)
DSCP; upper 6 bits of TOSFlowDocument.Builder
setDscp(com.google.protobuf.UInt32Value.Builder builderForValue)
DSCP; upper 6 bits of TOSFlowDocument.Builder
setDstAddress(java.lang.String value)
Destination address.FlowDocument.Builder
setDstAddressBytes(com.google.protobuf.ByteString value)
Destination address.FlowDocument.Builder
setDstAs(com.google.protobuf.UInt64Value value)
Destination autonomous system (AS).FlowDocument.Builder
setDstAs(com.google.protobuf.UInt64Value.Builder builderForValue)
Destination autonomous system (AS).FlowDocument.Builder
setDstHostname(java.lang.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 value)
The number of contiguous bits in the source address subnet mask.FlowDocument.Builder
setDstMaskLen(com.google.protobuf.UInt32Value.Builder builderForValue)
The number of contiguous bits in the source address subnet mask.FlowDocument.Builder
setDstPort(com.google.protobuf.UInt32Value value)
Destination port.FlowDocument.Builder
setDstPort(com.google.protobuf.UInt32Value.Builder builderForValue)
Destination port.FlowDocument.Builder
setEcn(com.google.protobuf.UInt32Value value)
ECN; lower 2 bits of TOSFlowDocument.Builder
setEcn(com.google.protobuf.UInt32Value.Builder builderForValue)
ECN; lower 2 bits of TOSFlowDocument.Builder
setEngineId(com.google.protobuf.UInt32Value value)
Slot number of the flow-switching engine.FlowDocument.Builder
setEngineId(com.google.protobuf.UInt32Value.Builder builderForValue)
Slot number of the flow-switching engine.FlowDocument.Builder
setEngineType(com.google.protobuf.UInt32Value value)
Type of flow-switching engine.FlowDocument.Builder
setEngineType(com.google.protobuf.UInt32Value.Builder builderForValue)
Type of flow-switching engine.FlowDocument.Builder
setExporterNode(NodeInfo value)
.NodeInfo exporter_node = 36;
FlowDocument.Builder
setExporterNode(NodeInfo.Builder builderForValue)
.NodeInfo exporter_node = 36;
FlowDocument.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
FlowDocument.Builder
setFirstSwitched(com.google.protobuf.UInt64Value value)
-associated with this flow was switched.FlowDocument.Builder
setFirstSwitched(com.google.protobuf.UInt64Value.Builder builderForValue)
-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 value)
Flow packet sequence number.FlowDocument.Builder
setFlowSeqNum(com.google.protobuf.UInt64Value.Builder builderForValue)
Flow packet sequence number.FlowDocument.Builder
setHost(java.lang.String value)
string host = 39;
FlowDocument.Builder
setHostBytes(com.google.protobuf.ByteString value)
string host = 39;
FlowDocument.Builder
setInputSnmpIfindex(com.google.protobuf.UInt32Value value)
Input SNMP ifIndex.FlowDocument.Builder
setInputSnmpIfindex(com.google.protobuf.UInt32Value.Builder builderForValue)
Input SNMP ifIndex.FlowDocument.Builder
setIpProtocolVersion(com.google.protobuf.UInt32Value value)
IPv4 vs IPv6.FlowDocument.Builder
setIpProtocolVersion(com.google.protobuf.UInt32Value.Builder builderForValue)
IPv4 vs IPv6.FlowDocument.Builder
setLastSwitched(com.google.protobuf.UInt64Value value)
-associated with this flow was switched.FlowDocument.Builder
setLastSwitched(com.google.protobuf.UInt64Value.Builder builderForValue)
-associated with this flow was switched.FlowDocument.Builder
setLocation(java.lang.String value)
string location = 40;
FlowDocument.Builder
setLocationBytes(com.google.protobuf.ByteString value)
string location = 40;
FlowDocument.Builder
setNetflowVersion(NetflowVersion value)
Netflow versionFlowDocument.Builder
setNetflowVersionValue(int value)
Netflow versionFlowDocument.Builder
setNextHopAddress(java.lang.String value)
Next hop IpAddress.FlowDocument.Builder
setNextHopAddressBytes(com.google.protobuf.ByteString value)
Next hop IpAddress.FlowDocument.Builder
setNextHopHostname(java.lang.String value)
Next hop hostname.FlowDocument.Builder
setNextHopHostnameBytes(com.google.protobuf.ByteString value)
Next hop hostname.FlowDocument.Builder
setNumBytes(com.google.protobuf.UInt64Value value)
Number of bytes transferred in the flowFlowDocument.Builder
setNumBytes(com.google.protobuf.UInt64Value.Builder builderForValue)
Number of bytes transferred in the flowFlowDocument.Builder
setNumFlowRecords(com.google.protobuf.UInt32Value value)
Number of flow records in the associated packet.FlowDocument.Builder
setNumFlowRecords(com.google.protobuf.UInt32Value.Builder builderForValue)
Number of flow records in the associated packet.FlowDocument.Builder
setNumPackets(com.google.protobuf.UInt64Value value)
Number of packets in the flow.FlowDocument.Builder
setNumPackets(com.google.protobuf.UInt64Value.Builder builderForValue)
Number of packets in the flow.FlowDocument.Builder
setOutputSnmpIfindex(com.google.protobuf.UInt32Value value)
Output SNMP ifIndex.FlowDocument.Builder
setOutputSnmpIfindex(com.google.protobuf.UInt32Value.Builder builderForValue)
Output SNMP ifIndex.FlowDocument.Builder
setProtocol(com.google.protobuf.UInt32Value value)
IP protocol number i.e 6 for TCP, 17 for UDPFlowDocument.Builder
setProtocol(com.google.protobuf.UInt32Value.Builder builderForValue)
IP protocol number i.e 6 for TCP, 17 for UDPFlowDocument.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.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 value)
Sampling interval.FlowDocument.Builder
setSamplingInterval(com.google.protobuf.DoubleValue.Builder builderForValue)
Sampling interval.FlowDocument.Builder
setSrcAddress(java.lang.String value)
Source address.FlowDocument.Builder
setSrcAddressBytes(com.google.protobuf.ByteString value)
Source address.FlowDocument.Builder
setSrcAs(com.google.protobuf.UInt64Value value)
Source AS number.FlowDocument.Builder
setSrcAs(com.google.protobuf.UInt64Value.Builder builderForValue)
Source AS number.FlowDocument.Builder
setSrcHostname(java.lang.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 value)
The number of contiguous bits in the destination address subnet mask.FlowDocument.Builder
setSrcMaskLen(com.google.protobuf.UInt32Value.Builder builderForValue)
The number of contiguous bits in the destination address subnet mask.FlowDocument.Builder
setSrcNode(NodeInfo value)
.NodeInfo src_node = 35;
FlowDocument.Builder
setSrcNode(NodeInfo.Builder builderForValue)
.NodeInfo src_node = 35;
FlowDocument.Builder
setSrcPort(com.google.protobuf.UInt32Value value)
Source port.FlowDocument.Builder
setSrcPort(com.google.protobuf.UInt32Value.Builder builderForValue)
Source port.FlowDocument.Builder
setTcpFlags(com.google.protobuf.UInt32Value value)
TCP Flags.FlowDocument.Builder
setTcpFlags(com.google.protobuf.UInt32Value.Builder builderForValue)
TCP Flags.FlowDocument.Builder
setTimestamp(long value)
Flow timestamp in milliseconds.FlowDocument.Builder
setTos(com.google.protobuf.UInt32Value value)
TOSFlowDocument.Builder
setTos(com.google.protobuf.UInt32Value.Builder builderForValue)
TOSFlowDocument.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
FlowDocument.Builder
setVlan(java.lang.String value)
VLAN ID.FlowDocument.Builder
setVlanBytes(com.google.protobuf.ByteString value)
VLAN ID.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<FlowDocument.Builder>
-
clear
public FlowDocument.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<FlowDocument.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<FlowDocument.Builder>
-
getDefaultInstanceForType
public FlowDocument getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public FlowDocument build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public FlowDocument buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public FlowDocument.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<FlowDocument.Builder>
-
setField
public FlowDocument.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<FlowDocument.Builder>
-
clearField
public FlowDocument.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<FlowDocument.Builder>
-
clearOneof
public FlowDocument.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<FlowDocument.Builder>
-
setRepeatedField
public FlowDocument.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<FlowDocument.Builder>
-
addRepeatedField
public FlowDocument.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<FlowDocument.Builder>
-
mergeFrom
public FlowDocument.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<FlowDocument.Builder>
-
mergeFrom
public FlowDocument.Builder mergeFrom(FlowDocument other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<FlowDocument.Builder>
-
mergeFrom
public FlowDocument.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<FlowDocument.Builder>
- Throws:
java.io.IOException
-
getTimestamp
public long getTimestamp()
Flow timestamp in milliseconds.
uint64 timestamp = 1;
- Specified by:
getTimestamp
in interfaceFlowDocumentOrBuilder
-
setTimestamp
public FlowDocument.Builder setTimestamp(long value)
Flow timestamp in milliseconds.
uint64 timestamp = 1;
-
clearTimestamp
public FlowDocument.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 interfaceFlowDocumentOrBuilder
-
getNumBytes
public com.google.protobuf.UInt64Value getNumBytes()
Number of bytes transferred in the flow
.google.protobuf.UInt64Value num_bytes = 2;
- Specified by:
getNumBytes
in interfaceFlowDocumentOrBuilder
-
setNumBytes
public FlowDocument.Builder setNumBytes(com.google.protobuf.UInt64Value value)
Number of bytes transferred in the flow
.google.protobuf.UInt64Value num_bytes = 2;
-
setNumBytes
public FlowDocument.Builder setNumBytes(com.google.protobuf.UInt64Value.Builder builderForValue)
Number of bytes transferred in the flow
.google.protobuf.UInt64Value num_bytes = 2;
-
mergeNumBytes
public FlowDocument.Builder mergeNumBytes(com.google.protobuf.UInt64Value value)
Number of bytes transferred in the flow
.google.protobuf.UInt64Value num_bytes = 2;
-
clearNumBytes
public FlowDocument.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 interfaceFlowDocumentOrBuilder
-
getDirectionValue
public int getDirectionValue()
Direction of the flow (egress vs ingress)
.Direction direction = 3;
- Specified by:
getDirectionValue
in interfaceFlowDocumentOrBuilder
-
setDirectionValue
public FlowDocument.Builder setDirectionValue(int value)
Direction of the flow (egress vs ingress)
.Direction direction = 3;
-
getDirection
public Direction getDirection()
Direction of the flow (egress vs ingress)
.Direction direction = 3;
- Specified by:
getDirection
in interfaceFlowDocumentOrBuilder
-
setDirection
public FlowDocument.Builder setDirection(Direction value)
Direction of the flow (egress vs ingress)
.Direction direction = 3;
-
clearDirection
public FlowDocument.Builder clearDirection()
Direction of the flow (egress vs ingress)
.Direction direction = 3;
-
getDstAddress
public java.lang.String getDstAddress()
Destination address.
string dst_address = 4;
- Specified by:
getDstAddress
in interfaceFlowDocumentOrBuilder
-
getDstAddressBytes
public com.google.protobuf.ByteString getDstAddressBytes()
Destination address.
string dst_address = 4;
- Specified by:
getDstAddressBytes
in interfaceFlowDocumentOrBuilder
-
setDstAddress
public FlowDocument.Builder setDstAddress(java.lang.String value)
Destination address.
string dst_address = 4;
-
clearDstAddress
public FlowDocument.Builder clearDstAddress()
Destination address.
string dst_address = 4;
-
setDstAddressBytes
public FlowDocument.Builder setDstAddressBytes(com.google.protobuf.ByteString value)
Destination address.
string dst_address = 4;
-
getDstHostname
public java.lang.String getDstHostname()
Destination address hostname.
string dst_hostname = 5;
- Specified by:
getDstHostname
in interfaceFlowDocumentOrBuilder
-
getDstHostnameBytes
public com.google.protobuf.ByteString getDstHostnameBytes()
Destination address hostname.
string dst_hostname = 5;
- Specified by:
getDstHostnameBytes
in interfaceFlowDocumentOrBuilder
-
setDstHostname
public FlowDocument.Builder setDstHostname(java.lang.String value)
Destination address hostname.
string dst_hostname = 5;
-
clearDstHostname
public FlowDocument.Builder clearDstHostname()
Destination address hostname.
string dst_hostname = 5;
-
setDstHostnameBytes
public FlowDocument.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 interfaceFlowDocumentOrBuilder
-
getDstAs
public com.google.protobuf.UInt64Value getDstAs()
Destination autonomous system (AS).
.google.protobuf.UInt64Value dst_as = 6;
- Specified by:
getDstAs
in interfaceFlowDocumentOrBuilder
-
setDstAs
public FlowDocument.Builder setDstAs(com.google.protobuf.UInt64Value value)
Destination autonomous system (AS).
.google.protobuf.UInt64Value dst_as = 6;
-
setDstAs
public FlowDocument.Builder setDstAs(com.google.protobuf.UInt64Value.Builder builderForValue)
Destination autonomous system (AS).
.google.protobuf.UInt64Value dst_as = 6;
-
mergeDstAs
public FlowDocument.Builder mergeDstAs(com.google.protobuf.UInt64Value value)
Destination autonomous system (AS).
.google.protobuf.UInt64Value dst_as = 6;
-
clearDstAs
public FlowDocument.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 interfaceFlowDocumentOrBuilder
-
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 interfaceFlowDocumentOrBuilder
-
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 interfaceFlowDocumentOrBuilder
-
setDstMaskLen
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;
-
setDstMaskLen
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;
-
mergeDstMaskLen
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;
-
clearDstMaskLen
public FlowDocument.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 interfaceFlowDocumentOrBuilder
-
hasDstPort
public boolean hasDstPort()
Destination port.
.google.protobuf.UInt32Value dst_port = 8;
- Specified by:
hasDstPort
in interfaceFlowDocumentOrBuilder
-
getDstPort
public com.google.protobuf.UInt32Value getDstPort()
Destination port.
.google.protobuf.UInt32Value dst_port = 8;
- Specified by:
getDstPort
in interfaceFlowDocumentOrBuilder
-
setDstPort
public FlowDocument.Builder setDstPort(com.google.protobuf.UInt32Value value)
Destination port.
.google.protobuf.UInt32Value dst_port = 8;
-
setDstPort
public FlowDocument.Builder setDstPort(com.google.protobuf.UInt32Value.Builder builderForValue)
Destination port.
.google.protobuf.UInt32Value dst_port = 8;
-
mergeDstPort
public FlowDocument.Builder mergeDstPort(com.google.protobuf.UInt32Value value)
Destination port.
.google.protobuf.UInt32Value dst_port = 8;
-
clearDstPort
public FlowDocument.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 interfaceFlowDocumentOrBuilder
-
hasEngineId
public boolean hasEngineId()
Slot number of the flow-switching engine.
.google.protobuf.UInt32Value engine_id = 9;
- Specified by:
hasEngineId
in interfaceFlowDocumentOrBuilder
-
getEngineId
public com.google.protobuf.UInt32Value getEngineId()
Slot number of the flow-switching engine.
.google.protobuf.UInt32Value engine_id = 9;
- Specified by:
getEngineId
in interfaceFlowDocumentOrBuilder
-
setEngineId
public FlowDocument.Builder setEngineId(com.google.protobuf.UInt32Value value)
Slot number of the flow-switching engine.
.google.protobuf.UInt32Value engine_id = 9;
-
setEngineId
public FlowDocument.Builder setEngineId(com.google.protobuf.UInt32Value.Builder builderForValue)
Slot number of the flow-switching engine.
.google.protobuf.UInt32Value engine_id = 9;
-
mergeEngineId
public FlowDocument.Builder mergeEngineId(com.google.protobuf.UInt32Value value)
Slot number of the flow-switching engine.
.google.protobuf.UInt32Value engine_id = 9;
-
clearEngineId
public FlowDocument.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 interfaceFlowDocumentOrBuilder
-
hasEngineType
public boolean hasEngineType()
Type of flow-switching engine.
.google.protobuf.UInt32Value engine_type = 10;
- Specified by:
hasEngineType
in interfaceFlowDocumentOrBuilder
-
getEngineType
public com.google.protobuf.UInt32Value getEngineType()
Type of flow-switching engine.
.google.protobuf.UInt32Value engine_type = 10;
- Specified by:
getEngineType
in interfaceFlowDocumentOrBuilder
-
setEngineType
public FlowDocument.Builder setEngineType(com.google.protobuf.UInt32Value value)
Type of flow-switching engine.
.google.protobuf.UInt32Value engine_type = 10;
-
setEngineType
public FlowDocument.Builder setEngineType(com.google.protobuf.UInt32Value.Builder builderForValue)
Type of flow-switching engine.
.google.protobuf.UInt32Value engine_type = 10;
-
mergeEngineType
public FlowDocument.Builder mergeEngineType(com.google.protobuf.UInt32Value value)
Type of flow-switching engine.
.google.protobuf.UInt32Value engine_type = 10;
-
clearEngineType
public FlowDocument.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 interfaceFlowDocumentOrBuilder
-
hasDeltaSwitched
public boolean hasDeltaSwitched()
Unix timestamp in ms at which the previous exported packet-
.google.protobuf.UInt64Value delta_switched = 11;
- Specified by:
hasDeltaSwitched
in interfaceFlowDocumentOrBuilder
-
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 interfaceFlowDocumentOrBuilder
-
setDeltaSwitched
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;
-
setDeltaSwitched
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;
-
mergeDeltaSwitched
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;
-
clearDeltaSwitched
public FlowDocument.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 interfaceFlowDocumentOrBuilder
-
hasFirstSwitched
public boolean hasFirstSwitched()
-associated with this flow was switched.
.google.protobuf.UInt64Value first_switched = 12;
- Specified by:
hasFirstSwitched
in interfaceFlowDocumentOrBuilder
-
getFirstSwitched
public com.google.protobuf.UInt64Value getFirstSwitched()
-associated with this flow was switched.
.google.protobuf.UInt64Value first_switched = 12;
- Specified by:
getFirstSwitched
in interfaceFlowDocumentOrBuilder
-
setFirstSwitched
public FlowDocument.Builder setFirstSwitched(com.google.protobuf.UInt64Value value)
-associated with this flow was switched.
.google.protobuf.UInt64Value first_switched = 12;
-
setFirstSwitched
public FlowDocument.Builder setFirstSwitched(com.google.protobuf.UInt64Value.Builder builderForValue)
-associated with this flow was switched.
.google.protobuf.UInt64Value first_switched = 12;
-
mergeFirstSwitched
public FlowDocument.Builder mergeFirstSwitched(com.google.protobuf.UInt64Value value)
-associated with this flow was switched.
.google.protobuf.UInt64Value first_switched = 12;
-
clearFirstSwitched
public FlowDocument.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 interfaceFlowDocumentOrBuilder
-
hasLastSwitched
public boolean hasLastSwitched()
-associated with this flow was switched.
.google.protobuf.UInt64Value last_switched = 13;
- Specified by:
hasLastSwitched
in interfaceFlowDocumentOrBuilder
-
getLastSwitched
public com.google.protobuf.UInt64Value getLastSwitched()
-associated with this flow was switched.
.google.protobuf.UInt64Value last_switched = 13;
- Specified by:
getLastSwitched
in interfaceFlowDocumentOrBuilder
-
setLastSwitched
public FlowDocument.Builder setLastSwitched(com.google.protobuf.UInt64Value value)
-associated with this flow was switched.
.google.protobuf.UInt64Value last_switched = 13;
-
setLastSwitched
public FlowDocument.Builder setLastSwitched(com.google.protobuf.UInt64Value.Builder builderForValue)
-associated with this flow was switched.
.google.protobuf.UInt64Value last_switched = 13;
-
mergeLastSwitched
public FlowDocument.Builder mergeLastSwitched(com.google.protobuf.UInt64Value value)
-associated with this flow was switched.
.google.protobuf.UInt64Value last_switched = 13;
-
clearLastSwitched
public FlowDocument.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 interfaceFlowDocumentOrBuilder
-
hasNumFlowRecords
public boolean hasNumFlowRecords()
Number of flow records in the associated packet.
.google.protobuf.UInt32Value num_flow_records = 14;
- Specified by:
hasNumFlowRecords
in interfaceFlowDocumentOrBuilder
-
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 interfaceFlowDocumentOrBuilder
-
setNumFlowRecords
public FlowDocument.Builder setNumFlowRecords(com.google.protobuf.UInt32Value value)
Number of flow records in the associated packet.
.google.protobuf.UInt32Value num_flow_records = 14;
-
setNumFlowRecords
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;
-
mergeNumFlowRecords
public FlowDocument.Builder mergeNumFlowRecords(com.google.protobuf.UInt32Value value)
Number of flow records in the associated packet.
.google.protobuf.UInt32Value num_flow_records = 14;
-
clearNumFlowRecords
public FlowDocument.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 interfaceFlowDocumentOrBuilder
-
hasNumPackets
public boolean hasNumPackets()
Number of packets in the flow.
.google.protobuf.UInt64Value num_packets = 15;
- Specified by:
hasNumPackets
in interfaceFlowDocumentOrBuilder
-
getNumPackets
public com.google.protobuf.UInt64Value getNumPackets()
Number of packets in the flow.
.google.protobuf.UInt64Value num_packets = 15;
- Specified by:
getNumPackets
in interfaceFlowDocumentOrBuilder
-
setNumPackets
public FlowDocument.Builder setNumPackets(com.google.protobuf.UInt64Value value)
Number of packets in the flow.
.google.protobuf.UInt64Value num_packets = 15;
-
setNumPackets
public FlowDocument.Builder setNumPackets(com.google.protobuf.UInt64Value.Builder builderForValue)
Number of packets in the flow.
.google.protobuf.UInt64Value num_packets = 15;
-
mergeNumPackets
public FlowDocument.Builder mergeNumPackets(com.google.protobuf.UInt64Value value)
Number of packets in the flow.
.google.protobuf.UInt64Value num_packets = 15;
-
clearNumPackets
public FlowDocument.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 interfaceFlowDocumentOrBuilder
-
hasFlowSeqNum
public boolean hasFlowSeqNum()
Flow packet sequence number.
.google.protobuf.UInt64Value flow_seq_num = 16;
- Specified by:
hasFlowSeqNum
in interfaceFlowDocumentOrBuilder
-
getFlowSeqNum
public com.google.protobuf.UInt64Value getFlowSeqNum()
Flow packet sequence number.
.google.protobuf.UInt64Value flow_seq_num = 16;
- Specified by:
getFlowSeqNum
in interfaceFlowDocumentOrBuilder
-
setFlowSeqNum
public FlowDocument.Builder setFlowSeqNum(com.google.protobuf.UInt64Value value)
Flow packet sequence number.
.google.protobuf.UInt64Value flow_seq_num = 16;
-
setFlowSeqNum
public FlowDocument.Builder setFlowSeqNum(com.google.protobuf.UInt64Value.Builder builderForValue)
Flow packet sequence number.
.google.protobuf.UInt64Value flow_seq_num = 16;
-
mergeFlowSeqNum
public FlowDocument.Builder mergeFlowSeqNum(com.google.protobuf.UInt64Value value)
Flow packet sequence number.
.google.protobuf.UInt64Value flow_seq_num = 16;
-
clearFlowSeqNum
public FlowDocument.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 interfaceFlowDocumentOrBuilder
-
hasInputSnmpIfindex
public boolean hasInputSnmpIfindex()
Input SNMP ifIndex.
.google.protobuf.UInt32Value input_snmp_ifindex = 17;
- Specified by:
hasInputSnmpIfindex
in interfaceFlowDocumentOrBuilder
-
getInputSnmpIfindex
public com.google.protobuf.UInt32Value getInputSnmpIfindex()
Input SNMP ifIndex.
.google.protobuf.UInt32Value input_snmp_ifindex = 17;
- Specified by:
getInputSnmpIfindex
in interfaceFlowDocumentOrBuilder
-
setInputSnmpIfindex
public FlowDocument.Builder setInputSnmpIfindex(com.google.protobuf.UInt32Value value)
Input SNMP ifIndex.
.google.protobuf.UInt32Value input_snmp_ifindex = 17;
-
setInputSnmpIfindex
public FlowDocument.Builder setInputSnmpIfindex(com.google.protobuf.UInt32Value.Builder builderForValue)
Input SNMP ifIndex.
.google.protobuf.UInt32Value input_snmp_ifindex = 17;
-
mergeInputSnmpIfindex
public FlowDocument.Builder mergeInputSnmpIfindex(com.google.protobuf.UInt32Value value)
Input SNMP ifIndex.
.google.protobuf.UInt32Value input_snmp_ifindex = 17;
-
clearInputSnmpIfindex
public FlowDocument.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 interfaceFlowDocumentOrBuilder
-
hasOutputSnmpIfindex
public boolean hasOutputSnmpIfindex()
Output SNMP ifIndex.
.google.protobuf.UInt32Value output_snmp_ifindex = 18;
- Specified by:
hasOutputSnmpIfindex
in interfaceFlowDocumentOrBuilder
-
getOutputSnmpIfindex
public com.google.protobuf.UInt32Value getOutputSnmpIfindex()
Output SNMP ifIndex.
.google.protobuf.UInt32Value output_snmp_ifindex = 18;
- Specified by:
getOutputSnmpIfindex
in interfaceFlowDocumentOrBuilder
-
setOutputSnmpIfindex
public FlowDocument.Builder setOutputSnmpIfindex(com.google.protobuf.UInt32Value value)
Output SNMP ifIndex.
.google.protobuf.UInt32Value output_snmp_ifindex = 18;
-
setOutputSnmpIfindex
public FlowDocument.Builder setOutputSnmpIfindex(com.google.protobuf.UInt32Value.Builder builderForValue)
Output SNMP ifIndex.
.google.protobuf.UInt32Value output_snmp_ifindex = 18;
-
mergeOutputSnmpIfindex
public FlowDocument.Builder mergeOutputSnmpIfindex(com.google.protobuf.UInt32Value value)
Output SNMP ifIndex.
.google.protobuf.UInt32Value output_snmp_ifindex = 18;
-
clearOutputSnmpIfindex
public FlowDocument.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 interfaceFlowDocumentOrBuilder
-
hasIpProtocolVersion
public boolean hasIpProtocolVersion()
IPv4 vs IPv6.
.google.protobuf.UInt32Value ip_protocol_version = 19;
- Specified by:
hasIpProtocolVersion
in interfaceFlowDocumentOrBuilder
-
getIpProtocolVersion
public com.google.protobuf.UInt32Value getIpProtocolVersion()
IPv4 vs IPv6.
.google.protobuf.UInt32Value ip_protocol_version = 19;
- Specified by:
getIpProtocolVersion
in interfaceFlowDocumentOrBuilder
-
setIpProtocolVersion
public FlowDocument.Builder setIpProtocolVersion(com.google.protobuf.UInt32Value value)
IPv4 vs IPv6.
.google.protobuf.UInt32Value ip_protocol_version = 19;
-
setIpProtocolVersion
public FlowDocument.Builder setIpProtocolVersion(com.google.protobuf.UInt32Value.Builder builderForValue)
IPv4 vs IPv6.
.google.protobuf.UInt32Value ip_protocol_version = 19;
-
mergeIpProtocolVersion
public FlowDocument.Builder mergeIpProtocolVersion(com.google.protobuf.UInt32Value value)
IPv4 vs IPv6.
.google.protobuf.UInt32Value ip_protocol_version = 19;
-
clearIpProtocolVersion
public FlowDocument.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 interfaceFlowDocumentOrBuilder
-
getNextHopAddress
public java.lang.String getNextHopAddress()
Next hop IpAddress.
string next_hop_address = 20;
- Specified by:
getNextHopAddress
in interfaceFlowDocumentOrBuilder
-
getNextHopAddressBytes
public com.google.protobuf.ByteString getNextHopAddressBytes()
Next hop IpAddress.
string next_hop_address = 20;
- Specified by:
getNextHopAddressBytes
in interfaceFlowDocumentOrBuilder
-
setNextHopAddress
public FlowDocument.Builder setNextHopAddress(java.lang.String value)
Next hop IpAddress.
string next_hop_address = 20;
-
clearNextHopAddress
public FlowDocument.Builder clearNextHopAddress()
Next hop IpAddress.
string next_hop_address = 20;
-
setNextHopAddressBytes
public FlowDocument.Builder setNextHopAddressBytes(com.google.protobuf.ByteString value)
Next hop IpAddress.
string next_hop_address = 20;
-
getNextHopHostname
public java.lang.String getNextHopHostname()
Next hop hostname.
string next_hop_hostname = 21;
- Specified by:
getNextHopHostname
in interfaceFlowDocumentOrBuilder
-
getNextHopHostnameBytes
public com.google.protobuf.ByteString getNextHopHostnameBytes()
Next hop hostname.
string next_hop_hostname = 21;
- Specified by:
getNextHopHostnameBytes
in interfaceFlowDocumentOrBuilder
-
setNextHopHostname
public FlowDocument.Builder setNextHopHostname(java.lang.String value)
Next hop hostname.
string next_hop_hostname = 21;
-
clearNextHopHostname
public FlowDocument.Builder clearNextHopHostname()
Next hop hostname.
string next_hop_hostname = 21;
-
setNextHopHostnameBytes
public FlowDocument.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 interfaceFlowDocumentOrBuilder
-
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 interfaceFlowDocumentOrBuilder
-
setProtocol
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;
-
setProtocol
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;
-
mergeProtocol
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;
-
clearProtocol
public FlowDocument.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 interfaceFlowDocumentOrBuilder
-
getSamplingAlgorithmValue
public int getSamplingAlgorithmValue()
Sampling algorithm ID.
.SamplingAlgorithm sampling_algorithm = 23;
- Specified by:
getSamplingAlgorithmValue
in interfaceFlowDocumentOrBuilder
-
setSamplingAlgorithmValue
public FlowDocument.Builder setSamplingAlgorithmValue(int value)
Sampling algorithm ID.
.SamplingAlgorithm sampling_algorithm = 23;
-
getSamplingAlgorithm
public SamplingAlgorithm getSamplingAlgorithm()
Sampling algorithm ID.
.SamplingAlgorithm sampling_algorithm = 23;
- Specified by:
getSamplingAlgorithm
in interfaceFlowDocumentOrBuilder
-
setSamplingAlgorithm
public FlowDocument.Builder setSamplingAlgorithm(SamplingAlgorithm value)
Sampling algorithm ID.
.SamplingAlgorithm sampling_algorithm = 23;
-
clearSamplingAlgorithm
public FlowDocument.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 interfaceFlowDocumentOrBuilder
-
getSamplingInterval
public com.google.protobuf.DoubleValue getSamplingInterval()
Sampling interval.
.google.protobuf.DoubleValue sampling_interval = 24;
- Specified by:
getSamplingInterval
in interfaceFlowDocumentOrBuilder
-
setSamplingInterval
public FlowDocument.Builder setSamplingInterval(com.google.protobuf.DoubleValue value)
Sampling interval.
.google.protobuf.DoubleValue sampling_interval = 24;
-
setSamplingInterval
public FlowDocument.Builder setSamplingInterval(com.google.protobuf.DoubleValue.Builder builderForValue)
Sampling interval.
.google.protobuf.DoubleValue sampling_interval = 24;
-
mergeSamplingInterval
public FlowDocument.Builder mergeSamplingInterval(com.google.protobuf.DoubleValue value)
Sampling interval.
.google.protobuf.DoubleValue sampling_interval = 24;
-
clearSamplingInterval
public FlowDocument.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 interfaceFlowDocumentOrBuilder
-
getSrcAddress
public java.lang.String getSrcAddress()
Source address.
string src_address = 26;
- Specified by:
getSrcAddress
in interfaceFlowDocumentOrBuilder
-
getSrcAddressBytes
public com.google.protobuf.ByteString getSrcAddressBytes()
Source address.
string src_address = 26;
- Specified by:
getSrcAddressBytes
in interfaceFlowDocumentOrBuilder
-
setSrcAddress
public FlowDocument.Builder setSrcAddress(java.lang.String value)
Source address.
string src_address = 26;
-
clearSrcAddress
public FlowDocument.Builder clearSrcAddress()
Source address.
string src_address = 26;
-
setSrcAddressBytes
public FlowDocument.Builder setSrcAddressBytes(com.google.protobuf.ByteString value)
Source address.
string src_address = 26;
-
getSrcHostname
public java.lang.String getSrcHostname()
Source hostname.
string src_hostname = 27;
- Specified by:
getSrcHostname
in interfaceFlowDocumentOrBuilder
-
getSrcHostnameBytes
public com.google.protobuf.ByteString getSrcHostnameBytes()
Source hostname.
string src_hostname = 27;
- Specified by:
getSrcHostnameBytes
in interfaceFlowDocumentOrBuilder
-
setSrcHostname
public FlowDocument.Builder setSrcHostname(java.lang.String value)
Source hostname.
string src_hostname = 27;
-
clearSrcHostname
public FlowDocument.Builder clearSrcHostname()
Source hostname.
string src_hostname = 27;
-
setSrcHostnameBytes
public FlowDocument.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 interfaceFlowDocumentOrBuilder
-
getSrcAs
public com.google.protobuf.UInt64Value getSrcAs()
Source AS number.
.google.protobuf.UInt64Value src_as = 28;
- Specified by:
getSrcAs
in interfaceFlowDocumentOrBuilder
-
setSrcAs
public FlowDocument.Builder setSrcAs(com.google.protobuf.UInt64Value value)
Source AS number.
.google.protobuf.UInt64Value src_as = 28;
-
setSrcAs
public FlowDocument.Builder setSrcAs(com.google.protobuf.UInt64Value.Builder builderForValue)
Source AS number.
.google.protobuf.UInt64Value src_as = 28;
-
mergeSrcAs
public FlowDocument.Builder mergeSrcAs(com.google.protobuf.UInt64Value value)
Source AS number.
.google.protobuf.UInt64Value src_as = 28;
-
clearSrcAs
public FlowDocument.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 interfaceFlowDocumentOrBuilder
-
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 interfaceFlowDocumentOrBuilder
-
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 interfaceFlowDocumentOrBuilder
-
setSrcMaskLen
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;
-
setSrcMaskLen
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;
-
mergeSrcMaskLen
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;
-
clearSrcMaskLen
public FlowDocument.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 interfaceFlowDocumentOrBuilder
-
hasSrcPort
public boolean hasSrcPort()
Source port.
.google.protobuf.UInt32Value src_port = 30;
- Specified by:
hasSrcPort
in interfaceFlowDocumentOrBuilder
-
getSrcPort
public com.google.protobuf.UInt32Value getSrcPort()
Source port.
.google.protobuf.UInt32Value src_port = 30;
- Specified by:
getSrcPort
in interfaceFlowDocumentOrBuilder
-
setSrcPort
public FlowDocument.Builder setSrcPort(com.google.protobuf.UInt32Value value)
Source port.
.google.protobuf.UInt32Value src_port = 30;
-
setSrcPort
public FlowDocument.Builder setSrcPort(com.google.protobuf.UInt32Value.Builder builderForValue)
Source port.
.google.protobuf.UInt32Value src_port = 30;
-
mergeSrcPort
public FlowDocument.Builder mergeSrcPort(com.google.protobuf.UInt32Value value)
Source port.
.google.protobuf.UInt32Value src_port = 30;
-
clearSrcPort
public FlowDocument.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 interfaceFlowDocumentOrBuilder
-
hasTcpFlags
public boolean hasTcpFlags()
TCP Flags.
.google.protobuf.UInt32Value tcp_flags = 31;
- Specified by:
hasTcpFlags
in interfaceFlowDocumentOrBuilder
-
getTcpFlags
public com.google.protobuf.UInt32Value getTcpFlags()
TCP Flags.
.google.protobuf.UInt32Value tcp_flags = 31;
- Specified by:
getTcpFlags
in interfaceFlowDocumentOrBuilder
-
setTcpFlags
public FlowDocument.Builder setTcpFlags(com.google.protobuf.UInt32Value value)
TCP Flags.
.google.protobuf.UInt32Value tcp_flags = 31;
-
setTcpFlags
public FlowDocument.Builder setTcpFlags(com.google.protobuf.UInt32Value.Builder builderForValue)
TCP Flags.
.google.protobuf.UInt32Value tcp_flags = 31;
-
mergeTcpFlags
public FlowDocument.Builder mergeTcpFlags(com.google.protobuf.UInt32Value value)
TCP Flags.
.google.protobuf.UInt32Value tcp_flags = 31;
-
clearTcpFlags
public FlowDocument.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 interfaceFlowDocumentOrBuilder
-
hasTos
public boolean hasTos()
TOS
.google.protobuf.UInt32Value tos = 32;
- Specified by:
hasTos
in interfaceFlowDocumentOrBuilder
-
getTos
public com.google.protobuf.UInt32Value getTos()
TOS
.google.protobuf.UInt32Value tos = 32;
- Specified by:
getTos
in interfaceFlowDocumentOrBuilder
-
setTos
public FlowDocument.Builder setTos(com.google.protobuf.UInt32Value value)
TOS
.google.protobuf.UInt32Value tos = 32;
-
setTos
public FlowDocument.Builder setTos(com.google.protobuf.UInt32Value.Builder builderForValue)
TOS
.google.protobuf.UInt32Value tos = 32;
-
mergeTos
public FlowDocument.Builder mergeTos(com.google.protobuf.UInt32Value value)
TOS
.google.protobuf.UInt32Value tos = 32;
-
clearTos
public FlowDocument.Builder clearTos()
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 interfaceFlowDocumentOrBuilder
-
getNetflowVersionValue
public int getNetflowVersionValue()
Netflow version
.NetflowVersion netflow_version = 33;
- Specified by:
getNetflowVersionValue
in interfaceFlowDocumentOrBuilder
-
setNetflowVersionValue
public FlowDocument.Builder setNetflowVersionValue(int value)
Netflow version
.NetflowVersion netflow_version = 33;
-
getNetflowVersion
public NetflowVersion getNetflowVersion()
Netflow version
.NetflowVersion netflow_version = 33;
- Specified by:
getNetflowVersion
in interfaceFlowDocumentOrBuilder
-
setNetflowVersion
public FlowDocument.Builder setNetflowVersion(NetflowVersion value)
Netflow version
.NetflowVersion netflow_version = 33;
-
clearNetflowVersion
public FlowDocument.Builder clearNetflowVersion()
Netflow version
.NetflowVersion netflow_version = 33;
-
getVlan
public java.lang.String getVlan()
VLAN ID.
string vlan = 34;
- Specified by:
getVlan
in interfaceFlowDocumentOrBuilder
-
getVlanBytes
public com.google.protobuf.ByteString getVlanBytes()
VLAN ID.
string vlan = 34;
- Specified by:
getVlanBytes
in interfaceFlowDocumentOrBuilder
-
setVlan
public FlowDocument.Builder setVlan(java.lang.String value)
VLAN ID.
string vlan = 34;
-
clearVlan
public FlowDocument.Builder clearVlan()
VLAN ID.
string vlan = 34;
-
setVlanBytes
public FlowDocument.Builder setVlanBytes(com.google.protobuf.ByteString value)
VLAN ID.
string vlan = 34;
-
hasSrcNode
public boolean hasSrcNode()
.NodeInfo src_node = 35;
- Specified by:
hasSrcNode
in interfaceFlowDocumentOrBuilder
-
getSrcNode
public NodeInfo getSrcNode()
.NodeInfo src_node = 35;
- Specified by:
getSrcNode
in interfaceFlowDocumentOrBuilder
-
setSrcNode
public FlowDocument.Builder setSrcNode(NodeInfo value)
.NodeInfo src_node = 35;
-
setSrcNode
public FlowDocument.Builder setSrcNode(NodeInfo.Builder builderForValue)
.NodeInfo src_node = 35;
-
mergeSrcNode
public FlowDocument.Builder mergeSrcNode(NodeInfo value)
.NodeInfo src_node = 35;
-
clearSrcNode
public FlowDocument.Builder clearSrcNode()
.NodeInfo src_node = 35;
-
getSrcNodeBuilder
public NodeInfo.Builder getSrcNodeBuilder()
.NodeInfo src_node = 35;
-
getSrcNodeOrBuilder
public NodeInfoOrBuilder getSrcNodeOrBuilder()
.NodeInfo src_node = 35;
- Specified by:
getSrcNodeOrBuilder
in interfaceFlowDocumentOrBuilder
-
hasExporterNode
public boolean hasExporterNode()
.NodeInfo exporter_node = 36;
- Specified by:
hasExporterNode
in interfaceFlowDocumentOrBuilder
-
getExporterNode
public NodeInfo getExporterNode()
.NodeInfo exporter_node = 36;
- Specified by:
getExporterNode
in interfaceFlowDocumentOrBuilder
-
setExporterNode
public FlowDocument.Builder setExporterNode(NodeInfo value)
.NodeInfo exporter_node = 36;
-
setExporterNode
public FlowDocument.Builder setExporterNode(NodeInfo.Builder builderForValue)
.NodeInfo exporter_node = 36;
-
mergeExporterNode
public FlowDocument.Builder mergeExporterNode(NodeInfo value)
.NodeInfo exporter_node = 36;
-
clearExporterNode
public FlowDocument.Builder clearExporterNode()
.NodeInfo exporter_node = 36;
-
getExporterNodeBuilder
public NodeInfo.Builder getExporterNodeBuilder()
.NodeInfo exporter_node = 36;
-
getExporterNodeOrBuilder
public NodeInfoOrBuilder getExporterNodeOrBuilder()
.NodeInfo exporter_node = 36;
- Specified by:
getExporterNodeOrBuilder
in interfaceFlowDocumentOrBuilder
-
hasDestNode
public boolean hasDestNode()
.NodeInfo dest_node = 37;
- Specified by:
hasDestNode
in interfaceFlowDocumentOrBuilder
-
getDestNode
public NodeInfo getDestNode()
.NodeInfo dest_node = 37;
- Specified by:
getDestNode
in interfaceFlowDocumentOrBuilder
-
setDestNode
public FlowDocument.Builder setDestNode(NodeInfo value)
.NodeInfo dest_node = 37;
-
setDestNode
public FlowDocument.Builder setDestNode(NodeInfo.Builder builderForValue)
.NodeInfo dest_node = 37;
-
mergeDestNode
public FlowDocument.Builder mergeDestNode(NodeInfo value)
.NodeInfo dest_node = 37;
-
clearDestNode
public FlowDocument.Builder clearDestNode()
.NodeInfo dest_node = 37;
-
getDestNodeBuilder
public NodeInfo.Builder getDestNodeBuilder()
.NodeInfo dest_node = 37;
-
getDestNodeOrBuilder
public NodeInfoOrBuilder getDestNodeOrBuilder()
.NodeInfo dest_node = 37;
- Specified by:
getDestNodeOrBuilder
in interfaceFlowDocumentOrBuilder
-
getApplication
public java.lang.String getApplication()
string application = 38;
- Specified by:
getApplication
in interfaceFlowDocumentOrBuilder
-
getApplicationBytes
public com.google.protobuf.ByteString getApplicationBytes()
string application = 38;
- Specified by:
getApplicationBytes
in interfaceFlowDocumentOrBuilder
-
setApplication
public FlowDocument.Builder setApplication(java.lang.String value)
string application = 38;
-
clearApplication
public FlowDocument.Builder clearApplication()
string application = 38;
-
setApplicationBytes
public FlowDocument.Builder setApplicationBytes(com.google.protobuf.ByteString value)
string application = 38;
-
getHost
public java.lang.String getHost()
string host = 39;
- Specified by:
getHost
in interfaceFlowDocumentOrBuilder
-
getHostBytes
public com.google.protobuf.ByteString getHostBytes()
string host = 39;
- Specified by:
getHostBytes
in interfaceFlowDocumentOrBuilder
-
setHost
public FlowDocument.Builder setHost(java.lang.String value)
string host = 39;
-
clearHost
public FlowDocument.Builder clearHost()
string host = 39;
-
setHostBytes
public FlowDocument.Builder setHostBytes(com.google.protobuf.ByteString value)
string host = 39;
-
getLocation
public java.lang.String getLocation()
string location = 40;
- Specified by:
getLocation
in interfaceFlowDocumentOrBuilder
-
getLocationBytes
public com.google.protobuf.ByteString getLocationBytes()
string location = 40;
- Specified by:
getLocationBytes
in interfaceFlowDocumentOrBuilder
-
setLocation
public FlowDocument.Builder setLocation(java.lang.String value)
string location = 40;
-
clearLocation
public FlowDocument.Builder clearLocation()
string location = 40;
-
setLocationBytes
public FlowDocument.Builder setLocationBytes(com.google.protobuf.ByteString value)
string location = 40;
-
getSrcLocalityValue
public int getSrcLocalityValue()
.Locality src_locality = 41;
- Specified by:
getSrcLocalityValue
in interfaceFlowDocumentOrBuilder
-
setSrcLocalityValue
public FlowDocument.Builder setSrcLocalityValue(int value)
.Locality src_locality = 41;
-
getSrcLocality
public Locality getSrcLocality()
.Locality src_locality = 41;
- Specified by:
getSrcLocality
in interfaceFlowDocumentOrBuilder
-
setSrcLocality
public FlowDocument.Builder setSrcLocality(Locality value)
.Locality src_locality = 41;
-
clearSrcLocality
public FlowDocument.Builder clearSrcLocality()
.Locality src_locality = 41;
-
getDstLocalityValue
public int getDstLocalityValue()
.Locality dst_locality = 42;
- Specified by:
getDstLocalityValue
in interfaceFlowDocumentOrBuilder
-
setDstLocalityValue
public FlowDocument.Builder setDstLocalityValue(int value)
.Locality dst_locality = 42;
-
getDstLocality
public Locality getDstLocality()
.Locality dst_locality = 42;
- Specified by:
getDstLocality
in interfaceFlowDocumentOrBuilder
-
setDstLocality
public FlowDocument.Builder setDstLocality(Locality value)
.Locality dst_locality = 42;
-
clearDstLocality
public FlowDocument.Builder clearDstLocality()
.Locality dst_locality = 42;
-
getFlowLocalityValue
public int getFlowLocalityValue()
.Locality flow_locality = 43;
- Specified by:
getFlowLocalityValue
in interfaceFlowDocumentOrBuilder
-
setFlowLocalityValue
public FlowDocument.Builder setFlowLocalityValue(int value)
.Locality flow_locality = 43;
-
getFlowLocality
public Locality getFlowLocality()
.Locality flow_locality = 43;
- Specified by:
getFlowLocality
in interfaceFlowDocumentOrBuilder
-
setFlowLocality
public FlowDocument.Builder setFlowLocality(Locality value)
.Locality flow_locality = 43;
-
clearFlowLocality
public FlowDocument.Builder clearFlowLocality()
.Locality flow_locality = 43;
-
getClockCorrection
public long getClockCorrection()
Applied clock correction im milliseconds.
uint64 clock_correction = 45;
- Specified by:
getClockCorrection
in interfaceFlowDocumentOrBuilder
-
setClockCorrection
public FlowDocument.Builder setClockCorrection(long value)
Applied clock correction im milliseconds.
uint64 clock_correction = 45;
-
clearClockCorrection
public FlowDocument.Builder clearClockCorrection()
Applied clock correction im milliseconds.
uint64 clock_correction = 45;
-
hasDscp
public boolean hasDscp()
DSCP; upper 6 bits of TOS
.google.protobuf.UInt32Value dscp = 46;
- Specified by:
hasDscp
in interfaceFlowDocumentOrBuilder
-
getDscp
public com.google.protobuf.UInt32Value getDscp()
DSCP; upper 6 bits of TOS
.google.protobuf.UInt32Value dscp = 46;
- Specified by:
getDscp
in interfaceFlowDocumentOrBuilder
-
setDscp
public FlowDocument.Builder setDscp(com.google.protobuf.UInt32Value value)
DSCP; upper 6 bits of TOS
.google.protobuf.UInt32Value dscp = 46;
-
setDscp
public FlowDocument.Builder setDscp(com.google.protobuf.UInt32Value.Builder builderForValue)
DSCP; upper 6 bits of TOS
.google.protobuf.UInt32Value dscp = 46;
-
mergeDscp
public FlowDocument.Builder mergeDscp(com.google.protobuf.UInt32Value value)
DSCP; upper 6 bits of TOS
.google.protobuf.UInt32Value dscp = 46;
-
clearDscp
public FlowDocument.Builder clearDscp()
DSCP; upper 6 bits of TOS
.google.protobuf.UInt32Value dscp = 46;
-
getDscpBuilder
public com.google.protobuf.UInt32Value.Builder getDscpBuilder()
DSCP; upper 6 bits of TOS
.google.protobuf.UInt32Value dscp = 46;
-
getDscpOrBuilder
public com.google.protobuf.UInt32ValueOrBuilder getDscpOrBuilder()
DSCP; upper 6 bits of TOS
.google.protobuf.UInt32Value dscp = 46;
- Specified by:
getDscpOrBuilder
in interfaceFlowDocumentOrBuilder
-
hasEcn
public boolean hasEcn()
ECN; lower 2 bits of TOS
.google.protobuf.UInt32Value ecn = 47;
- Specified by:
hasEcn
in interfaceFlowDocumentOrBuilder
-
getEcn
public com.google.protobuf.UInt32Value getEcn()
ECN; lower 2 bits of TOS
.google.protobuf.UInt32Value ecn = 47;
- Specified by:
getEcn
in interfaceFlowDocumentOrBuilder
-
setEcn
public FlowDocument.Builder setEcn(com.google.protobuf.UInt32Value value)
ECN; lower 2 bits of TOS
.google.protobuf.UInt32Value ecn = 47;
-
setEcn
public FlowDocument.Builder setEcn(com.google.protobuf.UInt32Value.Builder builderForValue)
ECN; lower 2 bits of TOS
.google.protobuf.UInt32Value ecn = 47;
-
mergeEcn
public FlowDocument.Builder mergeEcn(com.google.protobuf.UInt32Value value)
ECN; lower 2 bits of TOS
.google.protobuf.UInt32Value ecn = 47;
-
clearEcn
public FlowDocument.Builder clearEcn()
ECN; lower 2 bits of TOS
.google.protobuf.UInt32Value ecn = 47;
-
getEcnBuilder
public com.google.protobuf.UInt32Value.Builder getEcnBuilder()
ECN; lower 2 bits of TOS
.google.protobuf.UInt32Value ecn = 47;
-
getEcnOrBuilder
public com.google.protobuf.UInt32ValueOrBuilder getEcnOrBuilder()
ECN; lower 2 bits of TOS
.google.protobuf.UInt32Value ecn = 47;
- Specified by:
getEcnOrBuilder
in interfaceFlowDocumentOrBuilder
-
setUnknownFields
public final FlowDocument.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<FlowDocument.Builder>
-
mergeUnknownFields
public final FlowDocument.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<FlowDocument.Builder>
-
-