Http

com.google.api.http.Http
See theHttp companion object
final case class Http(rules: Seq[HttpRule], fullyDecodeReservedExpansion: Boolean, unknownFields: UnknownFieldSet) extends GeneratedMessage with Updatable[Http]

Defines the HTTP configuration for an API service. It contains a list of [HttpRule][google.api.HttpRule], each specifying the mapping of an RPC method to one or more HTTP REST API methods.

Attributes

fullyDecodeReservedExpansion

When set to true, URL path parameters will be fully URI-decoded except in cases of single segment matches in reserved expansion, where "%2F" will be left encoded. The default behavior is to not decode RFC 6570 reserved characters in multi segment matches.

rules

A list of HTTP configuration rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order.

Companion:
object
Source:
Http.scala
Graph
Supertypes
trait Updatable[Http]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Attributes

Source:
Http.scala
def addRules(`__vs`: HttpRule*): Http

Attributes

Source:
Http.scala

Attributes

Source:
Http.scala
def companion: Http.type

Attributes

Source:
Http.scala

Attributes

Source:
Http.scala
def getField(`__field`: FieldDescriptor): PValue

Attributes

Source:
Http.scala
def getFieldByNumber(`__fieldNumber`: Int): Any

Attributes

Source:
Http.scala
override def serializedSize: Int

Attributes

Definition Classes
GeneratedMessage
Source:
Http.scala

Returns a human-readable ASCII format representation of this message.

Returns a human-readable ASCII format representation of this message.

The original message can be decoded from this format by using fromAscii on the companion object.

Attributes

Returns:

human-readable representation of this message.

Source:
Http.scala
def withRules(`__v`: Seq[HttpRule]): Http

Attributes

Source:
Http.scala
def withUnknownFields(`__v`: UnknownFieldSet): Http

Attributes

Source:
Http.scala
def writeTo(`_output__`: CodedOutputStream): Unit

Serializes the message into the given coded output stream

Serializes the message into the given coded output stream

Attributes

Source:
Http.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final def toByteArray: Array[Byte]

Serializes the message and returns a byte array containing its raw bytes

Serializes the message and returns a byte array containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala
final def toByteString: ByteString

Serializes the message and returns a ByteString containing its raw bytes

Serializes the message and returns a ByteString containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala
final def toPMessage: PMessage

Attributes

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala
def update(ms: Lens[Http, Http] => () => Http*): A

Attributes

Inherited from:
Updatable
Source:
Lenses.scala
final def writeDelimitedTo(output: OutputStream): Unit

Attributes

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala
final def writeTo(output: OutputStream): Unit

Serializes the message into the given output stream

Serializes the message into the given output stream

Attributes

Inherited from:
GeneratedMessage
Source:
GeneratedMessageCompanion.scala