Starting April 29, 2025, Gemini 1.5 Pro and Gemini 1.5 Flash models are not available in projects that have no prior usage of these models, including new projects. For details, see Model versions and lifecycle.
Required. Source path exported from NFS server.
Has to start with '/', and combined with the ip address, it indicates
the source mount path in the form of server:path
Required. Source path exported from NFS server.
Has to start with '/', and combined with the ip address, it indicates
the source mount path in the form of server:path
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-03 UTC."],[],[],null,["# Interface NfsMountOrBuilder (1.32.0)\n\n public interface NfsMountOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getMountPoint()\n\n public abstract String getMountPoint()\n\nRequired. Destination mount path. The NFS will be mounted for the user\nunder /mnt/nfs/\\\u003cmount_point\\\u003e\n\n`string mount_point = 3 [(.google.api.field_behavior) = REQUIRED];`\n\n### getMountPointBytes()\n\n public abstract ByteString getMountPointBytes()\n\nRequired. Destination mount path. The NFS will be mounted for the user\nunder /mnt/nfs/\\\u003cmount_point\\\u003e\n\n`string mount_point = 3 [(.google.api.field_behavior) = REQUIRED];`\n\n### getPath()\n\n public abstract String getPath()\n\nRequired. Source path exported from NFS server.\nHas to start with '/', and combined with the ip address, it indicates\nthe source mount path in the form of `server:path`\n\n`string path = 2 [(.google.api.field_behavior) = REQUIRED];`\n\n### getPathBytes()\n\n public abstract ByteString getPathBytes()\n\nRequired. Source path exported from NFS server.\nHas to start with '/', and combined with the ip address, it indicates\nthe source mount path in the form of `server:path`\n\n`string path = 2 [(.google.api.field_behavior) = REQUIRED];`\n\n### getServer()\n\n public abstract String getServer()\n\nRequired. IP address of the NFS server.\n\n`string server = 1 [(.google.api.field_behavior) = REQUIRED];`\n\n### getServerBytes()\n\n public abstract ByteString getServerBytes()\n\nRequired. IP address of the NFS server.\n\n`string server = 1 [(.google.api.field_behavior) = REQUIRED];`"]]