Snapshot

com.google.pubsub.v1.pubsub.Snapshot
See theSnapshot companion class

Attributes

Companion
class
Source
Snapshot.scala
Graph
Supertypes
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Snapshot.type

Members list

Type members

Classlikes

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

Attributes

Companion
object
Source
Snapshot.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

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

Attributes

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

Inherited types

Inherited and Abstract types

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

Value members

Concrete methods

Attributes

Source
Snapshot.scala

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
Snapshot.scala
def of(name: String, topic: String, expireTime: Option[Timestamp], labels: Map[String, String]): Snapshot

Attributes

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

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Source
Snapshot.scala

Attributes

Source
Snapshot.scala

Inherited methods

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

Concrete fields

Attributes

Source
Snapshot.scala
final val LABELS_FIELD_NUMBER: 4

Attributes

Source
Snapshot.scala
final val NAME_FIELD_NUMBER: 1

Attributes

Source
Snapshot.scala
final val TOPIC_FIELD_NUMBER: 2

Attributes

Source
Snapshot.scala

Attributes

Source
Snapshot.scala

Implicits

Implicits

final implicit def SnapshotLens[UpperPB](_l: Lens[UpperPB, Snapshot]): SnapshotLens[UpperPB]

Attributes

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

Attributes

Source
Snapshot.scala