Custom

com.google.api.http.HttpRule.Pattern.Custom
final case class Custom(value: CustomHttpPattern) extends Pattern

Attributes

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

Members list

Type members

Types

Attributes

Source
HttpRule.scala

Value members

Concrete methods

override def custom: Option[CustomHttpPattern]

Attributes

Definition Classes
Source
HttpRule.scala
override def isCustom: Boolean

Attributes

Definition Classes
Source
HttpRule.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
HttpRule.scala

Inherited methods

def delete: Option[String]

Attributes

Inherited from:
Pattern
Source
HttpRule.scala
def get: Option[String]

Attributes

Inherited from:
Pattern
Source
HttpRule.scala
def isDefined: Boolean

Attributes

Inherited from:
Pattern
Source
HttpRule.scala
def isDelete: Boolean

Attributes

Inherited from:
Pattern
Source
HttpRule.scala
def isEmpty: Boolean

Attributes

Inherited from:
Pattern
Source
HttpRule.scala
def isGet: Boolean

Attributes

Inherited from:
Pattern
Source
HttpRule.scala
def isPatch: Boolean

Attributes

Inherited from:
Pattern
Source
HttpRule.scala
def isPost: Boolean

Attributes

Inherited from:
Pattern
Source
HttpRule.scala
def isPut: Boolean

Attributes

Inherited from:
Pattern
Source
HttpRule.scala
def patch: Option[String]

Attributes

Inherited from:
Pattern
Source
HttpRule.scala
def post: Option[String]

Attributes

Inherited from:
Pattern
Source
HttpRule.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def put: Option[String]

Attributes

Inherited from:
Pattern
Source
HttpRule.scala
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala