public sealed class ComponentSettingsName : IResourceName, IEquatable<ComponentSettingsName>Resource name for the ComponentSettings resource.
Namespace
Google.Cloud.SecurityCenter.Settings.V1Beta1Assembly
Google.Cloud.SecurityCenter.Settings.V1Beta1.dll
Constructors
ComponentSettingsName(String, String)
public ComponentSettingsName(string organizationId, string componentId)Constructs a new instance of a ComponentSettingsName class from the component parts of pattern
organizations/{organization}/components/{component}/settings
| Parameters | |
|---|---|
| Name | Description |
organizationId |
StringThe |
componentId |
StringThe |
Properties
ClusterId
public string ClusterId { get; }The Cluster ID. May be null, depending on which resource name is contained by this instance.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ComponentId
public string ComponentId { get; }The Component ID. May be null, depending on which resource name is contained by this instance.
| Property Value | |
|---|---|
| Type | Description |
String |
|
FolderId
public string FolderId { get; }The Folder ID. May be null, depending on which resource name is contained by this instance.
| Property Value | |
|---|---|
| Type | Description |
String |
|
IsKnownPattern
public bool IsKnownPattern { get; }Whether this instance contains a resource name with a known pattern.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
LocationId
public string LocationId { get; }The Location ID. May be null, depending on which resource name is contained by this instance.
| Property Value | |
|---|---|
| Type | Description |
String |
|
OrganizationId
public string OrganizationId { get; }The Organization ID. May be null, depending on which resource name is contained by this
instance.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ProjectId
public string ProjectId { get; }The Project ID. May be null, depending on which resource name is contained by this instance.
| Property Value | |
|---|---|
| Type | Description |
String |
|
RegionId
public string RegionId { get; }The Region ID. May be null, depending on which resource name is contained by this instance.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Type
public ComponentSettingsName.ResourceNameType Type { get; }The ComponentSettingsName.ResourceNameType of the contained resource name.
| Property Value | |
|---|---|
| Type | Description |
ComponentSettingsName.ResourceNameType |
|
UnparsedResource
public UnparsedResourceName UnparsedResource { get; }The contained UnparsedResourceName. Only non-null if this instance contains an
unparsed resource name.
| Property Value | |
|---|---|
| Type | Description |
UnparsedResourceName |
|
ZoneId
public string ZoneId { get; }The Zone ID. May be null, depending on which resource name is contained by this instance.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Methods
Format(String, String)
public static string Format(string organizationId, string componentId)Formats the IDs into the string representation of this ComponentSettingsName with pattern
organizations/{organization}/components/{component}/settings.
| Parameters | |
|---|---|
| Name | Description |
organizationId |
StringThe |
componentId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
String |
The string representation of this ComponentSettingsName with pattern
|
FormatFolderComponent(String, String)
public static string FormatFolderComponent(string folderId, string componentId)Formats the IDs into the string representation of this ComponentSettingsName with pattern
folders/{folder}/components/{component}/settings.
| Parameters | |
|---|---|
| Name | Description |
folderId |
StringThe |
componentId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
String |
The string representation of this ComponentSettingsName with pattern
|
FormatOrganizationComponent(String, String)
public static string FormatOrganizationComponent(string organizationId, string componentId)Formats the IDs into the string representation of this ComponentSettingsName with pattern
organizations/{organization}/components/{component}/settings.
| Parameters | |
|---|---|
| Name | Description |
organizationId |
StringThe |
componentId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
String |
The string representation of this ComponentSettingsName with pattern
|
FormatProjectComponent(String, String)
public static string FormatProjectComponent(string projectId, string componentId)Formats the IDs into the string representation of this ComponentSettingsName with pattern
projects/{project}/components/{component}/settings.
| Parameters | |
|---|---|
| Name | Description |
projectId |
StringThe |
componentId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
String |
The string representation of this ComponentSettingsName with pattern
|
FormatProjectLocationClusterComponent(String, String, String, String)
public static string FormatProjectLocationClusterComponent(string projectId, string locationId, string clusterId, string componentId)Formats the IDs into the string representation of this ComponentSettingsName with pattern
projects/{project}/locations/{location}/clusters/{cluster}/components/{component}/settings.
| Parameters | |
|---|---|
| Name | Description |
projectId |
StringThe |
locationId |
StringThe |
clusterId |
StringThe |
componentId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
String |
The string representation of this ComponentSettingsName with pattern
|
FormatProjectRegionClusterComponent(String, String, String, String)
public static string FormatProjectRegionClusterComponent(string projectId, string regionId, string clusterId, string componentId)Formats the IDs into the string representation of this ComponentSettingsName with pattern
projects/{project}/regions/{region}/clusters/{cluster}/components/{component}/settings.
| Parameters | |
|---|---|
| Name | Description |
projectId |
StringThe |
regionId |
StringThe |
clusterId |
StringThe |
componentId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
String |
The string representation of this ComponentSettingsName with pattern
|
FormatProjectZoneClusterComponent(String, String, String, String)
public static string FormatProjectZoneClusterComponent(string projectId, string zoneId, string clusterId, string componentId)Formats the IDs into the string representation of this ComponentSettingsName with pattern
projects/{project}/zones/{zone}/clusters/{cluster}/components/{component}/settings.
| Parameters | |
|---|---|
| Name | Description |
projectId |
StringThe |
zoneId |
StringThe |
clusterId |
StringThe |
componentId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
String |
The string representation of this ComponentSettingsName with pattern
|
FromFolderComponent(String, String)
public static ComponentSettingsName FromFolderComponent(string folderId, string componentId)Creates a ComponentSettingsName with the pattern
folders/{folder}/components/{component}/settings.
| Parameters | |
|---|---|
| Name | Description |
folderId |
StringThe |
componentId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
ComponentSettingsName |
A new instance of ComponentSettingsName constructed from the provided ids. |
FromOrganizationComponent(String, String)
public static ComponentSettingsName FromOrganizationComponent(string organizationId, string componentId)Creates a ComponentSettingsName with the pattern
organizations/{organization}/components/{component}/settings.
| Parameters | |
|---|---|
| Name | Description |
organizationId |
StringThe |
componentId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
ComponentSettingsName |
A new instance of ComponentSettingsName constructed from the provided ids. |
FromProjectComponent(String, String)
public static ComponentSettingsName FromProjectComponent(string projectId, string componentId)Creates a ComponentSettingsName with the pattern
projects/{project}/components/{component}/settings.
| Parameters | |
|---|---|
| Name | Description |
projectId |
StringThe |
componentId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
ComponentSettingsName |
A new instance of ComponentSettingsName constructed from the provided ids. |
FromProjectLocationClusterComponent(String, String, String, String)
public static ComponentSettingsName FromProjectLocationClusterComponent(string projectId, string locationId, string clusterId, string componentId)Creates a ComponentSettingsName with the pattern
projects/{project}/locations/{location}/clusters/{cluster}/components/{component}/settings.
| Parameters | |
|---|---|
| Name | Description |
projectId |
StringThe |
locationId |
StringThe |
clusterId |
StringThe |
componentId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
ComponentSettingsName |
A new instance of ComponentSettingsName constructed from the provided ids. |
FromProjectRegionClusterComponent(String, String, String, String)
public static ComponentSettingsName FromProjectRegionClusterComponent(string projectId, string regionId, string clusterId, string componentId)Creates a ComponentSettingsName with the pattern
projects/{project}/regions/{region}/clusters/{cluster}/components/{component}/settings.
| Parameters | |
|---|---|
| Name | Description |
projectId |
StringThe |
regionId |
StringThe |
clusterId |
StringThe |
componentId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
ComponentSettingsName |
A new instance of ComponentSettingsName constructed from the provided ids. |
FromProjectZoneClusterComponent(String, String, String, String)
public static ComponentSettingsName FromProjectZoneClusterComponent(string projectId, string zoneId, string clusterId, string componentId)Creates a ComponentSettingsName with the pattern
projects/{project}/zones/{zone}/clusters/{cluster}/components/{component}/settings.
| Parameters | |
|---|---|
| Name | Description |
projectId |
StringThe |
zoneId |
StringThe |
clusterId |
StringThe |
componentId |
StringThe |
| Returns | |
|---|---|
| Type | Description |
ComponentSettingsName |
A new instance of ComponentSettingsName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static ComponentSettingsName FromUnparsed(UnparsedResourceName unparsedResourceName)Creates a ComponentSettingsName containing an unparsed resource name.
| Parameter | |
|---|---|
| Name | Description |
unparsedResourceName |
UnparsedResourceNameThe unparsed resource name. Must not be |
| Returns | |
|---|---|
| Type | Description |
ComponentSettingsName |
A new instance of ComponentSettingsName containing the provided
|
GetHashCode()
public override int GetHashCode()Returns a hash code for this resource name.
| Returns | |
|---|---|
| Type | Description |
Int32 |
|
Parse(String)
public static ComponentSettingsName Parse(string componentSettingsName)Parses the given resource name string into a new ComponentSettingsName instance.
| Parameter | |
|---|---|
| Name | Description |
componentSettingsName |
StringThe resource name in string form. Must not be |
| Returns | |
|---|---|
| Type | Description |
ComponentSettingsName |
The parsed ComponentSettingsName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
organizations/{organization}/components/{component}/settingsfolders/{folder}/components/{component}/settingsprojects/{project}/components/{component}/settings-
projects/{project}/locations/{location}/clusters/{cluster}/components/{component}/settings -
projects/{project}/regions/{region}/clusters/{cluster}/components/{component}/settings -
projects/{project}/zones/{zone}/clusters/{cluster}/components/{component}/settings
Parse(String, Boolean)
public static ComponentSettingsName Parse(string componentSettingsName, bool allowUnparsed)Parses the given resource name string into a new ComponentSettingsName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description |
componentSettingsName |
StringThe resource name in string form. Must not be |
allowUnparsed |
BooleanIf |
| Returns | |
|---|---|
| Type | Description |
ComponentSettingsName |
The parsed ComponentSettingsName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
organizations/{organization}/components/{component}/settingsfolders/{folder}/components/{component}/settingsprojects/{project}/components/{component}/settings-
projects/{project}/locations/{location}/clusters/{cluster}/components/{component}/settings -
projects/{project}/regions/{region}/clusters/{cluster}/components/{component}/settings -
projects/{project}/zones/{zone}/clusters/{cluster}/components/{component}/settings
allowUnparsed is true.
ToString()
public override string ToString()The string representation of the resource name.
| Returns | |
|---|---|
| Type | Description |
String |
The string representation of the resource name. |
TryParse(String, out ComponentSettingsName)
public static bool TryParse(string componentSettingsName, out ComponentSettingsName result)Tries to parse the given resource name string into a new ComponentSettingsName instance.
| Parameters | |
|---|---|
| Name | Description |
componentSettingsName |
StringThe resource name in string form. Must not be |
result |
ComponentSettingsNameWhen this method returns, the parsed ComponentSettingsName, or |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
organizations/{organization}/components/{component}/settingsfolders/{folder}/components/{component}/settingsprojects/{project}/components/{component}/settings-
projects/{project}/locations/{location}/clusters/{cluster}/components/{component}/settings -
projects/{project}/regions/{region}/clusters/{cluster}/components/{component}/settings -
projects/{project}/zones/{zone}/clusters/{cluster}/components/{component}/settings
TryParse(String, Boolean, out ComponentSettingsName)
public static bool TryParse(string componentSettingsName, bool allowUnparsed, out ComponentSettingsName result)Tries to parse the given resource name string into a new ComponentSettingsName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description |
componentSettingsName |
StringThe resource name in string form. Must not be |
allowUnparsed |
BooleanIf |
result |
ComponentSettingsNameWhen this method returns, the parsed ComponentSettingsName, or |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
organizations/{organization}/components/{component}/settingsfolders/{folder}/components/{component}/settingsprojects/{project}/components/{component}/settings-
projects/{project}/locations/{location}/clusters/{cluster}/components/{component}/settings -
projects/{project}/regions/{region}/clusters/{cluster}/components/{component}/settings -
projects/{project}/zones/{zone}/clusters/{cluster}/components/{component}/settings
allowUnparsed is true.
Operators
Equality(ComponentSettingsName, ComponentSettingsName)
public static bool operator ==(ComponentSettingsName a, ComponentSettingsName b)| Parameters | |
|---|---|
| Name | Description |
a |
ComponentSettingsName |
b |
ComponentSettingsName |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|
Inequality(ComponentSettingsName, ComponentSettingsName)
public static bool operator !=(ComponentSettingsName a, ComponentSettingsName b)| Parameters | |
|---|---|
| Name | Description |
a |
ComponentSettingsName |
b |
ComponentSettingsName |
| Returns | |
|---|---|
| Type | Description |
Boolean |
|