public interface ForwardInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIpAddress()
public abstract String getIpAddress()IP address of the target (if applicable).
string ip_address = 3 [(.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The ipAddress. |
getIpAddressBytes()
public abstract ByteString getIpAddressBytes()IP address of the target (if applicable).
string ip_address = 3 [(.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ipAddress. |
getResourceUri()
public abstract String getResourceUri()URI of the resource that the packet is forwarded to.
string resource_uri = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The resourceUri. |
getResourceUriBytes()
public abstract ByteString getResourceUriBytes()URI of the resource that the packet is forwarded to.
string resource_uri = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for target. |