public sealed class LogSinkName : IResourceName, IEquatable<LogSinkName>Resource name for the LogSink resource.
Inheritance
System.Object > LogSinkNameNamespace
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 | 
        StringThe   | 
      
sinkId | 
        StringThe   | 
      
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 | 
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 | 
        |
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 | 
LogSinkName.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 sinkId)Formats the IDs into the string representation of this LogSinkName with pattern
projects/{project}/sinks/{sink}.
| Parameters | |
|---|---|
| Name | Description | 
projectId | 
        StringThe   | 
      
sinkId | 
        StringThe   | 
      
| 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 | 
        StringThe   | 
      
sinkId | 
        StringThe   | 
      
| 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 | 
        StringThe   | 
      
sinkId | 
        StringThe   | 
      
| 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 | 
        StringThe   | 
      
sinkId | 
        StringThe   | 
      
| 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 | 
        StringThe   | 
      
sinkId | 
        StringThe   | 
      
| 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 | 
        StringThe   | 
      
sinkId | 
        StringThe   | 
      
| 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 | 
        StringThe   | 
      
sinkId | 
        StringThe   | 
      
| 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 | 
        StringThe   | 
      
sinkId | 
        StringThe   | 
      
| 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 | 
        StringThe   | 
      
sinkId | 
        StringThe   | 
      
| 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 | 
        UnparsedResourceNameThe 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 | 
Int32 | 
        |
Parse(String)
public static LogSinkName Parse(string logSinkName)Parses the given resource name string into a new LogSinkName instance.
| Parameter | |
|---|---|
| Name | Description | 
logSinkName | 
        StringThe 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, Boolean)
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 | 
        StringThe resource name in string form. Must not be   | 
      
allowUnparsed | 
        BooleanIf   | 
      
| 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 | 
        StringThe resource name in string form. Must not be   | 
      
result | 
        LogSinkNameWhen this method returns, the parsed LogSinkName, or   | 
      
| Returns | |
|---|---|
| Type | Description | 
Boolean | 
        
  | 
      
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, Boolean, 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 | 
        StringThe resource name in string form. Must not be   | 
      
allowUnparsed | 
        BooleanIf   | 
      
result | 
        LogSinkNameWhen this method returns, the parsed LogSinkName, or   | 
      
| Returns | |
|---|---|
| Type | Description | 
Boolean | 
        
  | 
      
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
Equality(LogSinkName, LogSinkName)
public static bool operator ==(LogSinkName a, LogSinkName b)| Parameters | |
|---|---|
| Name | Description | 
a | 
        LogSinkName | 
      
b | 
        LogSinkName | 
      
| Returns | |
|---|---|
| Type | Description | 
Boolean | 
        |
Inequality(LogSinkName, LogSinkName)
public static bool operator !=(LogSinkName a, LogSinkName b)| Parameters | |
|---|---|
| Name | Description | 
a | 
        LogSinkName | 
      
b | 
        LogSinkName | 
      
| Returns | |
|---|---|
| Type | Description | 
Boolean | 
        |