final case class UpdatableStreamLayer(dataInThroughputKbps: Option[Double] = None, dataOutThroughputKbps: Option[Double] = None, ttl: Option[Long] = None, contentType: Option[String] = None, contentEncoding: Option[ContentEncoding] = None, schema: Option[LayerSchema] = None, name: Option[String] = None, summary: Option[String] = None, description: Option[String] = None, tags: Option[Set[String]] = None, billingTags: Option[Set[String]] = None, coverage: Option[Coverage] = None) extends UpdatableLayer with SchemaOption with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UpdatableStreamLayer
- Serializable
- Product
- Equals
- SchemaOption
- UpdatableLayer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new UpdatableStreamLayer(dataInThroughputKbps: Option[Double] = None, dataOutThroughputKbps: Option[Double] = None, ttl: Option[Long] = None, contentType: Option[String] = None, contentEncoding: Option[ContentEncoding] = None, schema: Option[LayerSchema] = None, name: Option[String] = None, summary: Option[String] = None, description: Option[String] = None, tags: Option[Set[String]] = None, billingTags: Option[Set[String]] = None, coverage: Option[Coverage] = None)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def asIndex: UpdatableIndexLayer
- Definition Classes
- UpdatableLayer
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asInteractiveMap: UpdatableInteractiveMapLayer
- Definition Classes
- UpdatableLayer
- def asObjectStore: UpdatableObjectStoreLayer
- Definition Classes
- UpdatableLayer
- def asStream: UpdatableStreamLayer
- Definition Classes
- UpdatableStreamLayer → UpdatableLayer
- def asVersion: UpdatableVersionLayer
- Definition Classes
- UpdatableLayer
- def asVolatile: UpdatableVolatileLayer
- Definition Classes
- UpdatableLayer
- val billingTags: Option[Set[String]]
- Definition Classes
- UpdatableStreamLayer → UpdatableLayer
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val contentEncoding: Option[ContentEncoding]
- val contentType: Option[String]
- val coverage: Option[Coverage]
- Definition Classes
- UpdatableStreamLayer → UpdatableLayer
- val dataInThroughputKbps: Option[Double]
- val dataOutThroughputKbps: Option[Double]
- val description: Option[String]
- Definition Classes
- UpdatableStreamLayer → UpdatableLayer
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def getBillingTags: Optional[Set[String]]
- Definition Classes
- UpdatableLayer
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getContentEncoding: Optional[ContentEncoding]
- def getContentType: Optional[String]
- def getCoverage: Optional[Coverage]
- Definition Classes
- UpdatableLayer
- def getDataInThroughputKbps: Optional[Double]
- def getDataOutThroughputKbps: Optional[Double]
- def getDescription: Optional[String]
- Definition Classes
- UpdatableLayer
- def getName: Optional[String]
- Definition Classes
- UpdatableLayer
- def getSchema: Optional[LayerSchema]
- Definition Classes
- SchemaOption
- def getSummary: Optional[String]
- Definition Classes
- UpdatableLayer
- def getTags: Optional[Set[String]]
- Definition Classes
- UpdatableLayer
- def getTtl: Optional[Long]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: Option[String]
- Definition Classes
- UpdatableStreamLayer → UpdatableLayer
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val schema: Option[LayerSchema]
- Definition Classes
- UpdatableStreamLayer → SchemaOption
- val summary: Option[String]
- Definition Classes
- UpdatableStreamLayer → UpdatableLayer
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tags: Option[Set[String]]
- Definition Classes
- UpdatableStreamLayer → UpdatableLayer
- val ttl: Option[Long]
- def updateBillingTags(billingTags: Set[String]): UpdatableStreamLayer
- def updateContentEncoding(contentEncoding: ContentEncoding): UpdatableStreamLayer
- def updateContentType(contentType: String): UpdatableStreamLayer
- def updateCoverage(coverage: Coverage): UpdatableStreamLayer
- def updateDataInThroughputKbps(dataInThroughputKbps: Double): UpdatableStreamLayer
- def updateDataOutThroughputKbps(dataOutThroughputKbps: Double): UpdatableStreamLayer
- def updateDescription(description: String): UpdatableStreamLayer
- def updateName(name: String): UpdatableStreamLayer
- def updateSchema(schema: LayerSchema): UpdatableStreamLayer
- def updateSummary(summary: String): UpdatableStreamLayer
- def updateTags(tags: Set[String]): UpdatableStreamLayer
- def updateTtl(ttl: Long): UpdatableStreamLayer
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)