Packages

final case class MethodOptions(eventing: Option[eventing.Eventing] = _root_.scala.None, view: Option[views.View] = _root_.scala.None, jwt: Option[jwt.JwtMethodOptions] = _root_.scala.None, entity: Option[keygenerator.KeyGeneratorMethodOptions] = _root_.scala.None, acl: Option[acl.Acl] = _root_.scala.None, idGenerator: Option[idgenerator.IdGeneratorMethodOptions] = _root_.scala.None, trigger: Option[triggers.TriggerOptions] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[MethodOptions] with Product with Serializable

eventing

Eventing configuration for a gRPC method.

view

Views configuration for a gRPC method.

jwt

JWT validation and signing configuration.

entity

Entity options

acl

ACL options

idGenerator

Id generator configuration

Annotations
@SerialVersionUID()
Source
MethodOptions.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MethodOptions
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MethodOptions(eventing: Option[eventing.Eventing] = _root_.scala.None, view: Option[views.View] = _root_.scala.None, jwt: Option[jwt.JwtMethodOptions] = _root_.scala.None, entity: Option[keygenerator.KeyGeneratorMethodOptions] = _root_.scala.None, acl: Option[acl.Acl] = _root_.scala.None, idGenerator: Option[idgenerator.IdGeneratorMethodOptions] = _root_.scala.None, trigger: Option[triggers.TriggerOptions] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

    eventing

    Eventing configuration for a gRPC method.

    view

    Views configuration for a gRPC method.

    jwt

    JWT validation and signing configuration.

    entity

    Entity options

    acl

    ACL options

    idGenerator

    Id generator configuration

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from MethodOptions toany2stringadd[MethodOptions] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (MethodOptions, B)
    Implicit
    This member is added by an implicit conversion from MethodOptions toArrowAssoc[MethodOptions] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val acl: Option[acl.Acl]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clearAcl: MethodOptions
  9. def clearEntity: MethodOptions
  10. def clearEventing: MethodOptions
  11. def clearIdGenerator: MethodOptions
  12. def clearJwt: MethodOptions
  13. def clearTrigger: MethodOptions
  14. def clearView: MethodOptions
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  16. def companion: MethodOptions.type
    Definition Classes
    MethodOptions → GeneratedMessage
  17. def discardUnknownFields: MethodOptions
  18. def ensuring(cond: (MethodOptions) => Boolean, msg: => Any): MethodOptions
    Implicit
    This member is added by an implicit conversion from MethodOptions toEnsuring[MethodOptions] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (MethodOptions) => Boolean): MethodOptions
    Implicit
    This member is added by an implicit conversion from MethodOptions toEnsuring[MethodOptions] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: => Any): MethodOptions
    Implicit
    This member is added by an implicit conversion from MethodOptions toEnsuring[MethodOptions] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): MethodOptions
    Implicit
    This member is added by an implicit conversion from MethodOptions toEnsuring[MethodOptions] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. val eventing: Option[eventing.Eventing]
  24. def getAcl: acl.Acl
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def getEntity: keygenerator.KeyGeneratorMethodOptions
  27. def getEventing: eventing.Eventing
  28. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    MethodOptions → GeneratedMessage
  29. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    MethodOptions → GeneratedMessage
  30. def getIdGenerator: idgenerator.IdGeneratorMethodOptions
  31. def getJwt: jwt.JwtMethodOptions
  32. def getTrigger: triggers.TriggerOptions
  33. def getView: views.View
  34. val idGenerator: Option[idgenerator.IdGeneratorMethodOptions]
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. val jwt: Option[jwt.JwtMethodOptions]
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. def productElementNames: Iterator[String]
    Definition Classes
    Product
  41. def serializedSize: Int
    Definition Classes
    MethodOptions → GeneratedMessage
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  44. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  45. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  46. def toProtoString: String
    Definition Classes
    MethodOptions → GeneratedMessage
  47. val trigger: Option[triggers.TriggerOptions]
  48. val unknownFields: UnknownFieldSet
  49. def update(ms: (Lens[MethodOptions, MethodOptions]) => Mutation[MethodOptions]*): MethodOptions
    Definition Classes
    Updatable
  50. val view: Option[views.View]
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  54. def withAcl(__v: acl.Acl): MethodOptions
  55. def withEntity(__v: keygenerator.KeyGeneratorMethodOptions): MethodOptions
  56. def withEventing(__v: eventing.Eventing): MethodOptions
  57. def withIdGenerator(__v: idgenerator.IdGeneratorMethodOptions): MethodOptions
  58. def withJwt(__v: jwt.JwtMethodOptions): MethodOptions
  59. def withTrigger(__v: triggers.TriggerOptions): MethodOptions
  60. def withUnknownFields(__v: UnknownFieldSet): MethodOptions
  61. def withView(__v: views.View): MethodOptions
  62. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  63. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    MethodOptions → GeneratedMessage
  64. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. val entity: Option[keygenerator.KeyGeneratorMethodOptions]
    Annotations
    @deprecated
    Deprecated

    (Since version ) Marked as deprecated in proto file

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

    (Since version 9)

  3. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from MethodOptions toStringFormat[MethodOptions] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  4. def [B](y: B): (MethodOptions, B)
    Implicit
    This member is added by an implicit conversion from MethodOptions toArrowAssoc[MethodOptions] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Updatable[MethodOptions]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromMethodOptions to any2stringadd[MethodOptions]

Inherited by implicit conversion StringFormat fromMethodOptions to StringFormat[MethodOptions]

Inherited by implicit conversion Ensuring fromMethodOptions to Ensuring[MethodOptions]

Inherited by implicit conversion ArrowAssoc fromMethodOptions to ArrowAssoc[MethodOptions]

Ungrouped