Class InsightName

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

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

      • InsightName

        @Deprecated
        protected InsightName()
        Deprecated.
    • Method Detail

      • getProject

        public String getProject()
      • getLocation

        public String getLocation()
      • getInsightType

        public String getInsightType()
      • getInsight

        public String getInsight()
      • getBillingAccount

        public String getBillingAccount()
      • getFolder

        public String getFolder()
      • getOrganization

        public String getOrganization()
      • newProjectLocationInsightTypeInsightBuilder

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

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

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static InsightName ofBillingAccountLocationInsightTypeInsightName​(String billingAccount,
                                                                                 String location,
                                                                                 String insightType,
                                                                                 String insight)
      • ofFolderLocationInsightTypeInsightName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static InsightName ofFolderLocationInsightTypeInsightName​(String folder,
                                                                         String location,
                                                                         String insightType,
                                                                         String insight)
      • ofOrganizationLocationInsightTypeInsightName

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

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

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

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

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