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. |
getDestinationGeolocationCode()
public abstract String getDestinationGeolocationCode()Geolocation (region code) of the destination IP address (if relevant).
string destination_geolocation_code = 7;
| Returns | |
|---|---|
| Type | Description |
String |
The destinationGeolocationCode. |
getDestinationGeolocationCodeBytes()
public abstract ByteString getDestinationGeolocationCodeBytes()Geolocation (region code) of the destination IP address (if relevant).
string destination_geolocation_code = 7;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for destinationGeolocationCode. |
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. |
getSourceGeolocationCode()
public abstract String getSourceGeolocationCode()Geolocation (region code) of the source IP address (if relevant).
string source_geolocation_code = 6;
| Returns | |
|---|---|
| Type | Description |
String |
The sourceGeolocationCode. |
getSourceGeolocationCodeBytes()
public abstract ByteString getSourceGeolocationCodeBytes()Geolocation (region code) of the source IP address (if relevant).
string source_geolocation_code = 6;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sourceGeolocationCode. |
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. |