public interface RouteInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDestIpRange()
Destination IP range of the route.
|
com.google.protobuf.ByteString |
getDestIpRangeBytes()
Destination IP range of the route.
|
String |
getDisplayName()
Name of a Compute Engine route.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Name of a Compute Engine route.
|
String |
getInstanceTags(int index)
Instance tags of the route.
|
com.google.protobuf.ByteString |
getInstanceTagsBytes(int index)
Instance tags of the route.
|
int |
getInstanceTagsCount()
Instance tags of the route.
|
List<String> |
getInstanceTagsList()
Instance tags of the route.
|
String |
getNetworkUri()
URI of a Compute Engine network.
|
com.google.protobuf.ByteString |
getNetworkUriBytes()
URI of a Compute Engine network.
|
String |
getNextHop()
Next hop of the route.
|
com.google.protobuf.ByteString |
getNextHopBytes()
Next hop of the route.
|
RouteInfo.NextHopType |
getNextHopType()
Type of next hop.
|
int |
getNextHopTypeValue()
Type of next hop.
|
int |
getPriority()
Priority of the route.
|
RouteInfo.RouteType |
getRouteType()
Type of route.
|
int |
getRouteTypeValue()
Type of route.
|
String |
getUri()
URI of a Compute Engine route.
|
com.google.protobuf.ByteString |
getUriBytes()
URI of a Compute Engine route.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getRouteTypeValue()
Type of route.
.google.cloud.networkmanagement.v1beta1.RouteInfo.RouteType route_type = 8;RouteInfo.RouteType getRouteType()
Type of route.
.google.cloud.networkmanagement.v1beta1.RouteInfo.RouteType route_type = 8;int getNextHopTypeValue()
Type of next hop.
.google.cloud.networkmanagement.v1beta1.RouteInfo.NextHopType next_hop_type = 9;RouteInfo.NextHopType getNextHopType()
Type of next hop.
.google.cloud.networkmanagement.v1beta1.RouteInfo.NextHopType next_hop_type = 9;String getDisplayName()
Name of a Compute Engine route.
string display_name = 1;com.google.protobuf.ByteString getDisplayNameBytes()
Name of a Compute Engine route.
string display_name = 1;String getUri()
URI of a Compute Engine route. Dynamic route from cloud router does not have a URI. Advertised route from Google Cloud VPC to on-premises network also does not have a URI.
string uri = 2;com.google.protobuf.ByteString getUriBytes()
URI of a Compute Engine route. Dynamic route from cloud router does not have a URI. Advertised route from Google Cloud VPC to on-premises network also does not have a URI.
string uri = 2;String getDestIpRange()
Destination IP range of the route.
string dest_ip_range = 3;com.google.protobuf.ByteString getDestIpRangeBytes()
Destination IP range of the route.
string dest_ip_range = 3;String getNextHop()
Next hop of the route.
string next_hop = 4;com.google.protobuf.ByteString getNextHopBytes()
Next hop of the route.
string next_hop = 4;String getNetworkUri()
URI of a Compute Engine network.
string network_uri = 5;com.google.protobuf.ByteString getNetworkUriBytes()
URI of a Compute Engine network.
string network_uri = 5;int getPriority()
Priority of the route.
int32 priority = 6;List<String> getInstanceTagsList()
Instance tags of the route.
repeated string instance_tags = 7;int getInstanceTagsCount()
Instance tags of the route.
repeated string instance_tags = 7;String getInstanceTags(int index)
Instance tags of the route.
repeated string instance_tags = 7;index - The index of the element to return.com.google.protobuf.ByteString getInstanceTagsBytes(int index)
Instance tags of the route.
repeated string instance_tags = 7;index - The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.