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]) @native() @HotSpotIntrinsicCandidate()
  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
    @native() @HotSpotIntrinsicCandidate()
  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 getRemoveExcludeEntityIds: RemoveExcludeEntityIds
  20. def getRemoveExcludeMatchingEntityIds: RemoveExcludeRegexEntityIds
  21. def getRemoveExcludeTags: RemoveExcludeTags
  22. def getRemoveIncludeEntityIds: RemoveIncludeEntityIds
  23. def getRemoveIncludeMatchingEntityIds: RemoveIncludeRegexEntityIds
  24. def getRemoveIncludeTags: RemoveIncludeTags
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val message: Message
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def productElementNames: Iterator[String]
    Definition Classes
    Product
  31. def serializedSize: Int
    Definition Classes
    FilterCriteria → GeneratedMessage
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  34. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  35. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  36. def toProtoString: String
    Definition Classes
    FilterCriteria → GeneratedMessage
  37. val unknownFields: UnknownFieldSet
  38. def update(ms: (Lens[FilterCriteria, FilterCriteria]) => Mutation[FilterCriteria]*): FilterCriteria
    Definition Classes
    Updatable
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. def withExcludeEntityIds(__v: ExcludeEntityIds): FilterCriteria
  43. def withExcludeMatchingEntityIds(__v: ExcludeRegexEntityIds): FilterCriteria
  44. def withExcludeTags(__v: ExcludeTags): FilterCriteria
  45. def withIncludeEntityIds(__v: IncludeEntityIds): FilterCriteria
  46. def withIncludeMatchingEntityIds(__v: IncludeRegexEntityIds): FilterCriteria
  47. def withIncludeTags(__v: IncludeTags): FilterCriteria
  48. def withMessage(__v: Message): FilterCriteria
  49. def withRemoveExcludeEntityIds(__v: RemoveExcludeEntityIds): FilterCriteria
  50. def withRemoveExcludeMatchingEntityIds(__v: RemoveExcludeRegexEntityIds): FilterCriteria
  51. def withRemoveExcludeTags(__v: RemoveExcludeTags): FilterCriteria
  52. def withRemoveIncludeEntityIds(__v: RemoveIncludeEntityIds): FilterCriteria
  53. def withRemoveIncludeMatchingEntityIds(__v: RemoveIncludeRegexEntityIds): FilterCriteria
  54. def withRemoveIncludeTags(__v: RemoveIncludeTags): FilterCriteria
  55. def withUnknownFields(__v: UnknownFieldSet): FilterCriteria
  56. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  57. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    FilterCriteria → GeneratedMessage
  58. 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

Inherited from Updatable[FilterCriteria]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped