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-08-28 UTC."],[],[],null,["# Interface UpdateEndpointRequestOrBuilder (1.32.0)\n\n public interface UpdateEndpointRequestOrBuilder 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### getEndpoint()\n\n public abstract Endpoint getEndpoint()\n\nRequired. The Endpoint which replaces the resource on the server.\n\n`\n.google.cloud.vertexai.v1.Endpoint endpoint = 1 [(.google.api.field_behavior) = REQUIRED];\n`\n\n### getEndpointOrBuilder()\n\n public abstract EndpointOrBuilder getEndpointOrBuilder()\n\nRequired. The Endpoint which replaces the resource on the server.\n\n`\n.google.cloud.vertexai.v1.Endpoint endpoint = 1 [(.google.api.field_behavior) = REQUIRED];\n`\n\n### getUpdateMask()\n\n public abstract FieldMask getUpdateMask()\n\nRequired. The update mask applies to the resource. See\ngoogle.protobuf.FieldMask.\n\n`.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];\n`\n\n### getUpdateMaskOrBuilder()\n\n public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()\n\nRequired. The update mask applies to the resource. See\ngoogle.protobuf.FieldMask.\n\n`.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];\n`\n\n### hasEndpoint()\n\n public abstract boolean hasEndpoint()\n\nRequired. The Endpoint which replaces the resource on the server.\n\n`\n.google.cloud.vertexai.v1.Endpoint endpoint = 1 [(.google.api.field_behavior) = REQUIRED];\n`\n\n### hasUpdateMask()\n\n public abstract boolean hasUpdateMask()\n\nRequired. The update mask applies to the resource. See\ngoogle.protobuf.FieldMask.\n\n`.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];\n`"]]