Class EndpointName

  • All Implemented Interfaces:
    com.google.api.resourcenames.ResourceName

    @Generated("by gapic-generator-java")
    public class EndpointName
    extends Object
    implements com.google.api.resourcenames.ResourceName
    • Constructor Detail

      • EndpointName

        @Deprecated
        protected EndpointName()
        Deprecated.
    • Method Detail

      • getProject

        public String getProject()
      • getLocation

        public String getLocation()
      • getEndpoint

        public String getEndpoint()
      • getPublisher

        public String getPublisher()
      • getModel

        public String getModel()
      • newProjectLocationEndpointBuilder

        @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
        public static EndpointName.Builder newProjectLocationEndpointBuilder()
      • ofProjectLocationEndpointName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static EndpointName ofProjectLocationEndpointName​(String project,
                                                                 String location,
                                                                 String endpoint)
      • ofProjectLocationPublisherModelName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static EndpointName ofProjectLocationPublisherModelName​(String project,
                                                                       String location,
                                                                       String publisher,
                                                                       String model)
      • formatProjectLocationEndpointName

        @BetaApi("The static format methods are not stable yet and may be changed in the future.")
        public static String formatProjectLocationEndpointName​(String project,
                                                               String location,
                                                               String endpoint)
      • formatProjectLocationPublisherModelName

        @BetaApi("The static format methods are not stable yet and may be changed in the future.")
        public static String formatProjectLocationPublisherModelName​(String project,
                                                                     String location,
                                                                     String publisher,
                                                                     String model)
      • isParsableFrom

        public static boolean isParsableFrom​(String formattedString)
      • getFieldValuesMap

        public Map<String,​String> getFieldValuesMap()
        Specified by:
        getFieldValuesMap in interface com.google.api.resourcenames.ResourceName
      • getFieldValue

        public String getFieldValue​(String fieldName)
        Specified by:
        getFieldValue in interface com.google.api.resourcenames.ResourceName
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object