Google Cloud Logging v2 API - Class GetExclusionRequest (4.2.0)

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

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

The parameters to GetExclusion.

Inheritance

object > GetExclusionRequest

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Constructors

GetExclusionRequest()

public GetExclusionRequest()

GetExclusionRequest(GetExclusionRequest)

public GetExclusionRequest(GetExclusionRequest other)
Parameter
NameDescription
otherGetExclusionRequest

Properties

LogExclusionName

public LogExclusionName LogExclusionName { get; set; }

LogExclusionName-typed view over the Name resource name property.

Property Value
TypeDescription
LogExclusionName

Name

public string Name { get; set; }

Required. The resource name of an existing exclusion:

"projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]"
"organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]"
"billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]"
"folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]"

For example:

"projects/my-project/exclusions/my-exclusion"

Property Value
TypeDescription
string