Interface ForwardInfoOrBuilder (1.9.0)

public interface ForwardInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResourceUri()

public abstract String getResourceUri()

URI of the resource that the packet is forwarded to.

string resource_uri = 2;

Returns
TypeDescription
String

The resourceUri.

getResourceUriBytes()

public abstract ByteString getResourceUriBytes()

URI of the resource that the packet is forwarded to.

string resource_uri = 2;

Returns
TypeDescription
ByteString

The bytes for resourceUri.

getTarget()

public abstract ForwardInfo.Target getTarget()

Target type where this packet is forwarded to.

.google.cloud.networkmanagement.v1.ForwardInfo.Target target = 1;

Returns
TypeDescription
ForwardInfo.Target

The target.

getTargetValue()

public abstract int getTargetValue()

Target type where this packet is forwarded to.

.google.cloud.networkmanagement.v1.ForwardInfo.Target target = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for target.