Pattern

com.google.api.http.HttpRule.Pattern
See thePattern companion trait
object Pattern

Attributes

Companion
trait
Source
HttpRule.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Pattern.type

Members list

Type members

Classlikes

final case class Custom(value: CustomHttpPattern) extends Pattern

Attributes

Source
HttpRule.scala
Supertypes
trait Pattern
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Delete(value: String) extends Pattern

Attributes

Source
HttpRule.scala
Supertypes
trait Pattern
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object Empty extends Pattern

Attributes

Source
HttpRule.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Pattern
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Empty.type
final case class Get(value: String) extends Pattern

Attributes

Source
HttpRule.scala
Supertypes
trait Pattern
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Patch(value: String) extends Pattern

Attributes

Source
HttpRule.scala
Supertypes
trait Pattern
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Post(value: String) extends Pattern

Attributes

Source
HttpRule.scala
Supertypes
trait Pattern
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Put(value: String) extends Pattern

Attributes

Source
HttpRule.scala
Supertypes
trait Pattern
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala