Style

object Style extends GeneratedEnumCompanion[Style]
Companion
class
trait Sum
trait Mirror
trait GeneratedEnumCompanion[Style]
trait Serializable
class Object
trait Matchable
class Any

Type members

Classlikes

@SerialVersionUID(0L)
case

This resource is intended to be "declarative-friendly".

This resource is intended to be "declarative-friendly".

Declarative-friendly resources must be more strictly consistent, and setting this to true communicates to tools that this resource should adhere to declarative-friendly expectations.

Note: This is used by the API linter (linter.aip.dev) to enable additional checks.

sealed
trait Recognized extends Style
@SerialVersionUID(0L)
case
object STYLE_UNSPECIFIED extends Style with Recognized

The unspecified value. Do not use.

The unspecified value. Do not use.

@SerialVersionUID(0L)
final case
class Unrecognized(unrecognizedValue: Int) extends Style with UnrecognizedEnum

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type ValueType = A
Inherited from
GeneratedEnumCompanion

Value members

Concrete methods

def fromJavaValue(pbJavaSource: Style): Style
def fromValue(`__value`: Int): Style
def javaDescriptor: EnumDescriptor
def scalaDescriptor: EnumDescriptor
def toJavaValue(pbScalaSource: Style): Style

Inherited methods

def fromName(name: String): Option[Style]
Inherited from
GeneratedEnumCompanion

Concrete fields

lazy
val values: Seq[Style]

Implicits

Implicits

implicit
def enumCompanion: GeneratedEnumCompanion[Style]