Class FindingName

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

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

      • FindingName

        @Deprecated
        protected FindingName()
        Deprecated.
    • Method Detail

      • getOrganization

        public String getOrganization()
      • getSource

        public String getSource()
      • getFinding

        public String getFinding()
      • getFolder

        public String getFolder()
      • getProject

        public String getProject()
      • newOrganizationSourceFindingBuilder

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

        @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
        public static FindingName.FolderSourceFindingBuilder newFolderSourceFindingBuilder()
      • newProjectSourceFindingBuilder

        @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
        public static FindingName.ProjectSourceFindingBuilder newProjectSourceFindingBuilder()
      • ofOrganizationSourceFindingName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static FindingName ofOrganizationSourceFindingName​(String organization,
                                                                  String source,
                                                                  String finding)
      • ofFolderSourceFindingName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static FindingName ofFolderSourceFindingName​(String folder,
                                                            String source,
                                                            String finding)
      • ofProjectSourceFindingName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static FindingName ofProjectSourceFindingName​(String project,
                                                             String source,
                                                             String finding)
      • formatOrganizationSourceFindingName

        @BetaApi("The static format methods are not stable yet and may be changed in the future.")
        public static String formatOrganizationSourceFindingName​(String organization,
                                                                 String source,
                                                                 String finding)
      • formatFolderSourceFindingName

        @BetaApi("The static format methods are not stable yet and may be changed in the future.")
        public static String formatFolderSourceFindingName​(String folder,
                                                           String source,
                                                           String finding)
      • formatProjectSourceFindingName

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