Interface DeliverInfoOrBuilder (1.9.0)

public interface DeliverInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResourceUri()

public abstract String getResourceUri()

URI of the resource that the packet is delivered to.

string resource_uri = 2;

Returns
TypeDescription
String

The resourceUri.

getResourceUriBytes()

public abstract ByteString getResourceUriBytes()

URI of the resource that the packet is delivered to.

string resource_uri = 2;

Returns
TypeDescription
ByteString

The bytes for resourceUri.

getTarget()

public abstract DeliverInfo.Target getTarget()

Target type where the packet is delivered to.

.google.cloud.networkmanagement.v1beta1.DeliverInfo.Target target = 1;

Returns
TypeDescription
DeliverInfo.Target

The target.

getTargetValue()

public abstract int getTargetValue()

Target type where the packet is delivered to.

.google.cloud.networkmanagement.v1beta1.DeliverInfo.Target target = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for target.