final case class UpdatableInteractiveMapLayer(searchableProperties: Option[Seq[String]] = None, versionsToKeep: Option[Long] = None, extends: Option[InteractiveLayerExtension] = 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
Ordering
- Alphabetic
- By Inheritance
Inherited
- UpdatableInteractiveMapLayer
- Serializable
- Product
- Equals
- SchemaOption
- UpdatableLayer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new UpdatableInteractiveMapLayer(searchableProperties: Option[Seq[String]] = None, versionsToKeep: Option[Long] = None, extends: Option[InteractiveLayerExtension] = 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
- 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
- UpdatableInteractiveMapLayer → UpdatableLayer
- def asObjectStore: UpdatableObjectStoreLayer
- Definition Classes
- UpdatableLayer
- def asStream: UpdatableStreamLayer
- Definition Classes
- UpdatableLayer
- def asVersion: UpdatableVersionLayer
- Definition Classes
- UpdatableLayer
- def asVolatile: UpdatableVolatileLayer
- Definition Classes
- UpdatableLayer
- val billingTags: Option[Set[String]]
- Definition Classes
- UpdatableInteractiveMapLayer → UpdatableLayer
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val coverage: Option[Coverage]
- Definition Classes
- UpdatableInteractiveMapLayer → UpdatableLayer
- val description: Option[String]
- Definition Classes
- UpdatableInteractiveMapLayer → UpdatableLayer
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val extends: Option[InteractiveLayerExtension]
- def getBillingTags: Optional[Set[String]]
- Definition Classes
- UpdatableLayer
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getCoverage: Optional[Coverage]
- Definition Classes
- UpdatableLayer
- def getDescription: Optional[String]
- Definition Classes
- UpdatableLayer
- def getName: Optional[String]
- Definition Classes
- UpdatableLayer
- def getSchema: Optional[LayerSchema]
- Definition Classes
- SchemaOption
- def getSearchableProperties: Optional[List[String]]
- def getSummary: Optional[String]
- Definition Classes
- UpdatableLayer
- def getTags: Optional[Set[String]]
- Definition Classes
- UpdatableLayer
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: Option[String]
- Definition Classes
- UpdatableInteractiveMapLayer → 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
- UpdatableInteractiveMapLayer → SchemaOption
- val searchableProperties: Option[Seq[String]]
- val summary: Option[String]
- Definition Classes
- UpdatableInteractiveMapLayer → UpdatableLayer
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tags: Option[Set[String]]
- Definition Classes
- UpdatableInteractiveMapLayer → UpdatableLayer
- def updateBillingTags(billingTags: Set[String]): UpdatableInteractiveMapLayer
- def updateCoverage(coverage: Coverage): UpdatableInteractiveMapLayer
- def updateDescription(description: String): UpdatableInteractiveMapLayer
- def updateExtends(extends: InteractiveLayerExtension): UpdatableInteractiveMapLayer
- def updateName(name: String): UpdatableInteractiveMapLayer
- def updateSchema(schema: LayerSchema): UpdatableInteractiveMapLayer
- def updateSearchableProperties(searchableProperties: List[String]): UpdatableInteractiveMapLayer
- def updateSummary(summary: String): UpdatableInteractiveMapLayer
- def updateTags(tags: Set[String]): UpdatableInteractiveMapLayer
- val versionsToKeep: Option[Long]
- 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)