public static interface HttpRoute.RequestMirrorPolicyOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDestination()
public abstract HttpRoute.Destination getDestination()
The destination the requests will be mirrored to. The weight of the destination will be ignored.
.google.cloud.networkservices.v1.HttpRoute.Destination destination = 1;
Returns | |
---|---|
Type | Description |
HttpRoute.Destination |
The destination. |
getDestinationOrBuilder()
public abstract HttpRoute.DestinationOrBuilder getDestinationOrBuilder()
The destination the requests will be mirrored to. The weight of the destination will be ignored.
.google.cloud.networkservices.v1.HttpRoute.Destination destination = 1;
Returns | |
---|---|
Type | Description |
HttpRoute.DestinationOrBuilder |
hasDestination()
public abstract boolean hasDestination()
The destination the requests will be mirrored to. The weight of the destination will be ignored.
.google.cloud.networkservices.v1.HttpRoute.Destination destination = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the destination field is set. |