public interface DropInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DropInfo.Cause |
getCause()
Cause that the packet is dropped.
|
int |
getCauseValue()
Cause that the packet is dropped.
|
String |
getResourceUri()
URI of the resource that caused the drop.
|
com.google.protobuf.ByteString |
getResourceUriBytes()
URI of the resource that caused the drop.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getCauseValue()
Cause that the packet is dropped.
.google.cloud.networkmanagement.v1beta1.DropInfo.Cause cause = 1;DropInfo.Cause getCause()
Cause that the packet is dropped.
.google.cloud.networkmanagement.v1beta1.DropInfo.Cause cause = 1;String getResourceUri()
URI of the resource that caused the drop.
string resource_uri = 2;com.google.protobuf.ByteString getResourceUriBytes()
URI of the resource that caused the drop.
string resource_uri = 2;Copyright © 2022 Google LLC. All rights reserved.