Google Cloud Logging v2 API - Class DeleteSinkRequest (4.2.0)

public sealed class DeleteSinkRequest : IMessage<DeleteSinkRequest>, IEquatable<DeleteSinkRequest>, IDeepCloneable<DeleteSinkRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Logging v2 API class DeleteSinkRequest.

The parameters to DeleteSink.

Inheritance

object > DeleteSinkRequest

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Constructors

DeleteSinkRequest()

public DeleteSinkRequest()

DeleteSinkRequest(DeleteSinkRequest)

public DeleteSinkRequest(DeleteSinkRequest other)
Parameter
NameDescription
otherDeleteSinkRequest

Properties

SinkName

public string SinkName { get; set; }

Required. The full resource name of the sink to delete, including the parent resource and the sink identifier:

"projects/[PROJECT_ID]/sinks/[SINK_ID]"
"organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
"billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
"folders/[FOLDER_ID]/sinks/[SINK_ID]"

For example:

"projects/my-project/sinks/my-sink"

Property Value
TypeDescription
string

SinkNameAsLogSinkName

public LogSinkName SinkNameAsLogSinkName { get; set; }

LogSinkName-typed view over the SinkName resource name property.

Property Value
TypeDescription
LogSinkName