Interface DeliverInfoOrBuilder (1.42.0)

public interface DeliverInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIpAddress()

public abstract String getIpAddress()

IP address of the target (if applicable).

string ip_address = 3 [(.google.api.field_info) = { ... }

Returns
TypeDescription
String

The ipAddress.

getIpAddressBytes()

public abstract ByteString getIpAddressBytes()

IP address of the target (if applicable).

string ip_address = 3 [(.google.api.field_info) = { ... }

Returns
TypeDescription
ByteString

The bytes for ipAddress.

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.