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() @IntrinsicCandidate()
  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 getBillingTags: Optional[Set[String]]
    Definition Classes
    UpdatableLayer
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  22. def getContentEncoding: Optional[ContentEncoding]
  23. def getContentType: Optional[String]
  24. def getCoverage: Optional[Coverage]
    Definition Classes
    UpdatableLayer
  25. def getDataInThroughputKbps: Optional[Double]
  26. def getDataOutThroughputKbps: Optional[Double]
  27. def getDescription: Optional[String]
    Definition Classes
    UpdatableLayer
  28. def getName: Optional[String]
    Definition Classes
    UpdatableLayer
  29. def getSchema: Optional[LayerSchema]
    Definition Classes
    SchemaOption
  30. def getSummary: Optional[String]
    Definition Classes
    UpdatableLayer
  31. def getTags: Optional[Set[String]]
    Definition Classes
    UpdatableLayer
  32. def getTtl: Optional[Long]
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. val name: Option[String]
    Definition Classes
    UpdatableStreamLayerUpdatableLayer
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  38. val schema: Option[LayerSchema]
    Definition Classes
    UpdatableStreamLayerSchemaOption
  39. val summary: Option[String]
    Definition Classes
    UpdatableStreamLayerUpdatableLayer
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. val tags: Option[Set[String]]
    Definition Classes
    UpdatableStreamLayerUpdatableLayer
  42. val ttl: Option[Long]
  43. def updateBillingTags(billingTags: Set[String]): UpdatableStreamLayer
  44. def updateContentEncoding(contentEncoding: ContentEncoding): UpdatableStreamLayer
  45. def updateContentType(contentType: String): UpdatableStreamLayer
  46. def updateCoverage(coverage: Coverage): UpdatableStreamLayer
  47. def updateDataInThroughputKbps(dataInThroughputKbps: Double): UpdatableStreamLayer
  48. def updateDataOutThroughputKbps(dataOutThroughputKbps: Double): UpdatableStreamLayer
  49. def updateDescription(description: String): UpdatableStreamLayer
  50. def updateName(name: String): UpdatableStreamLayer
  51. def updateSchema(schema: LayerSchema): UpdatableStreamLayer
  52. def updateSummary(summary: String): UpdatableStreamLayer
  53. def updateTags(tags: Set[String]): UpdatableStreamLayer
  54. def updateTtl(ttl: Long): UpdatableStreamLayer
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

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