public sealed class LogSinkName : IResourceName, IEquatable<LogSinkName>
Reference documentation and code samples for the Google Cloud Logging v2 API class LogSinkName.
Resource name for the LogSink
resource.
Namespace
Google.Cloud.Logging.V2Assembly
Google.Cloud.Logging.V2.dll
Constructors
LogSinkName(string, string)
public LogSinkName(string projectId, string sinkId)
Constructs a new instance of a LogSinkName class from the component parts of pattern
projects/{project}/sinks/{sink}
Parameters | |
---|---|
Name | Description |
projectId | string The |
sinkId | 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 |
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 |
bool |
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 |
SinkId
public string SinkId { get; }
The Sink
ID. May be null
, depending on which resource name is contained by this instance.
Property Value | |
---|---|
Type | Description |
string |
Type
public LogSinkName.ResourceNameType Type { get; }
The LogSinkName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
LogSinkNameResourceNameType |
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 sinkId)
Formats the IDs into the string representation of this LogSinkName with pattern
projects/{project}/sinks/{sink}
.
Parameters | |
---|---|
Name | Description |
projectId | string The |
sinkId | string The |
Returns | |
---|---|
Type | Description |
string | The string representation of this LogSinkName with pattern |
FormatBillingAccountSink(string, string)
public static string FormatBillingAccountSink(string billingAccountId, string sinkId)
Formats the IDs into the string representation of this LogSinkName with pattern
billingAccounts/{billing_account}/sinks/{sink}
.
Parameters | |
---|---|
Name | Description |
billingAccountId | string The |
sinkId | string The |
Returns | |
---|---|
Type | Description |
string | The string representation of this LogSinkName with pattern
|
FormatFolderSink(string, string)
public static string FormatFolderSink(string folderId, string sinkId)
Formats the IDs into the string representation of this LogSinkName with pattern
folders/{folder}/sinks/{sink}
.
Parameters | |
---|---|
Name | Description |
folderId | string The |
sinkId | string The |
Returns | |
---|---|
Type | Description |
string | The string representation of this LogSinkName with pattern |
FormatOrganizationSink(string, string)
public static string FormatOrganizationSink(string organizationId, string sinkId)
Formats the IDs into the string representation of this LogSinkName with pattern
organizations/{organization}/sinks/{sink}
.
Parameters | |
---|---|
Name | Description |
organizationId | string The |
sinkId | string The |
Returns | |
---|---|
Type | Description |
string | The string representation of this LogSinkName with pattern
|
FormatProjectSink(string, string)
public static string FormatProjectSink(string projectId, string sinkId)
Formats the IDs into the string representation of this LogSinkName with pattern
projects/{project}/sinks/{sink}
.
Parameters | |
---|---|
Name | Description |
projectId | string The |
sinkId | string The |
Returns | |
---|---|
Type | Description |
string | The string representation of this LogSinkName with pattern |
FromBillingAccountSink(string, string)
public static LogSinkName FromBillingAccountSink(string billingAccountId, string sinkId)
Creates a LogSinkName with the pattern billingAccounts/{billing_account}/sinks/{sink}
.
Parameters | |
---|---|
Name | Description |
billingAccountId | string The |
sinkId | string The |
Returns | |
---|---|
Type | Description |
LogSinkName | A new instance of LogSinkName constructed from the provided ids. |
FromFolderSink(string, string)
public static LogSinkName FromFolderSink(string folderId, string sinkId)
Creates a LogSinkName with the pattern folders/{folder}/sinks/{sink}
.
Parameters | |
---|---|
Name | Description |
folderId | string The |
sinkId | string The |
Returns | |
---|---|
Type | Description |
LogSinkName | A new instance of LogSinkName constructed from the provided ids. |
FromOrganizationSink(string, string)
public static LogSinkName FromOrganizationSink(string organizationId, string sinkId)
Creates a LogSinkName with the pattern organizations/{organization}/sinks/{sink}
.
Parameters | |
---|---|
Name | Description |
organizationId | string The |
sinkId | string The |
Returns | |
---|---|
Type | Description |
LogSinkName | A new instance of LogSinkName constructed from the provided ids. |
FromProjectSink(string, string)
public static LogSinkName FromProjectSink(string projectId, string sinkId)
Creates a LogSinkName with the pattern projects/{project}/sinks/{sink}
.
Parameters | |
---|---|
Name | Description |
projectId | string The |
sinkId | string The |
Returns | |
---|---|
Type | Description |
LogSinkName | A new instance of LogSinkName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static LogSinkName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a LogSinkName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName | UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
LogSinkName | A new instance of LogSinkName containing the provided |
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
int |
Parse(string)
public static LogSinkName Parse(string logSinkName)
Parses the given resource name string into a new LogSinkName instance.
Parameter | |
---|---|
Name | Description |
logSinkName | string The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
LogSinkName | The parsed LogSinkName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/sinks/{sink}
organizations/{organization}/sinks/{sink}
folders/{folder}/sinks/{sink}
billingAccounts/{billing_account}/sinks/{sink}
Parse(string, bool)
public static LogSinkName Parse(string logSinkName, bool allowUnparsed)
Parses the given resource name string into a new LogSinkName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
logSinkName | string The resource name in string form. Must not be |
allowUnparsed | bool If |
Returns | |
---|---|
Type | Description |
LogSinkName | The parsed LogSinkName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/sinks/{sink}
organizations/{organization}/sinks/{sink}
folders/{folder}/sinks/{sink}
billingAccounts/{billing_account}/sinks/{sink}
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 LogSinkName)
public static bool TryParse(string logSinkName, out LogSinkName result)
Tries to parse the given resource name string into a new LogSinkName instance.
Parameters | |
---|---|
Name | Description |
logSinkName | string The resource name in string form. Must not be |
result | LogSinkName When this method returns, the parsed LogSinkName, or |
Returns | |
---|---|
Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/sinks/{sink}
organizations/{organization}/sinks/{sink}
folders/{folder}/sinks/{sink}
billingAccounts/{billing_account}/sinks/{sink}
TryParse(string, bool, out LogSinkName)
public static bool TryParse(string logSinkName, bool allowUnparsed, out LogSinkName result)
Tries to parse the given resource name string into a new LogSinkName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
logSinkName | string The resource name in string form. Must not be |
allowUnparsed | bool If |
result | LogSinkName When this method returns, the parsed LogSinkName, or |
Returns | |
---|---|
Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/sinks/{sink}
organizations/{organization}/sinks/{sink}
folders/{folder}/sinks/{sink}
billingAccounts/{billing_account}/sinks/{sink}
allowUnparsed
is true
.
Operators
operator ==(LogSinkName, LogSinkName)
public static bool operator ==(LogSinkName a, LogSinkName b)
Determines whether two specified resource names have the same value.
Parameters | |
---|---|
Name | Description |
a | LogSinkName The first resource name to compare, or null. |
b | LogSinkName The second resource name to compare, or null. |
Returns | |
---|---|
Type | Description |
bool | true if the value of |
operator !=(LogSinkName, LogSinkName)
public static bool operator !=(LogSinkName a, LogSinkName b)
Determines whether two specified resource names have different values.
Parameters | |
---|---|
Name | Description |
a | LogSinkName The first resource name to compare, or null. |
b | LogSinkName The second resource name to compare, or null. |
Returns | |
---|---|
Type | Description |
bool | true if the value of |