Class InsightTypeName

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

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

      • InsightTypeName

        @Deprecated
        protected InsightTypeName()
        Deprecated.
    • Method Detail

      • getProject

        public String getProject()
      • getLocation

        public String getLocation()
      • getInsightType

        public String getInsightType()
      • getBillingAccount

        public String getBillingAccount()
      • getFolder

        public String getFolder()
      • getOrganization

        public String getOrganization()
      • newProjectLocationInsightTypeBuilder

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

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

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

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

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

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

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static InsightTypeName ofInsightTypeName​(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)
      • formatBillingAccountLocationInsightTypeName

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

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

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