GcsDestination

com.google.cloud.redis.v1.cloud_redis.OutputConfig$.Destination$.GcsDestination
final case class GcsDestination(value: GcsDestination) extends Destination

Attributes

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

Members list

Type members

Types

Attributes

Source
OutputConfig.scala

Value members

Concrete methods

override def gcsDestination: Option[GcsDestination]

Attributes

Definition Classes
Source
OutputConfig.scala
override def isGcsDestination: Boolean

Attributes

Definition Classes
Source
OutputConfig.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
OutputConfig.scala

Inherited methods

def isDefined: Boolean

Attributes

Inherited from:
Destination
Source
OutputConfig.scala
def isEmpty: Boolean

Attributes

Inherited from:
Destination
Source
OutputConfig.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