Package org.graylog.integrations.ipfix
Interface IpfixJournal.RawIpfixOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IpfixJournal.RawIpfix,IpfixJournal.RawIpfix.Builder
- Enclosing class:
- IpfixJournal
public static interface IpfixJournal.RawIpfixOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsOptionTemplates(int key) all applicable options templates that are references by the data setsbooleancontainsTemplates(int key) all applicable templates that are referenced by the data setsgetDataSets(int index) repeated .org.graylog.plugins.ipfix.DataSet dataSets = 3;intrepeated .org.graylog.plugins.ipfix.DataSet dataSets = 3;repeated .org.graylog.plugins.ipfix.DataSet dataSets = 3;getDataSetsOrBuilder(int index) repeated .org.graylog.plugins.ipfix.DataSet dataSets = 3;List<? extends IpfixJournal.DataSetOrBuilder>repeated .org.graylog.plugins.ipfix.DataSet dataSets = 3;Deprecated.intall applicable options templates that are references by the data setsall applicable options templates that are references by the data setscom.google.protobuf.ByteStringgetOptionTemplatesOrDefault(int key, com.google.protobuf.ByteString defaultValue) all applicable options templates that are references by the data setscom.google.protobuf.ByteStringgetOptionTemplatesOrThrow(int key) all applicable options templates that are references by the data setsDeprecated.intall applicable templates that are referenced by the data setsall applicable templates that are referenced by the data setscom.google.protobuf.ByteStringgetTemplatesOrDefault(int key, com.google.protobuf.ByteString defaultValue) all applicable templates that are referenced by the data setscom.google.protobuf.ByteStringgetTemplatesOrThrow(int key) all applicable templates that are referenced by the data setsMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTemplatesCount
int getTemplatesCount()all applicable templates that are referenced by the data sets
map<uint32, bytes> templates = 1; -
containsTemplates
boolean containsTemplates(int key) all applicable templates that are referenced by the data sets
map<uint32, bytes> templates = 1; -
getTemplates
Deprecated.UsegetTemplatesMap()instead. -
getTemplatesMap
all applicable templates that are referenced by the data sets
map<uint32, bytes> templates = 1; -
getTemplatesOrDefault
com.google.protobuf.ByteString getTemplatesOrDefault(int key, com.google.protobuf.ByteString defaultValue) all applicable templates that are referenced by the data sets
map<uint32, bytes> templates = 1; -
getTemplatesOrThrow
com.google.protobuf.ByteString getTemplatesOrThrow(int key) all applicable templates that are referenced by the data sets
map<uint32, bytes> templates = 1; -
getOptionTemplatesCount
int getOptionTemplatesCount()all applicable options templates that are references by the data sets
map<uint32, bytes> optionTemplates = 2; -
containsOptionTemplates
boolean containsOptionTemplates(int key) all applicable options templates that are references by the data sets
map<uint32, bytes> optionTemplates = 2; -
getOptionTemplates
Deprecated.UsegetOptionTemplatesMap()instead. -
getOptionTemplatesMap
all applicable options templates that are references by the data sets
map<uint32, bytes> optionTemplates = 2; -
getOptionTemplatesOrDefault
com.google.protobuf.ByteString getOptionTemplatesOrDefault(int key, com.google.protobuf.ByteString defaultValue) all applicable options templates that are references by the data sets
map<uint32, bytes> optionTemplates = 2; -
getOptionTemplatesOrThrow
com.google.protobuf.ByteString getOptionTemplatesOrThrow(int key) all applicable options templates that are references by the data sets
map<uint32, bytes> optionTemplates = 2; -
getDataSetsList
List<IpfixJournal.DataSet> getDataSetsList()repeated .org.graylog.plugins.ipfix.DataSet dataSets = 3; -
getDataSets
repeated .org.graylog.plugins.ipfix.DataSet dataSets = 3; -
getDataSetsCount
int getDataSetsCount()repeated .org.graylog.plugins.ipfix.DataSet dataSets = 3; -
getDataSetsOrBuilderList
List<? extends IpfixJournal.DataSetOrBuilder> getDataSetsOrBuilderList()repeated .org.graylog.plugins.ipfix.DataSet dataSets = 3; -
getDataSetsOrBuilder
repeated .org.graylog.plugins.ipfix.DataSet dataSets = 3;
-