Uses of Class
com.google.cloud.baremetalsolution.v2.NetworkMountPoint
-
Packages that use NetworkMountPoint Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution API -
-
Uses of NetworkMountPoint in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return NetworkMountPoint Modifier and Type Method Description NetworkMountPoint
NetworkMountPoint.Builder. build()
NetworkMountPoint
NetworkMountPoint.Builder. buildPartial()
static NetworkMountPoint
NetworkMountPoint. getDefaultInstance()
NetworkMountPoint
NetworkMountPoint.Builder. getDefaultInstanceForType()
NetworkMountPoint
NetworkMountPoint. getDefaultInstanceForType()
NetworkMountPoint
Network.Builder. getMountPoints(int index)
Input only.NetworkMountPoint
Network. getMountPoints(int index)
Input only.NetworkMountPoint
NetworkOrBuilder. getMountPoints(int index)
Input only.static NetworkMountPoint
NetworkMountPoint. parseDelimitedFrom(InputStream input)
static NetworkMountPoint
NetworkMountPoint. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkMountPoint
NetworkMountPoint. parseFrom(byte[] data)
static NetworkMountPoint
NetworkMountPoint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkMountPoint
NetworkMountPoint. parseFrom(com.google.protobuf.ByteString data)
static NetworkMountPoint
NetworkMountPoint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkMountPoint
NetworkMountPoint. parseFrom(com.google.protobuf.CodedInputStream input)
static NetworkMountPoint
NetworkMountPoint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkMountPoint
NetworkMountPoint. parseFrom(InputStream input)
static NetworkMountPoint
NetworkMountPoint. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NetworkMountPoint
NetworkMountPoint. parseFrom(ByteBuffer data)
static NetworkMountPoint
NetworkMountPoint. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type NetworkMountPoint Modifier and Type Method Description List<NetworkMountPoint>
Network.Builder. getMountPointsList()
Input only.List<NetworkMountPoint>
Network. getMountPointsList()
Input only.List<NetworkMountPoint>
NetworkOrBuilder. getMountPointsList()
Input only.com.google.protobuf.Parser<NetworkMountPoint>
NetworkMountPoint. getParserForType()
static com.google.protobuf.Parser<NetworkMountPoint>
NetworkMountPoint. parser()
Methods in com.google.cloud.baremetalsolution.v2 with parameters of type NetworkMountPoint Modifier and Type Method Description Network.Builder
Network.Builder. addMountPoints(int index, NetworkMountPoint value)
Input only.Network.Builder
Network.Builder. addMountPoints(NetworkMountPoint value)
Input only.NetworkMountPoint.Builder
NetworkMountPoint.Builder. mergeFrom(NetworkMountPoint other)
static NetworkMountPoint.Builder
NetworkMountPoint. newBuilder(NetworkMountPoint prototype)
Network.Builder
Network.Builder. setMountPoints(int index, NetworkMountPoint value)
Input only.Method parameters in com.google.cloud.baremetalsolution.v2 with type arguments of type NetworkMountPoint Modifier and Type Method Description Network.Builder
Network.Builder. addAllMountPoints(Iterable<? extends NetworkMountPoint> values)
Input only.
-