Google Cloud Logging v2 API - Class GetSinkRequest (4.4.0)

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

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

The parameters to GetSink.

Inheritance

object > GetSinkRequest

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Constructors

GetSinkRequest()

public GetSinkRequest()

GetSinkRequest(GetSinkRequest)

public GetSinkRequest(GetSinkRequest other)
Parameter
Name Description
other GetSinkRequest

Properties

SinkName

public string SinkName { get; set; }

Required. The resource name of the sink:

"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
Type Description
string

SinkNameAsLogSinkName

public LogSinkName SinkNameAsLogSinkName { get; set; }

LogSinkName-typed view over the SinkName resource name property.

Property Value
Type Description
LogSinkName