Packages

c

com.here.platform.data.client.model

UpdatableObjectStoreLayer

final case class UpdatableObjectStoreLayer(ttl: Option[ObjectStoreLayerTtl] = 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, schema: Option[LayerSchema] = 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. UpdatableObjectStoreLayer
  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 UpdatableObjectStoreLayer(ttl: Option[ObjectStoreLayerTtl] = 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, schema: Option[LayerSchema] = 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
  8. def asStream: UpdatableStreamLayer
    Definition Classes
    UpdatableLayer
  9. def asVersion: UpdatableVersionLayer
    Definition Classes
    UpdatableLayer
  10. def asVolatile: UpdatableVolatileLayer
    Definition Classes
    UpdatableLayer
  11. val billingTags: Option[Set[String]]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  13. val coverage: Option[Coverage]
  14. val description: Option[String]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def getBillingTags: Optional[Set[String]]
    Definition Classes
    UpdatableLayer
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. def getCoverage: Optional[Coverage]
    Definition Classes
    UpdatableLayer
  19. def getDescription: Optional[String]
    Definition Classes
    UpdatableLayer
  20. def getName: Optional[String]
    Definition Classes
    UpdatableLayer
  21. def getSchema: Optional[LayerSchema]
    Definition Classes
    SchemaOption
  22. def getSummary: Optional[String]
    Definition Classes
    UpdatableLayer
  23. def getTags: Optional[Set[String]]
    Definition Classes
    UpdatableLayer
  24. def getTtl: Optional[ObjectStoreLayerTtl]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val name: Option[String]
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  30. val schema: Option[LayerSchema]
  31. val summary: Option[String]
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. val tags: Option[Set[String]]
  34. val ttl: Option[ObjectStoreLayerTtl]
  35. def updateBillingTags(billingTags: Set[String]): UpdatableObjectStoreLayer
  36. def updateCoverage(coverage: Coverage): UpdatableObjectStoreLayer
  37. def updateDescription(description: String): UpdatableObjectStoreLayer
  38. def updateName(name: String): UpdatableObjectStoreLayer
  39. def updateSchema(schema: LayerSchema): UpdatableObjectStoreLayer
  40. def updateSummary(summary: String): UpdatableObjectStoreLayer
  41. def updateTags(tags: Set[String]): UpdatableObjectStoreLayer
  42. def updateTtl(ttl: ObjectStoreLayerTtl): UpdatableObjectStoreLayer
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  45. 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