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 RouteAsPathRouteAsPath.Builder. build()RouteAsPathRouteAsPath.Builder. buildPartial()RouteAsPathRoute.Builder. getAsPaths(int index)[Output Only] AS path.RouteAsPathRoute. getAsPaths(int index)[Output Only] AS path.RouteAsPathRouteOrBuilder. getAsPaths(int index)[Output Only] AS path.static RouteAsPathRouteAsPath. getDefaultInstance()RouteAsPathRouteAsPath.Builder. getDefaultInstanceForType()RouteAsPathRouteAsPath. getDefaultInstanceForType()static RouteAsPathRouteAsPath. parseDelimitedFrom(InputStream input)static RouteAsPathRouteAsPath. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteAsPathRouteAsPath. parseFrom(byte[] data)static RouteAsPathRouteAsPath. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteAsPathRouteAsPath. parseFrom(com.google.protobuf.ByteString data)static RouteAsPathRouteAsPath. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteAsPathRouteAsPath. parseFrom(com.google.protobuf.CodedInputStream input)static RouteAsPathRouteAsPath. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteAsPathRouteAsPath. parseFrom(InputStream input)static RouteAsPathRouteAsPath. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteAsPathRouteAsPath. parseFrom(ByteBuffer data)static RouteAsPathRouteAsPath. 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.BuilderRoute.Builder. addAsPaths(int index, RouteAsPath value)[Output Only] AS path.Route.BuilderRoute.Builder. addAsPaths(RouteAsPath value)[Output Only] AS path.RouteAsPath.BuilderRouteAsPath.Builder. mergeFrom(RouteAsPath other)static RouteAsPath.BuilderRouteAsPath. newBuilder(RouteAsPath prototype)Route.BuilderRoute.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.BuilderRoute.Builder. addAllAsPaths(Iterable<? extends RouteAsPath> values)[Output Only] AS path.
-