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.
[[["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 PrivateEndpointsOrBuilder (1.32.0)\n\n public interface PrivateEndpointsOrBuilder 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### getExplainHttpUri()\n\n public abstract String getExplainHttpUri()\n\nOutput only. Http(s) path to send explain requests.\n\n`string explain_http_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getExplainHttpUriBytes()\n\n public abstract ByteString getExplainHttpUriBytes()\n\nOutput only. Http(s) path to send explain requests.\n\n`string explain_http_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getHealthHttpUri()\n\n public abstract String getHealthHttpUri()\n\nOutput only. Http(s) path to send health check requests.\n\n`string health_http_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getHealthHttpUriBytes()\n\n public abstract ByteString getHealthHttpUriBytes()\n\nOutput only. Http(s) path to send health check requests.\n\n`string health_http_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getPredictHttpUri()\n\n public abstract String getPredictHttpUri()\n\nOutput only. Http(s) path to send prediction requests.\n\n`string predict_http_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getPredictHttpUriBytes()\n\n public abstract ByteString getPredictHttpUriBytes()\n\nOutput only. Http(s) path to send prediction requests.\n\n`string predict_http_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getServiceAttachment()\n\n public abstract String getServiceAttachment()\n\nOutput only. The name of the service attachment resource. Populated if\nprivate service connect is enabled.\n\n`string service_attachment = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getServiceAttachmentBytes()\n\n public abstract ByteString getServiceAttachmentBytes()\n\nOutput only. The name of the service attachment resource. Populated if\nprivate service connect is enabled.\n\n`string service_attachment = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];`"]]