com.google.pubsub.v1.pubsub.Topic
See theTopic companion class
object Topic extends GeneratedMessageCompanion[Topic]
Attributes
- Companion
- class
- Source
- Topic.scala
- Graph
-
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[Topic]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
Topic.type
Members list
Type members
Classlikes
final case class LabelsEntry(key: String, value: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[LabelsEntry]
Attributes
- Companion
- object
- Source
- Topic.scala
- Supertypes
-
trait Updatable[LabelsEntry]trait GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object LabelsEntry extends GeneratedMessageCompanion[LabelsEntry]
Attributes
- Companion
- class
- Source
- Topic.scala
- Supertypes
- Self type
-
LabelsEntry.type
sealed abstract class State(val value: Int) extends GeneratedEnum
The state of the topic.
The state of the topic.
Attributes
- Companion
- object
- Source
- Topic.scala
- Supertypes
-
trait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object ACTIVEobject INGESTION_RESOURCE_ERRORtrait Recognizedobject STATE_UNSPECIFIEDclass Unrecognized
object State extends GeneratedEnumCompanion[State]
Attributes
- Companion
- class
- Source
- Topic.scala
- Supertypes
-
trait Sumtrait Mirrortrait GeneratedEnumCompanion[State]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
State.type
implicit class TopicLens[UpperPB](_l: Lens[UpperPB, Topic]) extends ObjectLens[UpperPB, Topic]
Attributes
- Source
- Topic.scala
- Supertypes
Inherited types
Attributes
- Inherited from:
- GeneratedMessageCompanion
- Source
- GeneratedMessageCompanion.scala
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
Attributes
- Source
- Topic.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
- Topic.scala
Attributes
- Source
- Topic.scala
def of(name: String, labels: Map[String, String], messageStoragePolicy: Option[MessageStoragePolicy], kmsKeyName: String, schemaSettings: Option[SchemaSettings], satisfiesPzs: Boolean, messageRetentionDuration: Option[Duration], state: State, ingestionDataSourceSettings: Option[IngestionDataSourceSettings]): Topic
Attributes
- Source
- Topic.scala
Parses a message from a CodedInputStream.
Attributes
- Source
- Topic.scala
Inherited methods
Attributes
- Inherited from:
- GeneratedMessageCompanion
- Source
- GeneratedMessageCompanion.scala
Attributes
- Inherited from:
- GeneratedMessageCompanion
- Source
- GeneratedMessageCompanion.scala
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
Attributes
- Inherited from:
- GeneratedMessageCompanion
- Source
- GeneratedMessageCompanion.scala
Attributes
- Inherited from:
- GeneratedMessageCompanion
- Source
- GeneratedMessageCompanion.scala
Attributes
- Inherited from:
- GeneratedMessageCompanion
- Source
- GeneratedMessageCompanion.scala
Attributes
- Inherited from:
- GeneratedMessageCompanion
- Source
- GeneratedMessageCompanion.scala
Attributes
- Inherited from:
- GeneratedMessageCompanion
- Source
- GeneratedMessageCompanion.scala
Attributes
- Inherited from:
- GeneratedMessageCompanion
- Source
- GeneratedMessageCompanion.scala
Attributes
- Inherited from:
- GeneratedMessageCompanion
- Source
- GeneratedMessageCompanion.scala
Attributes
- Inherited from:
- GeneratedMessageCompanion
- Source
- GeneratedMessageCompanion.scala
Attributes
- Inherited from:
- GeneratedMessageCompanion
- Source
- GeneratedMessageCompanion.scala
Concrete fields
Attributes
- Source
- Topic.scala
Attributes
- Source
- Topic.scala
Attributes
- Source
- Topic.scala
Attributes
- Source
- Topic.scala
Attributes
- Source
- Topic.scala
Attributes
- Source
- Topic.scala
Attributes
- Source
- Topic.scala
Attributes
- Source
- Topic.scala
Attributes
- Source
- Topic.scala
Attributes
- Source
- Topic.scala
Attributes
- Source
- Topic.scala
Implicits
In this article