Class EntityTypeName

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

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

      • EntityTypeName

        @Deprecated
        protected EntityTypeName()
        Deprecated.
    • Method Detail

      • getProject

        public String getProject()
      • getEntityType

        public String getEntityType()
      • getLocation

        public String getLocation()
      • newProjectEntityTypeBuilder

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

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static EntityTypeName ofProjectEntityTypeName​(String project,
                                                             String entityType)
      • ofProjectLocationEntityTypeName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static EntityTypeName ofProjectLocationEntityTypeName​(String project,
                                                                     String location,
                                                                     String entityType)
      • formatProjectEntityTypeName

        @BetaApi("The static format methods are not stable yet and may be changed in the future.")
        public static String formatProjectEntityTypeName​(String project,
                                                         String entityType)
      • formatProjectLocationEntityTypeName

        @BetaApi("The static format methods are not stable yet and may be changed in the future.")
        public static String formatProjectLocationEntityTypeName​(String project,
                                                                 String location,
                                                                 String entityType)
      • 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