Interface EventsQuery.CallFilterOrBuilder

  • All Implemented Interfaces:
    com.google.protobuf.MessageLiteOrBuilder , com.google.protobuf.MessageOrBuilder

    
    public interface EventsQuery.CallFilterOrBuilder
     implements MessageOrBuilder
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getDestModule() string dest_module = 1;
      abstract ByteString getDestModuleBytes() string dest_module = 1;
      abstract boolean hasDestVerb() optional string dest_verb = 2;
      abstract String getDestVerb() optional string dest_verb = 2;
      abstract ByteString getDestVerbBytes() optional string dest_verb = 2;
      abstract boolean hasSourceModule() optional string source_module = 3;
      abstract String getSourceModule() optional string source_module = 3;
      abstract ByteString getSourceModuleBytes() 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
    • Constructor Detail

    • 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.