JsonFileFormat

com.google.cloud.datastream.v1.datastream_resources.GcsDestinationConfig.FileFormat.JsonFileFormat
final case class JsonFileFormat(value: JsonFileFormat) extends FileFormat

Attributes

Source
GcsDestinationConfig.scala
Graph
Supertypes
trait FileFormat
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

Value members

Concrete methods

override def isJsonFileFormat: Boolean

Attributes

Definition Classes
Source
GcsDestinationConfig.scala
override def jsonFileFormat: Option[JsonFileFormat]

Attributes

Definition Classes
Source
GcsDestinationConfig.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
GcsDestinationConfig.scala

Inherited methods

Attributes

Inherited from:
FileFormat
Source
GcsDestinationConfig.scala
def isAvroFileFormat: Boolean

Attributes

Inherited from:
FileFormat
Source
GcsDestinationConfig.scala
def isDefined: Boolean

Attributes

Inherited from:
FileFormat
Source
GcsDestinationConfig.scala
def isEmpty: Boolean

Attributes

Inherited from:
FileFormat
Source
GcsDestinationConfig.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala