final case class FilterCriteria(message: Message = akka.projection.grpc.internal.proto.FilterCriteria.Message.Empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[FilterCriteria] with Product with Serializable

Annotations
@SerialVersionUID()
Source
FilterCriteria.scala
Linear Supertypes
Updatable[FilterCriteria], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FilterCriteria
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FilterCriteria(message: Message = akka.projection.grpc.internal.proto.FilterCriteria.Message.Empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clearMessage: FilterCriteria
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  7. def companion: FilterCriteria.type
    Definition Classes
    FilterCriteria → GeneratedMessage
  8. def discardUnknownFields: FilterCriteria
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  11. def getExcludeEntityIds: ExcludeEntityIds
  12. def getExcludeMatchingEntityIds: ExcludeRegexEntityIds
  13. def getExcludeTags: ExcludeTags
  14. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    FilterCriteria → GeneratedMessage
  15. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    FilterCriteria → GeneratedMessage
  16. def getIncludeEntityIds: IncludeEntityIds
  17. def getIncludeMatchingEntityIds: IncludeRegexEntityIds
  18. def getIncludeTags: IncludeTags
  19. def getIncludeTopics: IncludeTopics
  20. def getRemoveExcludeEntityIds: RemoveExcludeEntityIds
  21. def getRemoveExcludeMatchingEntityIds: RemoveExcludeRegexEntityIds
  22. def getRemoveExcludeTags: RemoveExcludeTags
  23. def getRemoveIncludeEntityIds: RemoveIncludeEntityIds
  24. def getRemoveIncludeMatchingEntityIds: RemoveIncludeRegexEntityIds
  25. def getRemoveIncludeTags: RemoveIncludeTags
  26. def getRemoveIncludeTopics: RemoveIncludeTopics
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. val message: Message
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  32. def productElementNames: Iterator[String]
    Definition Classes
    Product
  33. def serializedSize: Int
    Definition Classes
    FilterCriteria → GeneratedMessage
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  36. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  37. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  38. def toProtoString: String
    Definition Classes
    FilterCriteria → GeneratedMessage
  39. val unknownFields: UnknownFieldSet
  40. def update(ms: (Lens[FilterCriteria, FilterCriteria]) => Mutation[FilterCriteria]*): FilterCriteria
    Definition Classes
    Updatable
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. def withExcludeEntityIds(__v: ExcludeEntityIds): FilterCriteria
  45. def withExcludeMatchingEntityIds(__v: ExcludeRegexEntityIds): FilterCriteria
  46. def withExcludeTags(__v: ExcludeTags): FilterCriteria
  47. def withIncludeEntityIds(__v: IncludeEntityIds): FilterCriteria
  48. def withIncludeMatchingEntityIds(__v: IncludeRegexEntityIds): FilterCriteria
  49. def withIncludeTags(__v: IncludeTags): FilterCriteria
  50. def withIncludeTopics(__v: IncludeTopics): FilterCriteria
  51. def withMessage(__v: Message): FilterCriteria
  52. def withRemoveExcludeEntityIds(__v: RemoveExcludeEntityIds): FilterCriteria
  53. def withRemoveExcludeMatchingEntityIds(__v: RemoveExcludeRegexEntityIds): FilterCriteria
  54. def withRemoveExcludeTags(__v: RemoveExcludeTags): FilterCriteria
  55. def withRemoveIncludeEntityIds(__v: RemoveIncludeEntityIds): FilterCriteria
  56. def withRemoveIncludeMatchingEntityIds(__v: RemoveIncludeRegexEntityIds): FilterCriteria
  57. def withRemoveIncludeTags(__v: RemoveIncludeTags): FilterCriteria
  58. def withRemoveIncludeTopics(__v: RemoveIncludeTopics): FilterCriteria
  59. def withUnknownFields(__v: UnknownFieldSet): FilterCriteria
  60. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  61. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    FilterCriteria → GeneratedMessage
  62. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Updatable[FilterCriteria]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped