Interface DropInfoOrBuilder (1.14.0)

Stay organized with collections Save and categorize content based on your preferences.
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.

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.