Stream

com.google.cloud.datastream.v1.datastream_resources.Stream
See theStream companion object
final case class Stream(name: String, createTime: Option[Timestamp], updateTime: Option[Timestamp], labels: Map[String, String], displayName: String, sourceConfig: Option[SourceConfig], destinationConfig: Option[DestinationConfig], state: State, backfillStrategy: BackfillStrategy, errors: Seq[Error], customerManagedEncryptionKey: Option[String], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[Stream]

A resource representing streaming data from a source to a destination.

Value parameters

createTime

Output only. The creation time of the stream.

customerManagedEncryptionKey

Immutable. A reference to a KMS encryption key. If provided, it will be used to encrypt the data. If left blank, data will be encrypted using an internal Stream-specific encryption key provisioned through KMS.

destinationConfig

Required. Destination connection profile configuration.

displayName

Required. Display name.

errors

Output only. Errors on the Stream.

labels

Labels.

name

Output only. The stream's name.

sourceConfig

Required. Source connection profile configuration.

state

The state of the stream.

updateTime

Output only. The last update time of the stream.

Attributes

Companion
object
Source
Stream.scala
Graph
Supertypes
trait Updatable[Stream]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
Stream.scala

Attributes

Source
Stream.scala
def addErrors(`__vs`: Error*): Stream

Attributes

Source
Stream.scala
def addLabels(`__vs`: (String, String)*): Stream

Attributes

Source
Stream.scala

Attributes

Source
Stream.scala

Attributes

Source
Stream.scala

Attributes

Source
Stream.scala

Attributes

Source
Stream.scala

Attributes

Source
Stream.scala

Attributes

Source
Stream.scala

Attributes

Source
Stream.scala
def companion: Stream.type

Attributes

Source
Stream.scala

Attributes

Source
Stream.scala

Attributes

Source
Stream.scala
def getField(`__field`: FieldDescriptor): PValue

Attributes

Source
Stream.scala
def getFieldByNumber(`__fieldNumber`: Int): Any

Attributes

Source
Stream.scala

Attributes

Source
Stream.scala

Attributes

Source
Stream.scala
override def serializedSize: Int

Attributes

Definition Classes
GeneratedMessage
Source
Stream.scala

Returns a human-readable ASCII format representation of this message.

Returns a human-readable ASCII format representation of this message.

The original message can be decoded from this format by using fromAscii on the companion object.

Attributes

Returns

human-readable representation of this message.

Source
Stream.scala

Attributes

Source
Stream.scala

Attributes

Source
Stream.scala

Attributes

Source
Stream.scala

Attributes

Source
Stream.scala

Attributes

Source
Stream.scala
def withErrors(`__v`: Seq[Error]): Stream

Attributes

Source
Stream.scala
def withLabels(`__v`: Map[String, String]): Stream

Attributes

Source
Stream.scala
def withName(`__v`: String): Stream

Attributes

Source
Stream.scala

Attributes

Source
Stream.scala
def withState(`__v`: State): Stream

Attributes

Source
Stream.scala
def withUnknownFields(`__v`: UnknownFieldSet): Stream

Attributes

Source
Stream.scala

Attributes

Source
Stream.scala
def writeTo(`_output__`: CodedOutputStream): Unit

Serializes the message into the given coded output stream

Serializes the message into the given coded output stream

Attributes

Source
Stream.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final def toByteArray: Array[Byte]

Serializes the message and returns a byte array containing its raw bytes

Serializes the message and returns a byte array containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def toByteString: ByteString

Serializes the message and returns a ByteString containing its raw bytes

Serializes the message and returns a ByteString containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def toPMessage: PMessage

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
def update(ms: Lens[Stream, Stream] => () => Stream*): A

Attributes

Inherited from:
Updatable
Source
Lenses.scala
final def writeDelimitedTo(output: OutputStream): Unit

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def writeTo(output: OutputStream): Unit

Serializes the message into the given output stream

Serializes the message into the given output stream

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala