Class ComponentSettingsName

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

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

      • ComponentSettingsName

        @Deprecated
        protected ComponentSettingsName()
        Deprecated.
    • Method Detail

      • getOrganization

        public String getOrganization()
      • getComponent

        public String getComponent()
      • getFolder

        public String getFolder()
      • getProject

        public String getProject()
      • getLocation

        public String getLocation()
      • getCluster

        public String getCluster()
      • getRegion

        public String getRegion()
      • getZone

        public String getZone()
      • newOrganizationComponentBuilder

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

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static ComponentSettingsName ofOrganizationComponentName​(String organization,
                                                                        String component)
      • ofFolderComponentName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static ComponentSettingsName ofFolderComponentName​(String folder,
                                                                  String component)
      • ofProjectComponentName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static ComponentSettingsName ofProjectComponentName​(String project,
                                                                   String component)
      • ofProjectLocationClusterComponentName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static ComponentSettingsName ofProjectLocationClusterComponentName​(String project,
                                                                                  String location,
                                                                                  String cluster,
                                                                                  String component)
      • ofProjectRegionClusterComponentName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static ComponentSettingsName ofProjectRegionClusterComponentName​(String project,
                                                                                String region,
                                                                                String cluster,
                                                                                String component)
      • ofProjectZoneClusterComponentName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static ComponentSettingsName ofProjectZoneClusterComponentName​(String project,
                                                                              String zone,
                                                                              String cluster,
                                                                              String component)
      • formatOrganizationComponentName

        @BetaApi("The static format methods are not stable yet and may be changed in the future.")
        public static String formatOrganizationComponentName​(String organization,
                                                             String component)
      • formatFolderComponentName

        @BetaApi("The static format methods are not stable yet and may be changed in the future.")
        public static String formatFolderComponentName​(String folder,
                                                       String component)
      • formatProjectComponentName

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

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

        @BetaApi("The static format methods are not stable yet and may be changed in the future.")
        public static String formatProjectRegionClusterComponentName​(String project,
                                                                     String region,
                                                                     String cluster,
                                                                     String component)
      • formatProjectZoneClusterComponentName

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