public interface DropInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCause()
public abstract DropInfo.Cause getCause()Cause that the packet is dropped.
.google.cloud.networkmanagement.v1.DropInfo.Cause cause = 1;
| Returns | |
|---|---|
| Type | Description |
DropInfo.Cause |
The cause. |
getCauseValue()
public abstract int getCauseValue()Cause that the packet is dropped.
.google.cloud.networkmanagement.v1.DropInfo.Cause cause = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for cause. |
getDestinationIp()
public abstract String getDestinationIp()Destination IP address of the dropped packet (if relevant).
string destination_ip = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The destinationIp. |
getDestinationIpBytes()
public abstract ByteString getDestinationIpBytes()Destination IP address of the dropped packet (if relevant).
string destination_ip = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for destinationIp. |
getRegion()
public abstract String getRegion()Region of the dropped packet (if relevant).
string region = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The region. |
getRegionBytes()
public abstract ByteString getRegionBytes()Region of the dropped packet (if relevant).
string region = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for region. |
getResourceUri()
public abstract String getResourceUri()URI of the resource that caused the drop.
string resource_uri = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The resourceUri. |
getResourceUriBytes()
public abstract ByteString getResourceUriBytes()URI of the resource that caused the drop.
string resource_uri = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for resourceUri. |
getSourceIp()
public abstract String getSourceIp()Source IP address of the dropped packet (if relevant).
string source_ip = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The sourceIp. |
getSourceIpBytes()
public abstract ByteString getSourceIpBytes()Source IP address of the dropped packet (if relevant).
string source_ip = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sourceIp. |