A partire dal 29 aprile 2025, i modelli Gemini 1.5 Pro e Gemini 1.5 Flash non sono disponibili nei progetti che non li hanno mai utilizzati, inclusi i nuovi progetti. Per maggiori dettagli, vedi Versioni e ciclo di vita dei modelli.
Obbligatorio. Percorso di origine esportato dal server NFS.
Deve iniziare con "/" e, se combinato con l'indirizzo IP, indica il percorso di montaggio dell'origine sotto forma di server:path
Obbligatorio. Percorso di origine esportato dal server NFS.
Deve iniziare con "/" e, se combinato con l'indirizzo IP, indica il percorso di montaggio dell'origine sotto forma di server:path
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-05-17 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];`"]]