Interface DropInfoOrBuilder (1.42.0)

public interface DropInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCause()

public abstract DropInfo.Cause getCause()

Cause that the packet is dropped.

.google.cloud.networkmanagement.v1.DropInfo.Cause cause = 1;

Returns
TypeDescription
DropInfo.Cause

The cause.

getCauseValue()

public abstract int getCauseValue()

Cause that the packet is dropped.

.google.cloud.networkmanagement.v1.DropInfo.Cause cause = 1;

Returns
TypeDescription
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
TypeDescription
String

The destinationIp.

getDestinationIpBytes()

public abstract ByteString getDestinationIpBytes()

Destination IP address of the dropped packet (if relevant).

string destination_ip = 4;

Returns
TypeDescription
ByteString

The bytes for destinationIp.

getRegion()

public abstract String getRegion()

Region of the dropped packet (if relevant).

string region = 5;

Returns
TypeDescription
String

The region.

getRegionBytes()

public abstract ByteString getRegionBytes()

Region of the dropped packet (if relevant).

string region = 5;

Returns
TypeDescription
ByteString

The bytes for region.

getResourceUri()

public abstract String getResourceUri()

URI of the resource that caused the drop.

string resource_uri = 2;

Returns
TypeDescription
String

The resourceUri.

getResourceUriBytes()

public abstract ByteString getResourceUriBytes()

URI of the resource that caused the drop.

string resource_uri = 2;

Returns
TypeDescription
ByteString

The bytes for resourceUri.

getSourceIp()

public abstract String getSourceIp()

Source IP address of the dropped packet (if relevant).

string source_ip = 3;

Returns
TypeDescription
String

The sourceIp.

getSourceIpBytes()

public abstract ByteString getSourceIpBytes()

Source IP address of the dropped packet (if relevant).

string source_ip = 3;

Returns
TypeDescription
ByteString

The bytes for sourceIp.