public sealed class LogExclusionName : IResourceName, IEquatable<LogExclusionName>
Resource name for the LogExclusion
resource.
Namespace
Google.Cloud.Logging.V2Assembly
Google.Cloud.Logging.V2.dll
Constructors
LogExclusionName(String, String)
public LogExclusionName(string projectId, string exclusionId)
Constructs a new instance of a LogExclusionName class from the component parts of pattern
projects/{project}/exclusions/{exclusion}
Parameters | |
---|---|
Name | Description |
projectId | String The |
exclusionId | String The |
Properties
BillingAccountId
public string BillingAccountId { get; }
The BillingAccount
ID. May be null
, depending on which resource name is contained by this
instance.
Property Value | |
---|---|
Type | Description |
String |
ExclusionId
public string ExclusionId { get; }
The Exclusion
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 |
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 LogExclusionName.ResourceNameType Type { get; }
The LogExclusionName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
LogExclusionName.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 projectId, string exclusionId)
Formats the IDs into the string representation of this LogExclusionName with pattern
projects/{project}/exclusions/{exclusion}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
exclusionId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this LogExclusionName with pattern
|
FormatBillingAccountExclusion(String, String)
public static string FormatBillingAccountExclusion(string billingAccountId, string exclusionId)
Formats the IDs into the string representation of this LogExclusionName with pattern
billingAccounts/{billing_account}/exclusions/{exclusion}
.
Parameters | |
---|---|
Name | Description |
billingAccountId | String The |
exclusionId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this LogExclusionName with pattern
|
FormatFolderExclusion(String, String)
public static string FormatFolderExclusion(string folderId, string exclusionId)
Formats the IDs into the string representation of this LogExclusionName with pattern
folders/{folder}/exclusions/{exclusion}
.
Parameters | |
---|---|
Name | Description |
folderId | String The |
exclusionId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this LogExclusionName with pattern
|
FormatOrganizationExclusion(String, String)
public static string FormatOrganizationExclusion(string organizationId, string exclusionId)
Formats the IDs into the string representation of this LogExclusionName with pattern
organizations/{organization}/exclusions/{exclusion}
.
Parameters | |
---|---|
Name | Description |
organizationId | String The |
exclusionId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this LogExclusionName with pattern
|
FormatProjectExclusion(String, String)
public static string FormatProjectExclusion(string projectId, string exclusionId)
Formats the IDs into the string representation of this LogExclusionName with pattern
projects/{project}/exclusions/{exclusion}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
exclusionId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this LogExclusionName with pattern
|
FromBillingAccountExclusion(String, String)
public static LogExclusionName FromBillingAccountExclusion(string billingAccountId, string exclusionId)
Creates a LogExclusionName with the pattern
billingAccounts/{billing_account}/exclusions/{exclusion}
.
Parameters | |
---|---|
Name | Description |
billingAccountId | String The |
exclusionId | String The |
Returns | |
---|---|
Type | Description |
LogExclusionName | A new instance of LogExclusionName constructed from the provided ids. |
FromFolderExclusion(String, String)
public static LogExclusionName FromFolderExclusion(string folderId, string exclusionId)
Creates a LogExclusionName with the pattern folders/{folder}/exclusions/{exclusion}
.
Parameters | |
---|---|
Name | Description |
folderId | String The |
exclusionId | String The |
Returns | |
---|---|
Type | Description |
LogExclusionName | A new instance of LogExclusionName constructed from the provided ids. |
FromOrganizationExclusion(String, String)
public static LogExclusionName FromOrganizationExclusion(string organizationId, string exclusionId)
Creates a LogExclusionName with the pattern
organizations/{organization}/exclusions/{exclusion}
.
Parameters | |
---|---|
Name | Description |
organizationId | String The |
exclusionId | String The |
Returns | |
---|---|
Type | Description |
LogExclusionName | A new instance of LogExclusionName constructed from the provided ids. |
FromProjectExclusion(String, String)
public static LogExclusionName FromProjectExclusion(string projectId, string exclusionId)
Creates a LogExclusionName with the pattern projects/{project}/exclusions/{exclusion}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
exclusionId | String The |
Returns | |
---|---|
Type | Description |
LogExclusionName | A new instance of LogExclusionName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static LogExclusionName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a LogExclusionName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName | UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
LogExclusionName | A new instance of LogExclusionName containing the provided
|
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
Int32 |
Parse(String)
public static LogExclusionName Parse(string logExclusionName)
Parses the given resource name string into a new LogExclusionName instance.
Parameter | |
---|---|
Name | Description |
logExclusionName | String The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
LogExclusionName | The parsed LogExclusionName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/exclusions/{exclusion}
organizations/{organization}/exclusions/{exclusion}
folders/{folder}/exclusions/{exclusion}
billingAccounts/{billing_account}/exclusions/{exclusion}
Parse(String, Boolean)
public static LogExclusionName Parse(string logExclusionName, bool allowUnparsed)
Parses the given resource name string into a new LogExclusionName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
logExclusionName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
Returns | |
---|---|
Type | Description |
LogExclusionName | The parsed LogExclusionName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/exclusions/{exclusion}
organizations/{organization}/exclusions/{exclusion}
folders/{folder}/exclusions/{exclusion}
billingAccounts/{billing_account}/exclusions/{exclusion}
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 LogExclusionName)
public static bool TryParse(string logExclusionName, out LogExclusionName result)
Tries to parse the given resource name string into a new LogExclusionName instance.
Parameters | |
---|---|
Name | Description |
logExclusionName | String The resource name in string form. Must not be |
result | LogExclusionName When this method returns, the parsed LogExclusionName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/exclusions/{exclusion}
organizations/{organization}/exclusions/{exclusion}
folders/{folder}/exclusions/{exclusion}
billingAccounts/{billing_account}/exclusions/{exclusion}
TryParse(String, Boolean, out LogExclusionName)
public static bool TryParse(string logExclusionName, bool allowUnparsed, out LogExclusionName result)
Tries to parse the given resource name string into a new LogExclusionName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
logExclusionName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
result | LogExclusionName When this method returns, the parsed LogExclusionName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/exclusions/{exclusion}
organizations/{organization}/exclusions/{exclusion}
folders/{folder}/exclusions/{exclusion}
billingAccounts/{billing_account}/exclusions/{exclusion}
allowUnparsed
is true
.
Operators
Equality(LogExclusionName, LogExclusionName)
public static bool operator ==(LogExclusionName a, LogExclusionName b)
Parameters | |
---|---|
Name | Description |
a | LogExclusionName |
b | LogExclusionName |
Returns | |
---|---|
Type | Description |
Boolean |
Inequality(LogExclusionName, LogExclusionName)
public static bool operator !=(LogExclusionName a, LogExclusionName b)
Parameters | |
---|---|
Name | Description |
a | LogExclusionName |
b | LogExclusionName |
Returns | |
---|---|
Type | Description |
Boolean |