final case class UpdatableInteractiveMapLayer(searchableProperties: Option[Seq[String]] = None, versionsToKeep: Option[Long] = 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
- Serializable
- Product
- Equals
- SchemaOption
- UpdatableLayer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new UpdatableInteractiveMapLayer(searchableProperties: Option[Seq[String]] = None, versionsToKeep: Option[Long] = 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( ... ) @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
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getBillingTags: Optional[Set[String]]
- Definition Classes
- UpdatableLayer
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @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
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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 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(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()