Packages

c

com.here.platform.data.client.model

UpdatableStreamLayer

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
Serializable, Serializable, Product, Equals, SchemaOption, UpdatableLayer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UpdatableStreamLayer
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SchemaOption
  7. UpdatableLayer
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def asIndex: UpdatableIndexLayer
    Definition Classes
    UpdatableLayer
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def asInteractiveMap: UpdatableInteractiveMapLayer
    Definition Classes
    UpdatableLayer
  7. def asObjectStore: UpdatableObjectStoreLayer
    Definition Classes
    UpdatableLayer
  8. def asStream: UpdatableStreamLayer
    Definition Classes
    UpdatableStreamLayerUpdatableLayer
  9. def asVersion: UpdatableVersionLayer
    Definition Classes
    UpdatableLayer
  10. def asVolatile: UpdatableVolatileLayer
    Definition Classes
    UpdatableLayer
  11. val billingTags: Option[Set[String]]
    Definition Classes
    UpdatableStreamLayerUpdatableLayer
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. val contentEncoding: Option[ContentEncoding]
  14. val contentType: Option[String]
  15. val coverage: Option[Coverage]
    Definition Classes
    UpdatableStreamLayerUpdatableLayer
  16. val dataInThroughputKbps: Option[Double]
  17. val dataOutThroughputKbps: Option[Double]
  18. val description: Option[String]
    Definition Classes
    UpdatableStreamLayerUpdatableLayer
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def getBillingTags: Optional[Set[String]]
    Definition Classes
    UpdatableLayer
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def getContentEncoding: Optional[ContentEncoding]
  24. def getContentType: Optional[String]
  25. def getCoverage: Optional[Coverage]
    Definition Classes
    UpdatableLayer
  26. def getDataInThroughputKbps: Optional[Double]
  27. def getDataOutThroughputKbps: Optional[Double]
  28. def getDescription: Optional[String]
    Definition Classes
    UpdatableLayer
  29. def getName: Optional[String]
    Definition Classes
    UpdatableLayer
  30. def getSchema: Optional[LayerSchema]
    Definition Classes
    SchemaOption
  31. def getSummary: Optional[String]
    Definition Classes
    UpdatableLayer
  32. def getTags: Optional[Set[String]]
    Definition Classes
    UpdatableLayer
  33. def getTtl: Optional[Long]
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. val name: Option[String]
    Definition Classes
    UpdatableStreamLayerUpdatableLayer
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. val schema: Option[LayerSchema]
    Definition Classes
    UpdatableStreamLayerSchemaOption
  40. val summary: Option[String]
    Definition Classes
    UpdatableStreamLayerUpdatableLayer
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. val tags: Option[Set[String]]
    Definition Classes
    UpdatableStreamLayerUpdatableLayer
  43. val ttl: Option[Long]
  44. def updateBillingTags(billingTags: Set[String]): UpdatableStreamLayer
  45. def updateContentEncoding(contentEncoding: ContentEncoding): UpdatableStreamLayer
  46. def updateContentType(contentType: String): UpdatableStreamLayer
  47. def updateCoverage(coverage: Coverage): UpdatableStreamLayer
  48. def updateDataInThroughputKbps(dataInThroughputKbps: Double): UpdatableStreamLayer
  49. def updateDataOutThroughputKbps(dataOutThroughputKbps: Double): UpdatableStreamLayer
  50. def updateDescription(description: String): UpdatableStreamLayer
  51. def updateName(name: String): UpdatableStreamLayer
  52. def updateSchema(schema: LayerSchema): UpdatableStreamLayer
  53. def updateSummary(summary: String): UpdatableStreamLayer
  54. def updateTags(tags: Set[String]): UpdatableStreamLayer
  55. def updateTtl(ttl: Long): UpdatableStreamLayer
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SchemaOption

Inherited from UpdatableLayer

Inherited from AnyRef

Inherited from Any

Ungrouped