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 NetworkMountPointNetworkMountPoint.Builder. build()NetworkMountPointNetworkMountPoint.Builder. buildPartial()static NetworkMountPointNetworkMountPoint. getDefaultInstance()NetworkMountPointNetworkMountPoint.Builder. getDefaultInstanceForType()NetworkMountPointNetworkMountPoint. getDefaultInstanceForType()NetworkMountPointNetwork.Builder. getMountPoints(int index)Input only.NetworkMountPointNetwork. getMountPoints(int index)Input only.NetworkMountPointNetworkOrBuilder. getMountPoints(int index)Input only.static NetworkMountPointNetworkMountPoint. parseDelimitedFrom(InputStream input)static NetworkMountPointNetworkMountPoint. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkMountPointNetworkMountPoint. parseFrom(byte[] data)static NetworkMountPointNetworkMountPoint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkMountPointNetworkMountPoint. parseFrom(com.google.protobuf.ByteString data)static NetworkMountPointNetworkMountPoint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkMountPointNetworkMountPoint. parseFrom(com.google.protobuf.CodedInputStream input)static NetworkMountPointNetworkMountPoint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkMountPointNetworkMountPoint. parseFrom(InputStream input)static NetworkMountPointNetworkMountPoint. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NetworkMountPointNetworkMountPoint. parseFrom(ByteBuffer data)static NetworkMountPointNetworkMountPoint. 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.BuilderNetwork.Builder. addMountPoints(int index, NetworkMountPoint value)Input only.Network.BuilderNetwork.Builder. addMountPoints(NetworkMountPoint value)Input only.NetworkMountPoint.BuilderNetworkMountPoint.Builder. mergeFrom(NetworkMountPoint other)static NetworkMountPoint.BuilderNetworkMountPoint. newBuilder(NetworkMountPoint prototype)Network.BuilderNetwork.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.BuilderNetwork.Builder. addAllMountPoints(Iterable<? extends NetworkMountPoint> values)Input only.
-