Uses of Class
com.google.cloud.compute.v1.RouteAsPath
-
Packages that use RouteAsPath Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of RouteAsPath in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return RouteAsPath Modifier and Type Method Description RouteAsPath
RouteAsPath.Builder. build()
RouteAsPath
RouteAsPath.Builder. buildPartial()
RouteAsPath
Route.Builder. getAsPaths(int index)
[Output Only] AS path.RouteAsPath
Route. getAsPaths(int index)
[Output Only] AS path.RouteAsPath
RouteOrBuilder. getAsPaths(int index)
[Output Only] AS path.static RouteAsPath
RouteAsPath. getDefaultInstance()
RouteAsPath
RouteAsPath.Builder. getDefaultInstanceForType()
RouteAsPath
RouteAsPath. getDefaultInstanceForType()
static RouteAsPath
RouteAsPath. parseDelimitedFrom(InputStream input)
static RouteAsPath
RouteAsPath. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteAsPath
RouteAsPath. parseFrom(byte[] data)
static RouteAsPath
RouteAsPath. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteAsPath
RouteAsPath. parseFrom(com.google.protobuf.ByteString data)
static RouteAsPath
RouteAsPath. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteAsPath
RouteAsPath. parseFrom(com.google.protobuf.CodedInputStream input)
static RouteAsPath
RouteAsPath. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteAsPath
RouteAsPath. parseFrom(InputStream input)
static RouteAsPath
RouteAsPath. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouteAsPath
RouteAsPath. parseFrom(ByteBuffer data)
static RouteAsPath
RouteAsPath. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type RouteAsPath Modifier and Type Method Description List<RouteAsPath>
Route.Builder. getAsPathsList()
[Output Only] AS path.List<RouteAsPath>
Route. getAsPathsList()
[Output Only] AS path.List<RouteAsPath>
RouteOrBuilder. getAsPathsList()
[Output Only] AS path.com.google.protobuf.Parser<RouteAsPath>
RouteAsPath. getParserForType()
static com.google.protobuf.Parser<RouteAsPath>
RouteAsPath. parser()
Methods in com.google.cloud.compute.v1 with parameters of type RouteAsPath Modifier and Type Method Description Route.Builder
Route.Builder. addAsPaths(int index, RouteAsPath value)
[Output Only] AS path.Route.Builder
Route.Builder. addAsPaths(RouteAsPath value)
[Output Only] AS path.RouteAsPath.Builder
RouteAsPath.Builder. mergeFrom(RouteAsPath other)
static RouteAsPath.Builder
RouteAsPath. newBuilder(RouteAsPath prototype)
Route.Builder
Route.Builder. setAsPaths(int index, RouteAsPath value)
[Output Only] AS path.Method parameters in com.google.cloud.compute.v1 with type arguments of type RouteAsPath Modifier and Type Method Description Route.Builder
Route.Builder. addAllAsPaths(Iterable<? extends RouteAsPath> values)
[Output Only] AS path.
-