Stream

com.google.cloud.datastream.v1.datastream_resources.Stream$
See theStream companion class
object Stream extends GeneratedMessageCompanion[Stream]

Attributes

Companion
class
Source
Stream.scala
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[Stream]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Stream.type

Members list

Type members

Classlikes

final case class BackfillAllStrategy(excludedObjects: ExcludedObjects, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[BackfillAllStrategy]

Backfill strategy to automatically backfill the Stream's objects. Specific objects can be excluded.

Backfill strategy to automatically backfill the Stream's objects. Specific objects can be excluded.

Attributes

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

Attributes

Companion
class
Source
Stream.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[BackfillAllStrategy]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class BackfillNoneStrategy(unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[BackfillNoneStrategy]

Backfill strategy to disable automatic backfill for the Stream's objects.

Backfill strategy to disable automatic backfill for the Stream's objects.

Attributes

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

Attributes

Companion
class
Source
Stream.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[BackfillNoneStrategy]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Companion
trait
Source
Stream.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait BackfillStrategy extends GeneratedOneof

Attributes

Companion
object
Source
Stream.scala
Supertypes
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class BackfillAll
class BackfillNone
object Empty.type
final case class LabelsEntry(key: String, value: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[LabelsEntry]

Attributes

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

Attributes

Companion
class
Source
Stream.scala
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[LabelsEntry]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
sealed abstract class State(val value: Int) extends GeneratedEnum

Stream state.

Stream state.

Attributes

Companion
object
Source
Stream.scala
Supertypes
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object DRAINING.type
object FAILED.type
object FAILED_PERMANENTLY.type
object MAINTENANCE.type
object NOT_STARTED.type
object PAUSED.type
object RUNNING.type
trait Recognized
object STARTING.type
object STATE_UNSPECIFIED.type
class Unrecognized
Show all
object State extends GeneratedEnumCompanion[State]

Attributes

Companion
class
Source
Stream.scala
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[State]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
State.type
implicit class StreamLens[UpperPB](_l: Lens[UpperPB, Stream]) extends ObjectLens[UpperPB, Stream]

Attributes

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

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
Stream.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
Stream.scala
def messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]

Attributes

Source
Stream.scala
def of(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]): Stream

Attributes

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

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Source
Stream.scala
def scalaDescriptor: Descriptor

Attributes

Source
Stream.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: Stream, 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

final val BACKFILL_ALL_FIELD_NUMBER: 101

Attributes

Source
Stream.scala

Attributes

Source
Stream.scala

Attributes

Source
Stream.scala

Attributes

Source
Stream.scala

Attributes

Source
Stream.scala
final val ERRORS_FIELD_NUMBER: 9

Attributes

Source
Stream.scala
final val LABELS_FIELD_NUMBER: 4

Attributes

Source
Stream.scala
final val NAME_FIELD_NUMBER: 1

Attributes

Source
Stream.scala

Attributes

Source
Stream.scala
final val STATE_FIELD_NUMBER: 8

Attributes

Source
Stream.scala

Attributes

Source
Stream.scala

Attributes

Source
Stream.scala
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Attributes

Source
Stream.scala

Implicits

Implicits

final implicit def StreamLens[UpperPB](_l: Lens[UpperPB, Stream]): StreamLens[UpperPB]

Attributes

Source
Stream.scala
implicit def messageCompanion: GeneratedMessageCompanion[Stream]

Attributes

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

Attributes

Source
Stream.scala