Class ComponentSettingsName
- java.lang.Object
-
- com.google.cloud.securitycenter.settings.v1beta1.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ComponentSettingsName.Builder
Builder for organizations/{organization}/components/{component}/settings.static class
ComponentSettingsName.FolderComponentBuilder
Builder for folders/{folder}/components/{component}/settings.static class
ComponentSettingsName.ProjectComponentBuilder
Builder for projects/{project}/components/{component}/settings.static class
ComponentSettingsName.ProjectLocationClusterComponentBuilder
Builder for projects/{project}/locations/{location}/clusters/{cluster}/components/{component}/settings.static class
ComponentSettingsName.ProjectRegionClusterComponentBuilder
Builder for projects/{project}/regions/{region}/clusters/{cluster}/components/{component}/settings.static class
ComponentSettingsName.ProjectZoneClusterComponentBuilder
Builder for projects/{project}/zones/{zone}/clusters/{cluster}/components/{component}/settings.
-
Constructor Summary
Constructors Modifier Constructor Description protected
ComponentSettingsName()
Deprecated.
-
Method Summary
-
-
-
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()
-
newBuilder
public static ComponentSettingsName.Builder newBuilder()
-
newOrganizationComponentBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static ComponentSettingsName.Builder newOrganizationComponentBuilder()
-
newFolderComponentBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static ComponentSettingsName.FolderComponentBuilder newFolderComponentBuilder()
-
newProjectComponentBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static ComponentSettingsName.ProjectComponentBuilder newProjectComponentBuilder()
-
newProjectLocationClusterComponentBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static ComponentSettingsName.ProjectLocationClusterComponentBuilder newProjectLocationClusterComponentBuilder()
-
newProjectRegionClusterComponentBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static ComponentSettingsName.ProjectRegionClusterComponentBuilder newProjectRegionClusterComponentBuilder()
-
newProjectZoneClusterComponentBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static ComponentSettingsName.ProjectZoneClusterComponentBuilder newProjectZoneClusterComponentBuilder()
-
toBuilder
public ComponentSettingsName.Builder toBuilder()
-
of
public static ComponentSettingsName of(String organization, String component)
-
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)
-
parse
public static ComponentSettingsName parse(String formattedString)
-
parseList
public static List<ComponentSettingsName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<ComponentSettingsName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-