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 GroundingMetadataOrBuilder (1.8.0)\n\n public interface GroundingMetadataOrBuilder 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### getSearchEntryPoint()\n\n public abstract SearchEntryPoint getSearchEntryPoint()\n\nOptional. Google search entry for the following-up web searches.\n\n`\noptional .google.cloud.vertexai.v1.SearchEntryPoint search_entry_point = 4 [(.google.api.field_behavior) = OPTIONAL];\n`\n\n### getSearchEntryPointOrBuilder()\n\n public abstract SearchEntryPointOrBuilder getSearchEntryPointOrBuilder()\n\nOptional. Google search entry for the following-up web searches.\n\n`\noptional .google.cloud.vertexai.v1.SearchEntryPoint search_entry_point = 4 [(.google.api.field_behavior) = OPTIONAL];\n`\n\n### getWebSearchQueries(int index)\n\n public abstract String getWebSearchQueries(int index)\n\nOptional. Web search queries for the following-up web search.\n\n`repeated string web_search_queries = 1 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getWebSearchQueriesBytes(int index)\n\n public abstract ByteString getWebSearchQueriesBytes(int index)\n\nOptional. Web search queries for the following-up web search.\n\n`repeated string web_search_queries = 1 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getWebSearchQueriesCount()\n\n public abstract int getWebSearchQueriesCount()\n\nOptional. Web search queries for the following-up web search.\n\n`repeated string web_search_queries = 1 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getWebSearchQueriesList()\n\n public abstract List\u003cString\u003e getWebSearchQueriesList()\n\nOptional. Web search queries for the following-up web search.\n\n`repeated string web_search_queries = 1 [(.google.api.field_behavior) = OPTIONAL];`\n\n### hasSearchEntryPoint()\n\n public abstract boolean hasSearchEntryPoint()\n\nOptional. Google search entry for the following-up web searches.\n\n`\noptional .google.cloud.vertexai.v1.SearchEntryPoint search_entry_point = 4 [(.google.api.field_behavior) = OPTIONAL];\n`"]]