public sealed class OrganizationEventName : IResourceName, IEquatable<OrganizationEventName>
Reference documentation and code samples for the Service Health v1 API class OrganizationEventName.
Resource name for the OrganizationEvent
resource.
Namespace
Google.Cloud.ServiceHealth.V1Assembly
Google.Cloud.ServiceHealth.V1.dll
Constructors
OrganizationEventName(string, string, string)
public OrganizationEventName(string organizationId, string locationId, string eventId)
Constructs a new instance of a OrganizationEventName class from the component parts of pattern
organizations/{organization}/locations/{location}/organizationEvents/{event}
Parameters | |
---|---|
Name | Description |
organizationId |
string The |
locationId |
string The |
eventId |
string The |
Properties
EventId
public string EventId { get; }
The Event
ID. Will not be null
, unless this instance contains an unparsed resource name.
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 |
bool |
LocationId
public string LocationId { get; }
The Location
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 OrganizationEventName.ResourceNameType Type { get; }
The OrganizationEventName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
OrganizationEventNameResourceNameType |
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 eventId)
Formats the IDs into the string representation of this OrganizationEventName with pattern
organizations/{organization}/locations/{location}/organizationEvents/{event}
.
Parameters | |
---|---|
Name | Description |
organizationId |
string The |
locationId |
string The |
eventId |
string The |
Returns | |
---|---|
Type | Description |
string |
The string representation of this OrganizationEventName with pattern
|
FormatOrganizationLocationEvent(string, string, string)
public static string FormatOrganizationLocationEvent(string organizationId, string locationId, string eventId)
Formats the IDs into the string representation of this OrganizationEventName with pattern
organizations/{organization}/locations/{location}/organizationEvents/{event}
.
Parameters | |
---|---|
Name | Description |
organizationId |
string The |
locationId |
string The |
eventId |
string The |
Returns | |
---|---|
Type | Description |
string |
The string representation of this OrganizationEventName with pattern
|
FromOrganizationLocationEvent(string, string, string)
public static OrganizationEventName FromOrganizationLocationEvent(string organizationId, string locationId, string eventId)
Creates a OrganizationEventName with the pattern
organizations/{organization}/locations/{location}/organizationEvents/{event}
.
Parameters | |
---|---|
Name | Description |
organizationId |
string The |
locationId |
string The |
eventId |
string The |
Returns | |
---|---|
Type | Description |
OrganizationEventName |
A new instance of OrganizationEventName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static OrganizationEventName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a OrganizationEventName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName |
UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
OrganizationEventName |
A new instance of OrganizationEventName containing the provided
|
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
int |
Parse(string)
public static OrganizationEventName Parse(string organizationEventName)
Parses the given resource name string into a new OrganizationEventName instance.
Parameter | |
---|---|
Name | Description |
organizationEventName |
string The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
OrganizationEventName |
The parsed OrganizationEventName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
-
organizations/{organization}/locations/{location}/organizationEvents/{event}
Parse(string, bool)
public static OrganizationEventName Parse(string organizationEventName, bool allowUnparsed)
Parses the given resource name string into a new OrganizationEventName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
organizationEventName |
string The resource name in string form. Must not be |
allowUnparsed |
bool If |
Returns | |
---|---|
Type | Description |
OrganizationEventName |
The parsed OrganizationEventName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
-
organizations/{organization}/locations/{location}/organizationEvents/{event}
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 OrganizationEventName)
public static bool TryParse(string organizationEventName, out OrganizationEventName result)
Tries to parse the given resource name string into a new OrganizationEventName instance.
Parameters | |
---|---|
Name | Description |
organizationEventName |
string The resource name in string form. Must not be |
result |
OrganizationEventName When this method returns, the parsed OrganizationEventName, or |
Returns | |
---|---|
Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
-
organizations/{organization}/locations/{location}/organizationEvents/{event}
TryParse(string, bool, out OrganizationEventName)
public static bool TryParse(string organizationEventName, bool allowUnparsed, out OrganizationEventName result)
Tries to parse the given resource name string into a new OrganizationEventName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
organizationEventName |
string The resource name in string form. Must not be |
allowUnparsed |
bool If |
result |
OrganizationEventName When this method returns, the parsed OrganizationEventName, or |
Returns | |
---|---|
Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
-
organizations/{organization}/locations/{location}/organizationEvents/{event}
allowUnparsed
is true
.
Operators
operator ==(OrganizationEventName, OrganizationEventName)
public static bool operator ==(OrganizationEventName a, OrganizationEventName b)
Determines whether two specified resource names have the same value.
Parameters | |
---|---|
Name | Description |
a |
OrganizationEventName The first resource name to compare, or null. |
b |
OrganizationEventName The second resource name to compare, or null. |
Returns | |
---|---|
Type | Description |
bool |
true if the value of |
operator !=(OrganizationEventName, OrganizationEventName)
public static bool operator !=(OrganizationEventName a, OrganizationEventName b)
Determines whether two specified resource names have different values.
Parameters | |
---|---|
Name | Description |
a |
OrganizationEventName The first resource name to compare, or null. |
b |
OrganizationEventName The second resource name to compare, or null. |
Returns | |
---|---|
Type | Description |
bool |
true if the value of |