public interface DeliverInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getResourceUri()
public abstract String getResourceUri()
URI of the resource that the packet is delivered to.
string resource_uri = 2;
Returns | |
---|---|
Type | Description |
String |
The resourceUri. |
getResourceUriBytes()
public abstract ByteString getResourceUriBytes()
URI of the resource that the packet is delivered to.
string resource_uri = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for resourceUri. |
getTarget()
public abstract DeliverInfo.Target getTarget()
Target type where the packet is delivered to.
.google.events.cloud.networkmanagement.v1.DeliverInfo.Target target = 1;
Returns | |
---|---|
Type | Description |
DeliverInfo.Target |
The target. |
getTargetValue()
public abstract int getTargetValue()
Target type where the packet is delivered to.
.google.events.cloud.networkmanagement.v1.DeliverInfo.Target target = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for target. |