public sealed class NotificationConfigName : IResourceName, IEquatable<NotificationConfigName>
Resource name for the NotificationConfig
resource.
Namespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
NotificationConfigName(String, String)
public NotificationConfigName(string organizationId, string notificationConfigId)
Constructs a new instance of a NotificationConfigName class from the component parts of
pattern organizations/{organization}/notificationConfigs/{notification_config}
Parameters | |
---|---|
Name | Description |
organizationId | String The |
notificationConfigId | String The |
Properties
IsKnownPattern
public bool IsKnownPattern { get; }
Whether this instance contains a resource name with a known pattern.
Property Value | |
---|---|
Type | Description |
Boolean |
NotificationConfigId
public string NotificationConfigId { get; }
The NotificationConfig
ID. Will not be null
, unless this instance contains an unparsed
resource name.
Property Value | |
---|---|
Type | Description |
String |
OrganizationId
public string OrganizationId { get; }
The Organization
ID. Will not be null
, unless this instance contains an unparsed resource
name.
Property Value | |
---|---|
Type | Description |
String |
Type
public NotificationConfigName.ResourceNameType Type { get; }
The NotificationConfigName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
NotificationConfigName.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 |
Methods
Format(String, String)
public static string Format(string organizationId, string notificationConfigId)
Formats the IDs into the string representation of this NotificationConfigName with pattern
organizations/{organization}/notificationConfigs/{notification_config}
.
Parameters | |
---|---|
Name | Description |
organizationId | String The |
notificationConfigId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this NotificationConfigName with pattern
|
FormatOrganizationNotificationConfig(String, String)
public static string FormatOrganizationNotificationConfig(string organizationId, string notificationConfigId)
Formats the IDs into the string representation of this NotificationConfigName with pattern
organizations/{organization}/notificationConfigs/{notification_config}
.
Parameters | |
---|---|
Name | Description |
organizationId | String The |
notificationConfigId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this NotificationConfigName with pattern
|
FromOrganizationNotificationConfig(String, String)
public static NotificationConfigName FromOrganizationNotificationConfig(string organizationId, string notificationConfigId)
Creates a NotificationConfigName with the pattern
organizations/{organization}/notificationConfigs/{notification_config}
.
Parameters | |
---|---|
Name | Description |
organizationId | String The |
notificationConfigId | String The |
Returns | |
---|---|
Type | Description |
NotificationConfigName | A new instance of NotificationConfigName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static NotificationConfigName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a NotificationConfigName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName | UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
NotificationConfigName | A new instance of NotificationConfigName containing the provided
|
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
Int32 |
Parse(String)
public static NotificationConfigName Parse(string notificationConfigName)
Parses the given resource name string into a new NotificationConfigName instance.
Parameter | |
---|---|
Name | Description |
notificationConfigName | String The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
NotificationConfigName | The parsed NotificationConfigName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
organizations/{organization}/notificationConfigs/{notification_config}
Parse(String, Boolean)
public static NotificationConfigName Parse(string notificationConfigName, bool allowUnparsed)
Parses the given resource name string into a new NotificationConfigName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
notificationConfigName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
Returns | |
---|---|
Type | Description |
NotificationConfigName | The parsed NotificationConfigName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
organizations/{organization}/notificationConfigs/{notification_config}
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 NotificationConfigName)
public static bool TryParse(string notificationConfigName, out NotificationConfigName result)
Tries to parse the given resource name string into a new NotificationConfigName instance.
Parameters | |
---|---|
Name | Description |
notificationConfigName | String The resource name in string form. Must not be |
result | NotificationConfigName When this method returns, the parsed NotificationConfigName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
organizations/{organization}/notificationConfigs/{notification_config}
TryParse(String, Boolean, out NotificationConfigName)
public static bool TryParse(string notificationConfigName, bool allowUnparsed, out NotificationConfigName result)
Tries to parse the given resource name string into a new NotificationConfigName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
notificationConfigName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
result | NotificationConfigName When this method returns, the parsed NotificationConfigName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
organizations/{organization}/notificationConfigs/{notification_config}
allowUnparsed
is true
.
Operators
Equality(NotificationConfigName, NotificationConfigName)
public static bool operator ==(NotificationConfigName a, NotificationConfigName b)
Parameters | |
---|---|
Name | Description |
a | NotificationConfigName |
b | NotificationConfigName |
Returns | |
---|---|
Type | Description |
Boolean |
Inequality(NotificationConfigName, NotificationConfigName)
public static bool operator !=(NotificationConfigName a, NotificationConfigName b)
Parameters | |
---|---|
Name | Description |
a | NotificationConfigName |
b | NotificationConfigName |
Returns | |
---|---|
Type | Description |
Boolean |