Uses of Class
com.google.cloud.compute.v1.RouterInterface
-
Packages that use RouterInterface Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of RouterInterface in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return RouterInterface Modifier and Type Method Description RouterInterface
RouterInterface.Builder. build()
RouterInterface
RouterInterface.Builder. buildPartial()
static RouterInterface
RouterInterface. getDefaultInstance()
RouterInterface
RouterInterface.Builder. getDefaultInstanceForType()
RouterInterface
RouterInterface. getDefaultInstanceForType()
RouterInterface
Router.Builder. getInterfaces(int index)
Router interfaces.RouterInterface
Router. getInterfaces(int index)
Router interfaces.RouterInterface
RouterOrBuilder. getInterfaces(int index)
Router interfaces.static RouterInterface
RouterInterface. parseDelimitedFrom(InputStream input)
static RouterInterface
RouterInterface. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterInterface
RouterInterface. parseFrom(byte[] data)
static RouterInterface
RouterInterface. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterInterface
RouterInterface. parseFrom(com.google.protobuf.ByteString data)
static RouterInterface
RouterInterface. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterInterface
RouterInterface. parseFrom(com.google.protobuf.CodedInputStream input)
static RouterInterface
RouterInterface. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterInterface
RouterInterface. parseFrom(InputStream input)
static RouterInterface
RouterInterface. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RouterInterface
RouterInterface. parseFrom(ByteBuffer data)
static RouterInterface
RouterInterface. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type RouterInterface Modifier and Type Method Description List<RouterInterface>
Router.Builder. getInterfacesList()
Router interfaces.List<RouterInterface>
Router. getInterfacesList()
Router interfaces.List<RouterInterface>
RouterOrBuilder. getInterfacesList()
Router interfaces.com.google.protobuf.Parser<RouterInterface>
RouterInterface. getParserForType()
static com.google.protobuf.Parser<RouterInterface>
RouterInterface. parser()
Methods in com.google.cloud.compute.v1 with parameters of type RouterInterface Modifier and Type Method Description Router.Builder
Router.Builder. addInterfaces(int index, RouterInterface value)
Router interfaces.Router.Builder
Router.Builder. addInterfaces(RouterInterface value)
Router interfaces.RouterInterface.Builder
RouterInterface.Builder. mergeFrom(RouterInterface other)
static RouterInterface.Builder
RouterInterface. newBuilder(RouterInterface prototype)
Router.Builder
Router.Builder. setInterfaces(int index, RouterInterface value)
Router interfaces.Method parameters in com.google.cloud.compute.v1 with type arguments of type RouterInterface Modifier and Type Method Description Router.Builder
Router.Builder. addAllInterfaces(Iterable<? extends RouterInterface> values)
Router interfaces.
-