object PushConfig extends GeneratedMessageCompanion[PushConfig]
- Source
- PushConfig.scala
- Alphabetic
- By Inheritance
- PushConfig
- GeneratedMessageCompanion
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- 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()
- sealed trait AuthenticationMethod extends GeneratedOneof
- 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
Optional. 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()
- 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
Optional. [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
Optional. 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()
- 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()
- implicit class PushConfigLens[UpperPB] extends ObjectLens[UpperPB, PushConfig]
- type ValueType = PushConfig
- Definition Classes
- GeneratedMessageCompanion
- sealed trait Wrapper extends GeneratedOneof
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final val ATTRIBUTES_FIELD_NUMBER: Int(2)
- final val NO_WRAPPER_FIELD_NUMBER: Int(5)
- final val OIDC_TOKEN_FIELD_NUMBER: Int(3)
- final val PUBSUB_WRAPPER_FIELD_NUMBER: Int(4)
- final val PUSH_ENDPOINT_FIELD_NUMBER: Int(1)
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- lazy val defaultInstance: PushConfig
- Definition Classes
- PushConfig → GeneratedMessageCompanion
- def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
- def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
- Definition Classes
- PushConfig → GeneratedMessageCompanion
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fromAscii(s: String): PushConfig
- Definition Classes
- GeneratedMessageCompanion
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def javaDescriptor: Descriptor
- Definition Classes
- PushConfig → GeneratedMessageCompanion
- def merge(a: PushConfig, input: CodedInputStream): PushConfig
- Definition Classes
- GeneratedMessageCompanion
- implicit def messageCompanion: GeneratedMessageCompanion[PushConfig]
- def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
- Definition Classes
- GeneratedMessageCompanion
- def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
- Definition Classes
- PushConfig → GeneratedMessageCompanion
- implicit def messageReads: Reads[PushConfig]
- Definition Classes
- PushConfig → GeneratedMessageCompanion
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
- Definition Classes
- PushConfig → GeneratedMessageCompanion
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def of(pushEndpoint: String, attributes: Map[String, String], authenticationMethod: AuthenticationMethod, wrapper: Wrapper): PushConfig
- def parseDelimitedFrom(input: InputStream): Option[PushConfig]
- Definition Classes
- GeneratedMessageCompanion
- def parseDelimitedFrom(input: CodedInputStream): Option[PushConfig]
- Definition Classes
- GeneratedMessageCompanion
- def parseFrom(_input__: CodedInputStream): PushConfig
- Definition Classes
- PushConfig → GeneratedMessageCompanion
- def parseFrom(s: Array[Byte]): PushConfig
- Definition Classes
- GeneratedMessageCompanion
- def parseFrom(input: InputStream): PushConfig
- Definition Classes
- GeneratedMessageCompanion
- def scalaDescriptor: Descriptor
- Definition Classes
- PushConfig → GeneratedMessageCompanion
- def streamFromDelimitedInput(input: InputStream): Stream[PushConfig]
- Definition Classes
- GeneratedMessageCompanion
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toByteArray(a: PushConfig): Array[Byte]
- Definition Classes
- GeneratedMessageCompanion
- def toString(): String
- Definition Classes
- AnyRef → Any
- def validate(s: Array[Byte]): Try[PushConfig]
- Definition Classes
- GeneratedMessageCompanion
- def validateAscii(s: String): Either[TextFormatError, PushConfig]
- Definition Classes
- GeneratedMessageCompanion
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object AttributesEntry extends GeneratedMessageCompanion[AttributesEntry]
- object AuthenticationMethod extends Serializable
- object NoWrapper extends GeneratedMessageCompanion[NoWrapper]
- object OidcToken extends GeneratedMessageCompanion[OidcToken]
- object PubsubWrapper extends GeneratedMessageCompanion[PubsubWrapper]
- object Wrapper extends Serializable