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
Self type

Members list

Concise view

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Companion:
object
Source:
PushConfig.scala
Graph
Supertypes
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object Empty.type
class OidcToken
final case class OidcToken(serviceAccountEmail: String, audience: String, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[OidcToken]

Contains information needed for generating an OpenID Connect token.

Contains information needed for generating an OpenID Connect token.

Attributes

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 to be used for generating the OIDC token. The caller (for CreateSubscription, UpdateSubscription, and ModifyPushConfig RPCs) must have the iam.serviceAccounts.actAs permission for the service account.

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

Attributes

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

Attributes

Source:
PushConfig.scala
Graph
Supertypes
class ObjectLens[UpperPB, PushConfig]
trait Lens[UpperPB, PushConfig]
trait Serializable
class Object
trait Matchable
class Any

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

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