Uses of Class
com.google.cloud.networkconnectivity.v1.RoutingVPC
-
Packages that use RoutingVPC Package Description com.google.cloud.networkconnectivity.v1 A client to Network Connectivity API -
-
Uses of RoutingVPC in com.google.cloud.networkconnectivity.v1
Methods in com.google.cloud.networkconnectivity.v1 that return RoutingVPC Modifier and Type Method Description RoutingVPC
RoutingVPC.Builder. build()
RoutingVPC
RoutingVPC.Builder. buildPartial()
static RoutingVPC
RoutingVPC. getDefaultInstance()
RoutingVPC
RoutingVPC.Builder. getDefaultInstanceForType()
RoutingVPC
RoutingVPC. getDefaultInstanceForType()
RoutingVPC
Hub.Builder. getRoutingVpcs(int index)
The VPC networks associated with this hub's spokes.RoutingVPC
Hub. getRoutingVpcs(int index)
The VPC networks associated with this hub's spokes.RoutingVPC
HubOrBuilder. getRoutingVpcs(int index)
The VPC networks associated with this hub's spokes.static RoutingVPC
RoutingVPC. parseDelimitedFrom(InputStream input)
static RoutingVPC
RoutingVPC. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RoutingVPC
RoutingVPC. parseFrom(byte[] data)
static RoutingVPC
RoutingVPC. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RoutingVPC
RoutingVPC. parseFrom(com.google.protobuf.ByteString data)
static RoutingVPC
RoutingVPC. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RoutingVPC
RoutingVPC. parseFrom(com.google.protobuf.CodedInputStream input)
static RoutingVPC
RoutingVPC. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RoutingVPC
RoutingVPC. parseFrom(InputStream input)
static RoutingVPC
RoutingVPC. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RoutingVPC
RoutingVPC. parseFrom(ByteBuffer data)
static RoutingVPC
RoutingVPC. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.networkconnectivity.v1 that return types with arguments of type RoutingVPC Modifier and Type Method Description com.google.protobuf.Parser<RoutingVPC>
RoutingVPC. getParserForType()
List<RoutingVPC>
Hub.Builder. getRoutingVpcsList()
The VPC networks associated with this hub's spokes.List<RoutingVPC>
Hub. getRoutingVpcsList()
The VPC networks associated with this hub's spokes.List<RoutingVPC>
HubOrBuilder. getRoutingVpcsList()
The VPC networks associated with this hub's spokes.static com.google.protobuf.Parser<RoutingVPC>
RoutingVPC. parser()
Methods in com.google.cloud.networkconnectivity.v1 with parameters of type RoutingVPC Modifier and Type Method Description Hub.Builder
Hub.Builder. addRoutingVpcs(int index, RoutingVPC value)
The VPC networks associated with this hub's spokes.Hub.Builder
Hub.Builder. addRoutingVpcs(RoutingVPC value)
The VPC networks associated with this hub's spokes.RoutingVPC.Builder
RoutingVPC.Builder. mergeFrom(RoutingVPC other)
static RoutingVPC.Builder
RoutingVPC. newBuilder(RoutingVPC prototype)
Hub.Builder
Hub.Builder. setRoutingVpcs(int index, RoutingVPC value)
The VPC networks associated with this hub's spokes.Method parameters in com.google.cloud.networkconnectivity.v1 with type arguments of type RoutingVPC Modifier and Type Method Description Hub.Builder
Hub.Builder. addAllRoutingVpcs(Iterable<? extends RoutingVPC> values)
The VPC networks associated with this hub's spokes.
-