GatewayRouteSpec

An object that represents a gateway route specification. Specify one gateway route type.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An object that represents the specification of a gRPC gateway route.

Link copied to clipboard

An object that represents the specification of an HTTP/2 gateway route.

Link copied to clipboard

An object that represents the specification of an HTTP gateway route.

Link copied to clipboard

The ordering of the gateway routes spec.

Functions

Link copied to clipboard
inline fun copy(block: GatewayRouteSpec.Builder.() -> Unit = {}): GatewayRouteSpec
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String