| Modifier and Type | Method and Description |
|---|---|
BgpRouteAsPath |
BgpRouteAsPath.Builder.build() |
BgpRouteAsPath |
BgpRouteAsPath.Builder.buildPartial() |
BgpRouteAsPath |
BgpRouteOrBuilder.getAsPaths(int index)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
BgpRouteAsPath |
BgpRoute.getAsPaths(int index)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
BgpRouteAsPath |
BgpRoute.Builder.getAsPaths(int index)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
static BgpRouteAsPath |
BgpRouteAsPath.getDefaultInstance() |
BgpRouteAsPath |
BgpRouteAsPath.getDefaultInstanceForType() |
BgpRouteAsPath |
BgpRouteAsPath.Builder.getDefaultInstanceForType() |
static BgpRouteAsPath |
BgpRouteAsPath.parseDelimitedFrom(InputStream input) |
static BgpRouteAsPath |
BgpRouteAsPath.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BgpRouteAsPath |
BgpRouteAsPath.parseFrom(byte[] data) |
static BgpRouteAsPath |
BgpRouteAsPath.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BgpRouteAsPath |
BgpRouteAsPath.parseFrom(ByteBuffer data) |
static BgpRouteAsPath |
BgpRouteAsPath.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BgpRouteAsPath |
BgpRouteAsPath.parseFrom(com.google.protobuf.ByteString data) |
static BgpRouteAsPath |
BgpRouteAsPath.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BgpRouteAsPath |
BgpRouteAsPath.parseFrom(com.google.protobuf.CodedInputStream input) |
static BgpRouteAsPath |
BgpRouteAsPath.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BgpRouteAsPath |
BgpRouteAsPath.parseFrom(InputStream input) |
static BgpRouteAsPath |
BgpRouteAsPath.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<BgpRouteAsPath> |
BgpRouteOrBuilder.getAsPathsList()
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
List<BgpRouteAsPath> |
BgpRoute.getAsPathsList()
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
List<BgpRouteAsPath> |
BgpRoute.Builder.getAsPathsList()
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
com.google.protobuf.Parser<BgpRouteAsPath> |
BgpRouteAsPath.getParserForType() |
static com.google.protobuf.Parser<BgpRouteAsPath> |
BgpRouteAsPath.parser() |
| Modifier and Type | Method and Description |
|---|---|
BgpRoute.Builder |
BgpRoute.Builder.addAsPaths(BgpRouteAsPath value)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
BgpRoute.Builder |
BgpRoute.Builder.addAsPaths(int index,
BgpRouteAsPath value)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
BgpRouteAsPath.Builder |
BgpRouteAsPath.Builder.mergeFrom(BgpRouteAsPath other) |
static BgpRouteAsPath.Builder |
BgpRouteAsPath.newBuilder(BgpRouteAsPath prototype) |
BgpRoute.Builder |
BgpRoute.Builder.setAsPaths(int index,
BgpRouteAsPath value)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
| Modifier and Type | Method and Description |
|---|---|
BgpRoute.Builder |
BgpRoute.Builder.addAllAsPaths(Iterable<? extends BgpRouteAsPath> values)
[Output only] AS-PATH for the route
repeated .google.cloud.compute.v1.BgpRouteAsPath as_paths = 137568929; |
Copyright © 2025 Google LLC. All rights reserved.