Interface ForwardInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ForwardInfo,ForwardInfo.Builder
public interface ForwardInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetResourceUri()URI of the resource that the packet is forwarded to.com.google.protobuf.ByteStringgetResourceUriBytes()URI of the resource that the packet is forwarded to.ForwardInfo.TargetgetTarget()Target type where this packet is forwarded to.intgetTargetValue()Target type where this packet is forwarded to.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTargetValue
int getTargetValue()
Target type where this packet is forwarded to.
.google.cloud.networkmanagement.v1beta1.ForwardInfo.Target target = 1;- Returns:
- The enum numeric value on the wire for target.
-
getTarget
ForwardInfo.Target getTarget()
Target type where this packet is forwarded to.
.google.cloud.networkmanagement.v1beta1.ForwardInfo.Target target = 1;- Returns:
- The target.
-
getResourceUri
String getResourceUri()
URI of the resource that the packet is forwarded to.
string resource_uri = 2;- Returns:
- The resourceUri.
-
getResourceUriBytes
com.google.protobuf.ByteString getResourceUriBytes()
URI of the resource that the packet is forwarded to.
string resource_uri = 2;- Returns:
- The bytes for resourceUri.
-
-