Class InsightTypeConfigName

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

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

      • InsightTypeConfigName

        @Deprecated
        protected InsightTypeConfigName()
        Deprecated.
    • Method Detail

      • getProject

        public String getProject()
      • getLocation

        public String getLocation()
      • getInsightType

        public String getInsightType()
      • getOrganization

        public String getOrganization()
      • newProjectLocationInsightTypeBuilder

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

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static InsightTypeConfigName ofProjectLocationInsightTypeName​(String project,
                                                                             String location,
                                                                             String insightType)
      • ofOrganizationLocationInsightTypeName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static InsightTypeConfigName ofOrganizationLocationInsightTypeName​(String organization,
                                                                                  String location,
                                                                                  String insightType)
      • formatProjectLocationInsightTypeName

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

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