public static interface JournalMessages.SourceNodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
optional string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
optional string id = 1; |
String |
getInputId()
optional string input_id = 3; |
com.google.protobuf.ByteString |
getInputIdBytes()
optional string input_id = 3; |
JournalMessages.SourceNode.Type |
getType()
optional .org.graylog2.plugin.journal.SourceNode.Type type = 2 [default = SERVER]; |
boolean |
hasId()
optional string id = 1; |
boolean |
hasInputId()
optional string input_id = 3; |
boolean |
hasType()
optional .org.graylog2.plugin.journal.SourceNode.Type type = 2 [default = SERVER]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasId()
optional string id = 1;String getId()
optional string id = 1;com.google.protobuf.ByteString getIdBytes()
optional string id = 1;boolean hasType()
optional .org.graylog2.plugin.journal.SourceNode.Type type = 2 [default = SERVER];JournalMessages.SourceNode.Type getType()
optional .org.graylog2.plugin.journal.SourceNode.Type type = 2 [default = SERVER];boolean hasInputId()
optional string input_id = 3;String getInputId()
optional string input_id = 3;com.google.protobuf.ByteString getInputIdBytes()
optional string input_id = 3;Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.