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,["# Class EndpointName (0.5.0)\n\n public class EndpointName implements ResourceName\n\nInheritance\n-----------\n\n[Object](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html) \\\u003e EndpointName \n\nImplements\n----------\n\ncom.google.api.resourcenames.ResourceName \n\nInherited Members\n-----------------\n\n[Object.clone()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--) \n[Object.equals(Object)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-) \n[Object.finalize()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--) \n[Object.getClass()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--) \n[Object.hashCode()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--) \n[Object.notify()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--) \n[Object.notifyAll()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--) \n[Object.toString()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--) \n[Object.wait()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--) \n[Object.wait(long)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-) \n[Object.wait(long,int)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-)\n\nStatic Methods\n--------------\n\n### format(String project, String location, String endpoint)\n\n public static String format(String project, String location, String endpoint)\n\n### formatProjectLocationEndpointName(String project, String location, String endpoint)\n\n public static String formatProjectLocationEndpointName(String project, String location, String endpoint)\n\n| **Beta**\n|\n| *The static format methods are not stable yet and may be changed in the future.*\n|\n| This feature is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1) of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.\n\n### formatProjectLocationPublisherModelName(String project, String location, String publisher, String model)\n\n public static String formatProjectLocationPublisherModelName(String project, String location, String publisher, String model)\n\n| **Beta**\n|\n| *The static format methods are not stable yet and may be changed in the future.*\n|\n| This feature is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1) of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.\n\n### isParsableFrom(String formattedString)\n\n public static boolean isParsableFrom(String formattedString)\n\n### newBuilder()\n\n public static EndpointName.Builder newBuilder()\n\n### newProjectLocationEndpointBuilder()\n\n public static EndpointName.Builder newProjectLocationEndpointBuilder()\n\n| **Beta**\n|\n| *The per-pattern Builders are not stable yet and may be changed in the future.*\n|\n| This feature is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1) of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.\n\n### newProjectLocationPublisherModelBuilder()\n\n public static EndpointName.ProjectLocationPublisherModelBuilder newProjectLocationPublisherModelBuilder()\n\n| **Beta**\n|\n| *The per-pattern Builders are not stable yet and may be changed in the future.*\n|\n| This feature is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1) of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.\n\n### of(String project, String location, String endpoint)\n\n public static EndpointName of(String project, String location, String endpoint)\n\n### ofProjectLocationEndpointName(String project, String location, String endpoint)\n\n public static EndpointName ofProjectLocationEndpointName(String project, String location, String endpoint)\n\n| **Beta**\n|\n| *The static create methods are not stable yet and may be changed in the future.*\n|\n| This feature is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1) of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.\n\n### ofProjectLocationPublisherModelName(String project, String location, String publisher, String model)\n\n public static EndpointName ofProjectLocationPublisherModelName(String project, String location, String publisher, String model)\n\n| **Beta**\n|\n| *The static create methods are not stable yet and may be changed in the future.*\n|\n| This feature is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1) of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.\n\n### parse(String formattedString)\n\n public static EndpointName parse(String formattedString)\n\n### parseList(List\\\u003cString\\\u003e formattedStrings)\n\n public static List\u003cEndpointName\u003e parseList(List\u003cString\u003e formattedStrings)\n\n### toStringList(List\\\u003cEndpointName\\\u003e values)\n\n public static List\u003cString\u003e toStringList(List\u003cEndpointName\u003e values)\n\nConstructors\n------------\n\n### EndpointName() (deprecated)\n\n protected EndpointName()\n\nMethods\n-------\n\n### equals(Object o)\n\n public boolean equals(Object o)\n\n**Overrides** \n[Object.equals(Object)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-)\n\n### getEndpoint()\n\n public String getEndpoint()\n\n### getFieldValue(String fieldName)\n\n public String getFieldValue(String fieldName)\n\n### getFieldValuesMap()\n\n public Map\u003cString,String\u003e getFieldValuesMap()\n\n### getLocation()\n\n public String getLocation()\n\n### getModel()\n\n public String getModel()\n\n### getProject()\n\n public String getProject()\n\n### getPublisher()\n\n public String getPublisher()\n\n### hashCode()\n\n public int hashCode()\n\n**Overrides** \n[Object.hashCode()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--)\n\n### toBuilder()\n\n public EndpointName.Builder toBuilder()\n\n### toString()\n\n public String toString()\n\n**Overrides** \n[Object.toString()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--)"]]