Interface FilterActionOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    FilterAction, FilterAction.Builder

    public interface FilterActionOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Any getAction()
      .google.protobuf.Any action = 1;
      com.google.protobuf.AnyOrBuilder getActionOrBuilder()
      .google.protobuf.Any action = 1;
      boolean hasAction()
      .google.protobuf.Any action = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasAction

        boolean hasAction()
        .google.protobuf.Any action = 1;
        Returns:
        Whether the action field is set.
      • getAction

        com.google.protobuf.Any getAction()
        .google.protobuf.Any action = 1;
        Returns:
        The action.
      • getActionOrBuilder

        com.google.protobuf.AnyOrBuilder getActionOrBuilder()
        .google.protobuf.Any action = 1;