public interface DropInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCause()
public abstract DropInfo.Cause getCause()
Cause that the packet is dropped.
.google.events.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.events.cloud.networkmanagement.v1.DropInfo.Cause cause = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
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. |