Package xyz.block.ftl.v1.console
Interface EventsQuery.CallFilterOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface EventsQuery.CallFilterOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetDestModule()string dest_module = 1;abstract ByteStringgetDestModuleBytes()string dest_module = 1;abstract booleanhasDestVerb()optional string dest_verb = 2;abstract StringgetDestVerb()optional string dest_verb = 2;abstract ByteStringgetDestVerbBytes()optional string dest_verb = 2;abstract booleanhasSourceModule()optional string source_module = 3;abstract StringgetSourceModule()optional string source_module = 3;abstract ByteStringgetSourceModuleBytes()optional string source_module = 3;-
Methods inherited from class com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDestModule
abstract String getDestModule()
string dest_module = 1;- Returns:
The destModule.
-
getDestModuleBytes
abstract ByteString getDestModuleBytes()
string dest_module = 1;- Returns:
The bytes for destModule.
-
hasDestVerb
abstract boolean hasDestVerb()
optional string dest_verb = 2;- Returns:
Whether the destVerb field is set.
-
getDestVerb
abstract String getDestVerb()
optional string dest_verb = 2;- Returns:
The destVerb.
-
getDestVerbBytes
abstract ByteString getDestVerbBytes()
optional string dest_verb = 2;- Returns:
The bytes for destVerb.
-
hasSourceModule
abstract boolean hasSourceModule()
optional string source_module = 3;- Returns:
Whether the sourceModule field is set.
-
getSourceModule
abstract String getSourceModule()
optional string source_module = 3;- Returns:
The sourceModule.
-
getSourceModuleBytes
abstract ByteString getSourceModuleBytes()
optional string source_module = 3;- Returns:
The bytes for sourceModule.
-
-
-
-