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. L'identificatore della risorsa Cloud KMS della chiave di crittografia gestita dal cliente utilizzata per proteggere una risorsa. Ha il modulo:
projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key.
La chiave deve trovarsi nella stessa regione in cui viene creata la risorsa di computing.
Obbligatorio. L'identificatore della risorsa Cloud KMS della chiave di crittografia gestita dal cliente utilizzata per proteggere una risorsa. Ha il modulo:
projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key.
La chiave deve trovarsi nella stessa regione in cui viene creata la risorsa di computing.
[[["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 EncryptionSpecOrBuilder (0.4.0)\n\n public interface EncryptionSpecOrBuilder 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### getKmsKeyName()\n\n public abstract String getKmsKeyName()\n\nRequired. The Cloud KMS resource identifier of the customer managed\nencryption key used to protect a resource. Has the form:\n`projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key`.\nThe key needs to be in the same region as where the compute resource is\ncreated.\n\n`string kms_key_name = 1 [(.google.api.field_behavior) = REQUIRED];`\n\n### getKmsKeyNameBytes()\n\n public abstract ByteString getKmsKeyNameBytes()\n\nRequired. The Cloud KMS resource identifier of the customer managed\nencryption key used to protect a resource. Has the form:\n`projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key`.\nThe key needs to be in the same region as where the compute resource is\ncreated.\n\n`string kms_key_name = 1 [(.google.api.field_behavior) = REQUIRED];`"]]