Show / Hide Table of Contents

Class FilteringAttribute

A representation of the FilteringAttribute resource. Filtering attributes are per event type.

Inheritance
object
FilteringAttribute
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Eventarc.v1.Data
Assembly: Google.Apis.Eventarc.v1.dll
Syntax
public class FilteringAttribute : IDirectResponseSchema

Properties

Attribute

Output only. Attribute used for filtering the event type.

Declaration
[JsonProperty("attribute")]
public virtual string Attribute { get; set; }
Property Value
Type Description
string

Description

Output only. Description of the purpose of the attribute.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PathPatternSupported

Output only. If true, the attribute accepts matching expressions in the Eventarc PathPattern format.

Declaration
[JsonProperty("pathPatternSupported")]
public virtual bool? PathPatternSupported { get; set; }
Property Value
Type Description
bool?

Required

Output only. If true, the triggers for this provider should always specify a filter on these attributes. Trigger creation will fail otherwise.

Declaration
[JsonProperty("required")]
public virtual bool? Required { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX