PushConfig

com.google.pubsub.v1.pubsub.PushConfig
See thePushConfig companion class
object PushConfig extends GeneratedMessageCompanion[PushConfig]

Attributes

Companion
class
Source
PushConfig.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[PushConfig]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
PushConfig.type

Members list

Type members

Classlikes

final case class AttributesEntry(key: String, value: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[AttributesEntry]

Attributes

Companion
object
Source
PushConfig.scala
Supertypes
trait Updatable[AttributesEntry]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object AttributesEntry extends GeneratedMessageCompanion[AttributesEntry]

Attributes

Companion
class
Source
PushConfig.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[AttributesEntry]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Companion
trait
Source
PushConfig.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait AuthenticationMethod extends GeneratedOneof

Attributes

Companion
object
Source
PushConfig.scala
Supertypes
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Empty.type
class OidcToken
final case class NoWrapper(writeMetadata: Boolean, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[NoWrapper]

Sets the data field as the HTTP body for delivery.

Sets the data field as the HTTP body for delivery.

Value parameters

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.

Attributes

Companion
object
Source
PushConfig.scala
Supertypes
trait Updatable[NoWrapper]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object NoWrapper extends GeneratedMessageCompanion[NoWrapper]

Attributes

Companion
class
Source
PushConfig.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[NoWrapper]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
NoWrapper.type
final case class OidcToken(serviceAccountEmail: String, audience: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[OidcToken]

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).

Value parameters

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.

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).

Attributes

Companion
object
Source
PushConfig.scala
Supertypes
trait Updatable[OidcToken]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object OidcToken extends GeneratedMessageCompanion[OidcToken]

Attributes

Companion
class
Source
PushConfig.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[OidcToken]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
OidcToken.type
final case class PubsubWrapper(unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[PubsubWrapper]

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).

Attributes

Companion
object
Source
PushConfig.scala
Supertypes
trait Updatable[PubsubWrapper]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object PubsubWrapper extends GeneratedMessageCompanion[PubsubWrapper]

Attributes

Companion
class
Source
PushConfig.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[PubsubWrapper]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
implicit class PushConfigLens[UpperPB](_l: Lens[UpperPB, PushConfig]) extends ObjectLens[UpperPB, PushConfig]

Attributes

Source
PushConfig.scala
Supertypes
class ObjectLens[UpperPB, PushConfig]
trait Lens[UpperPB, PushConfig]
trait Serializable
class Object
trait Matchable
class Any
Show all
object Wrapper

Attributes

Companion
trait
Source
PushConfig.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Wrapper.type
sealed trait Wrapper extends GeneratedOneof

Attributes

Companion
object
Source
PushConfig.scala
Supertypes
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Empty.type
class NoWrapper

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type ValueType = A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Value members

Concrete methods

def enumCompanionForFieldNumber(`__fieldNumber`: Int): GeneratedEnumCompanion[_]

Attributes

Source
PushConfig.scala
def javaDescriptor: Descriptor

Returns the Java descriptors for this message.

Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Attributes

Source
PushConfig.scala
def messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]

Attributes

Source
PushConfig.scala
def of(pushEndpoint: String, attributes: Map[String, String], authenticationMethod: AuthenticationMethod, wrapper: Wrapper): PushConfig

Attributes

Source
PushConfig.scala
def parseFrom(`_input__`: CodedInputStream): PushConfig

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Source
PushConfig.scala
def scalaDescriptor: Descriptor

Attributes

Source
PushConfig.scala

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def fromAscii(s: String): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def merge(a: PushConfig, input: CodedInputStream): A

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: InputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseDelimitedFrom(input: CodedInputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseFrom(s: Array[Byte]): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def parseFrom(input: InputStream): A

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def streamFromDelimitedInput(input: InputStream): Stream[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def validate(s: Array[Byte]): Try[A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala
def validateAscii(s: String): Either[TextFormatError, A]

Attributes

Inherited from:
GeneratedMessageCompanion
Source
GeneratedMessageCompanion.scala

Concrete fields

Attributes

Source
PushConfig.scala

Attributes

Source
PushConfig.scala

Attributes

Source
PushConfig.scala

Attributes

Source
PushConfig.scala

Attributes

Source
PushConfig.scala

Attributes

Source
PushConfig.scala
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Attributes

Source
PushConfig.scala

Implicits

Implicits

final implicit def PushConfigLens[UpperPB](_l: Lens[UpperPB, PushConfig]): PushConfigLens[UpperPB]

Attributes

Source
PushConfig.scala
implicit def messageCompanion: GeneratedMessageCompanion[PushConfig]

Attributes

Source
PushConfig.scala
implicit def messageReads: Reads[PushConfig]

Attributes

Source
PushConfig.scala