object PushConfig extends GeneratedMessageCompanion[PushConfig] with Serializable

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

Type Members

  1. final case class AttributesEntry(key: String = "", value: String = "", unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[AttributesEntry] with Product with Serializable
    Annotations
    @SerialVersionUID()
  2. sealed trait AuthenticationMethod extends GeneratedOneof
  3. final case class OidcToken(serviceAccountEmail: String = "", audience: String = "", unknownFields: UnknownFieldSet = ...) 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) 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.

    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()
  4. implicit class PushConfigLens[UpperPB] extends ObjectLens[UpperPB, PushConfig]
  5. type ValueType = PushConfig
    Definition Classes
    GeneratedMessageCompanion

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

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped