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-04 UTC."],[],[],null,["# Interface ListEndpointsResponseOrBuilder (0.1.0)\n\n public interface ListEndpointsResponseOrBuilder 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### getEndpoints(int index)\n\n public abstract Endpoint getEndpoints(int index)\n\nList of Endpoints in the requested page.\n\n`repeated .google.cloud.vertexai.v1beta1.Endpoint endpoints = 1;`\n\n### getEndpointsCount()\n\n public abstract int getEndpointsCount()\n\nList of Endpoints in the requested page.\n\n`repeated .google.cloud.vertexai.v1beta1.Endpoint endpoints = 1;`\n\n### getEndpointsList()\n\n public abstract List\u003cEndpoint\u003e getEndpointsList()\n\nList of Endpoints in the requested page.\n\n`repeated .google.cloud.vertexai.v1beta1.Endpoint endpoints = 1;`\n\n### getEndpointsOrBuilder(int index)\n\n public abstract EndpointOrBuilder getEndpointsOrBuilder(int index)\n\nList of Endpoints in the requested page.\n\n`repeated .google.cloud.vertexai.v1beta1.Endpoint endpoints = 1;`\n\n### getEndpointsOrBuilderList()\n\n public abstract List\u003c? extends EndpointOrBuilder\u003e getEndpointsOrBuilderList()\n\nList of Endpoints in the requested page.\n\n`repeated .google.cloud.vertexai.v1beta1.Endpoint endpoints = 1;`\n\n### getNextPageToken()\n\n public abstract String getNextPageToken()\n\nA token to retrieve the next page of results.\nPass to\nListEndpointsRequest.page_token\nto obtain that page.\n\n`string next_page_token = 2;`\n\n### getNextPageTokenBytes()\n\n public abstract ByteString getNextPageTokenBytes()\n\nA token to retrieve the next page of results.\nPass to\nListEndpointsRequest.page_token\nto obtain that page.\n\n`string next_page_token = 2;`"]]