object DestinationEnum extends GeneratedEnumCompanion[DestinationEnum]
- Source
- Destination.scala
- Alphabetic
- By Inheritance
- DestinationEnum
- GeneratedEnumCompanion
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- sealed trait Recognized extends DestinationEnum
- final case class Unrecognized(unrecognizedValue: Int) extends DestinationEnum with UnrecognizedEnum with Product with Serializable
- Annotations
- @SerialVersionUID()
- type ValueType = DestinationEnum
- Definition Classes
- GeneratedEnumCompanion
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- implicit def enumCompanion: GeneratedEnumCompanion[DestinationEnum]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromName(name: String): Option[DestinationEnum]
- Definition Classes
- GeneratedEnumCompanion
- def fromValue(__value: Int): DestinationEnum
- Definition Classes
- DestinationEnum → GeneratedEnumCompanion
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def javaDescriptor: EnumDescriptor
- Definition Classes
- DestinationEnum → GeneratedEnumCompanion
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def scalaDescriptor: EnumDescriptor
- Definition Classes
- DestinationEnum → GeneratedEnumCompanion
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- lazy val values: Seq[ValueType]
- Definition Classes
- DestinationEnum → GeneratedEnumCompanion
- 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])
- case object DESTINATION_ENUM_UNSPECIFIED extends DestinationEnum with Recognized with Product with Serializable
Not specified.
Not specified.
- Annotations
- @SerialVersionUID()
- case object DISPLAY_ADS extends DestinationEnum with Recognized with Product with Serializable
[Display ads](https://support.google.com/merchants/answer/6069387).
[Display ads](https://support.google.com/merchants/answer/6069387).
- Annotations
- @SerialVersionUID()
- case object FREE_LISTINGS extends DestinationEnum with Recognized with Product with Serializable
[Free listings](https://support.google.com/merchants/answer/9199328).
[Free listings](https://support.google.com/merchants/answer/9199328).
- Annotations
- @SerialVersionUID()
- case object FREE_LOCAL_LISTINGS extends DestinationEnum with Recognized with Product with Serializable
[Free local product listings](https://support.google.com/merchants/answer/9825611).
[Free local product listings](https://support.google.com/merchants/answer/9825611).
- Annotations
- @SerialVersionUID()
- case object LOCAL_INVENTORY_ADS extends DestinationEnum with Recognized with Product with Serializable
[Local inventory ads](https://support.google.com/merchants/answer/3057972).
[Local inventory ads](https://support.google.com/merchants/answer/3057972).
- Annotations
- @SerialVersionUID()
- case object SHOPPING_ADS extends DestinationEnum with Recognized with Product with Serializable
[Shopping ads](https://support.google.com/google-ads/answer/2454022).
[Shopping ads](https://support.google.com/google-ads/answer/2454022).
- Annotations
- @SerialVersionUID()
- case object YOUTUBE_SHOPPING extends DestinationEnum with Recognized with Product with Serializable
[YouTube Shopping](https://support.google.com/merchants/answer/12362804).
[YouTube Shopping](https://support.google.com/merchants/answer/12362804).
- Annotations
- @SerialVersionUID()