Method

gcp.codegen.Method
See theMethod companion object
case class Method(httpMethod: String, path: String, flatPath: Option[FlatPath], parameters: Map[String, Parameter], parameterOrder: List[String], response: Option[SchemaType], request: Option[SchemaType])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def scalaParameters: List[(String, Parameter)]
def scalaQueryParams: List[(String, Parameter)]
def urlPath: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product