@Stability(value=Stable) @Internal public static final class GrpcRouteMatch.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GrpcRouteMatch
GrpcRouteMatchsoftware.amazon.jsii.JsiiObject.InitializationModeGrpcRouteMatch.Builder, GrpcRouteMatch.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(GrpcRouteMatch.Builder builder)
Constructor that initializes the object based on literal property values passed by the
GrpcRouteMatch.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<HeaderMatch> |
getMetadata()
Create metadata based gRPC route match.
|
String |
getMethodName()
The method name to match from the request.
|
String |
getServiceName()
Create service name based gRPC route match.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(GrpcRouteMatch.Builder builder)
GrpcRouteMatch.Builder.public final List<HeaderMatch> getMetadata()
GrpcRouteMatchAll specified metadata must match for the route to match.
Default: - do not match on metadata
getMetadata in interface GrpcRouteMatchpublic final String getMethodName()
GrpcRouteMatchIf the method name is specified, service name must be also provided.
Default: - do not match on method name
getMethodName in interface GrpcRouteMatchpublic final String getServiceName()
GrpcRouteMatchDefault: - do not match on service name
getServiceName in interface GrpcRouteMatch@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.