public interface DeliverInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getResourceUri()
URI of the resource that the packet is delivered to.
|
com.google.protobuf.ByteString |
getResourceUriBytes()
URI of the resource that the packet is delivered to.
|
DeliverInfo.Target |
getTarget()
Target type where the packet is delivered to.
|
int |
getTargetValue()
Target type where the packet is delivered to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTargetValue()
Target type where the packet is delivered to.
.google.cloud.networkmanagement.v1beta1.DeliverInfo.Target target = 1;DeliverInfo.Target getTarget()
Target type where the packet is delivered to.
.google.cloud.networkmanagement.v1beta1.DeliverInfo.Target target = 1;String getResourceUri()
URI of the resource that the packet is delivered to.
string resource_uri = 2;com.google.protobuf.ByteString getResourceUriBytes()
URI of the resource that the packet is delivered to.
string resource_uri = 2;Copyright © 2022 Google LLC. All rights reserved.