GrpcRouteRuleMatchMethod

data class GrpcRouteRuleMatchMethod(val caseSensitive: Boolean? = null, val grpcMethod: String, val grpcService: String)

Constructors

Link copied to clipboard
constructor(caseSensitive: Boolean? = null, grpcMethod: String, grpcService: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val caseSensitive: Boolean? = null

Specifies that matches are case sensitive. The default value is true.

Link copied to clipboard

Required. Name of the method to match against.

Link copied to clipboard

Required. Name of the service to match against.