object PushConfig extends GeneratedMessageCompanion[PushConfig]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PushConfig
  2. GeneratedMessageCompanion
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class AttributesEntry(key: String = "", value: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[AttributesEntry] with Product with Serializable
    Annotations
    @SerialVersionUID()
  2. sealed trait AuthenticationMethod extends GeneratedOneof
  3. final case class NoWrapper(writeMetadata: Boolean = false, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[NoWrapper] with Product with Serializable

    Sets the data field as the HTTP body for delivery.

    Sets the data field as the HTTP body for delivery.

    writeMetadata

    When true, writes the Pub/Sub message metadata to x-goog-pubsub-<KEY>:<VAL> headers of the HTTP request. Writes the Pub/Sub message attributes to <KEY>:<VAL> headers of the HTTP request.

    Annotations
    @SerialVersionUID()
  4. final case class OidcToken(serviceAccountEmail: String = "", audience: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[OidcToken] with Product with Serializable

    Contains information needed for generating an [OpenID Connect token](https://developers.google.com/identity/protocols/OpenIDConnect).

    Contains information needed for generating an [OpenID Connect token](https://developers.google.com/identity/protocols/OpenIDConnect).

    serviceAccountEmail

    [Service account email](https://cloud.google.com/iam/docs/service-accounts) used for generating the OIDC token. For more information on setting up authentication, see [Push subscriptions](https://cloud.google.com/pubsub/docs/push).

    audience

    Audience to be used when generating OIDC token. The audience claim identifies the recipients that the JWT is intended for. The audience value is a single case-sensitive string. Having multiple values (array) for the audience field is not supported. More info about the OIDC JWT token audience here: https://tools.ietf.org/html/rfc7519#section-4.1.3 Note: if not specified, the Push endpoint URL will be used.

    Annotations
    @SerialVersionUID()
  5. final case class PubsubWrapper(unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[PubsubWrapper] with Product with Serializable

    The payload to the push endpoint is in the form of the JSON representation of a PubsubMessage (https://cloud.google.com/pubsub/docs/reference/rpc/google.pubsub.v1#pubsubmessage).

    The payload to the push endpoint is in the form of the JSON representation of a PubsubMessage (https://cloud.google.com/pubsub/docs/reference/rpc/google.pubsub.v1#pubsubmessage).

    Annotations
    @SerialVersionUID()
  6. implicit class PushConfigLens[UpperPB] extends ObjectLens[UpperPB, PushConfig]
  7. type ValueType = PushConfig
    Definition Classes
    GeneratedMessageCompanion
  8. sealed trait Wrapper extends GeneratedOneof

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 val ATTRIBUTES_FIELD_NUMBER: Int(2)
  5. final val NO_WRAPPER_FIELD_NUMBER: Int(5)
  6. final val OIDC_TOKEN_FIELD_NUMBER: Int(3)
  7. final val PUBSUB_WRAPPER_FIELD_NUMBER: Int(4)
  8. final val PUSH_ENDPOINT_FIELD_NUMBER: Int(1)
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. lazy val defaultInstance: PushConfig
    Definition Classes
    PushConfig → GeneratedMessageCompanion
  12. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  13. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    PushConfig → GeneratedMessageCompanion
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. def fromAscii(s: String): PushConfig
    Definition Classes
    GeneratedMessageCompanion
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def javaDescriptor: Descriptor
    Definition Classes
    PushConfig → GeneratedMessageCompanion
  22. def merge(a: PushConfig, input: CodedInputStream): PushConfig
    Definition Classes
    GeneratedMessageCompanion
  23. implicit def messageCompanion: GeneratedMessageCompanion[PushConfig]
  24. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  25. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    PushConfig → GeneratedMessageCompanion
  26. implicit def messageReads: Reads[PushConfig]
    Definition Classes
    PushConfig → GeneratedMessageCompanion
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
    Definition Classes
    PushConfig → GeneratedMessageCompanion
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def of(pushEndpoint: String, attributes: Map[String, String], authenticationMethod: AuthenticationMethod, wrapper: Wrapper): PushConfig
  32. def parseDelimitedFrom(input: InputStream): Option[PushConfig]
    Definition Classes
    GeneratedMessageCompanion
  33. def parseDelimitedFrom(input: CodedInputStream): Option[PushConfig]
    Definition Classes
    GeneratedMessageCompanion
  34. def parseFrom(_input__: CodedInputStream): PushConfig
    Definition Classes
    PushConfig → GeneratedMessageCompanion
  35. def parseFrom(s: Array[Byte]): PushConfig
    Definition Classes
    GeneratedMessageCompanion
  36. def parseFrom(input: InputStream): PushConfig
    Definition Classes
    GeneratedMessageCompanion
  37. def scalaDescriptor: Descriptor
    Definition Classes
    PushConfig → GeneratedMessageCompanion
  38. def streamFromDelimitedInput(input: InputStream): Stream[PushConfig]
    Definition Classes
    GeneratedMessageCompanion
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toByteArray(a: PushConfig): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. def validate(s: Array[Byte]): Try[PushConfig]
    Definition Classes
    GeneratedMessageCompanion
  43. def validateAscii(s: String): Either[TextFormatError, PushConfig]
    Definition Classes
    GeneratedMessageCompanion
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. object AttributesEntry extends GeneratedMessageCompanion[AttributesEntry]
  48. object AuthenticationMethod extends Serializable
  49. object NoWrapper extends GeneratedMessageCompanion[NoWrapper]
  50. object OidcToken extends GeneratedMessageCompanion[OidcToken]
  51. object PubsubWrapper extends GeneratedMessageCompanion[PubsubWrapper]
  52. object Wrapper extends Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped