public sealed class NotificationName : IResourceName, IEquatable<NotificationName>
Reference documentation and code samples for the Advisory Notifications v1 API class NotificationName.
Resource name for the Notification
resource.
Namespace
Google.Cloud.AdvisoryNotifications.V1Assembly
Google.Cloud.AdvisoryNotifications.V1.dll
Constructors
NotificationName(string, string, string)
public NotificationName(string organizationId, string locationId, string notificationId)
Constructs a new instance of a NotificationName class from the component parts of pattern
organizations/{organization}/locations/{location}/notifications/{notification}
Parameters | |
---|---|
Name | Description |
organizationId |
string The |
locationId |
string The |
notificationId |
string The |
Properties
IsKnownPattern
public bool IsKnownPattern { get; }
Whether this instance contains a resource name with a known pattern.
Property Value | |
---|---|
Type | Description |
bool |
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 |
NotificationId
public string NotificationId { get; }
The Notification
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 |
Type
public NotificationName.ResourceNameType Type { get; }
The NotificationName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
NotificationNameResourceNameType |
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, string)
public static string Format(string organizationId, string locationId, string notificationId)
Formats the IDs into the string representation of this NotificationName with pattern
organizations/{organization}/locations/{location}/notifications/{notification}
.
Parameters | |
---|---|
Name | Description |
organizationId |
string The |
locationId |
string The |
notificationId |
string The |
Returns | |
---|---|
Type | Description |
string |
The string representation of this NotificationName with pattern
|
FormatOrganizationLocationNotification(string, string, string)
public static string FormatOrganizationLocationNotification(string organizationId, string locationId, string notificationId)
Formats the IDs into the string representation of this NotificationName with pattern
organizations/{organization}/locations/{location}/notifications/{notification}
.
Parameters | |
---|---|
Name | Description |
organizationId |
string The |
locationId |
string The |
notificationId |
string The |
Returns | |
---|---|
Type | Description |
string |
The string representation of this NotificationName with pattern
|
FormatProjectLocationNotification(string, string, string)
public static string FormatProjectLocationNotification(string projectId, string locationId, string notificationId)
Formats the IDs into the string representation of this NotificationName with pattern
projects/{project}/locations/{location}/notifications/{notification}
.
Parameters | |
---|---|
Name | Description |
projectId |
string The |
locationId |
string The |
notificationId |
string The |
Returns | |
---|---|
Type | Description |
string |
The string representation of this NotificationName with pattern
|
FromOrganizationLocationNotification(string, string, string)
public static NotificationName FromOrganizationLocationNotification(string organizationId, string locationId, string notificationId)
Creates a NotificationName with the pattern
organizations/{organization}/locations/{location}/notifications/{notification}
.
Parameters | |
---|---|
Name | Description |
organizationId |
string The |
locationId |
string The |
notificationId |
string The |
Returns | |
---|---|
Type | Description |
NotificationName |
A new instance of NotificationName constructed from the provided ids. |
FromProjectLocationNotification(string, string, string)
public static NotificationName FromProjectLocationNotification(string projectId, string locationId, string notificationId)
Creates a NotificationName with the pattern
projects/{project}/locations/{location}/notifications/{notification}
.
Parameters | |
---|---|
Name | Description |
projectId |
string The |
locationId |
string The |
notificationId |
string The |
Returns | |
---|---|
Type | Description |
NotificationName |
A new instance of NotificationName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static NotificationName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a NotificationName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName |
UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
NotificationName |
A new instance of NotificationName containing the provided
|
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
int |
Parse(string)
public static NotificationName Parse(string notificationName)
Parses the given resource name string into a new NotificationName instance.
Parameter | |
---|---|
Name | Description |
notificationName |
string The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
NotificationName |
The parsed NotificationName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
-
organizations/{organization}/locations/{location}/notifications/{notification}
projects/{project}/locations/{location}/notifications/{notification}
Parse(string, bool)
public static NotificationName Parse(string notificationName, bool allowUnparsed)
Parses the given resource name string into a new NotificationName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
notificationName |
string The resource name in string form. Must not be |
allowUnparsed |
bool If |
Returns | |
---|---|
Type | Description |
NotificationName |
The parsed NotificationName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
-
organizations/{organization}/locations/{location}/notifications/{notification}
projects/{project}/locations/{location}/notifications/{notification}
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 NotificationName)
public static bool TryParse(string notificationName, out NotificationName result)
Tries to parse the given resource name string into a new NotificationName instance.
Parameters | |
---|---|
Name | Description |
notificationName |
string The resource name in string form. Must not be |
result |
NotificationName When this method returns, the parsed NotificationName, or |
Returns | |
---|---|
Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
-
organizations/{organization}/locations/{location}/notifications/{notification}
projects/{project}/locations/{location}/notifications/{notification}
TryParse(string, bool, out NotificationName)
public static bool TryParse(string notificationName, bool allowUnparsed, out NotificationName result)
Tries to parse the given resource name string into a new NotificationName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
notificationName |
string The resource name in string form. Must not be |
allowUnparsed |
bool If |
result |
NotificationName When this method returns, the parsed NotificationName, or |
Returns | |
---|---|
Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
-
organizations/{organization}/locations/{location}/notifications/{notification}
projects/{project}/locations/{location}/notifications/{notification}
allowUnparsed
is true
.
Operators
operator ==(NotificationName, NotificationName)
public static bool operator ==(NotificationName a, NotificationName b)
Determines whether two specified resource names have the same value.
Parameters | |
---|---|
Name | Description |
a |
NotificationName The first resource name to compare, or null. |
b |
NotificationName The second resource name to compare, or null. |
Returns | |
---|---|
Type | Description |
bool |
true if the value of |
operator !=(NotificationName, NotificationName)
public static bool operator !=(NotificationName a, NotificationName b)
Determines whether two specified resource names have different values.
Parameters | |
---|---|
Name | Description |
a |
NotificationName The first resource name to compare, or null. |
b |
NotificationName The second resource name to compare, or null. |
Returns | |
---|---|
Type | Description |
bool |
true if the value of |