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.
[[["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 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];`"]]