Reference documentation and code samples for the Google Cloud Eventarc V1 Client class FilteringAttribute.
A representation of the FilteringAttribute resource.
Filtering attributes are per event type.
Generated from protobuf message google.cloud.eventarc.v1.FilteringAttribute
Namespace
Google \ Cloud \ Eventarc \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ attribute |
string
Output only. Attribute used for filtering the event type. |
↳ description |
string
Output only. Description of the purpose of the attribute. |
↳ required |
bool
Output only. If true, the triggers for this provider should always specify a filter on these attributes. Trigger creation will fail otherwise. |
↳ path_pattern_supported |
bool
Output only. If true, the attribute accepts matching expressions in the Eventarc PathPattern format. |
getAttribute
Output only. Attribute used for filtering the event type.
Returns | |
---|---|
Type | Description |
string |
setAttribute
Output only. Attribute used for filtering the event type.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDescription
Output only. Description of the purpose of the attribute.
Returns | |
---|---|
Type | Description |
string |
setDescription
Output only. Description of the purpose of the attribute.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getRequired
Output only. If true, the triggers for this provider should always specify a filter on these attributes. Trigger creation will fail otherwise.
Returns | |
---|---|
Type | Description |
bool |
setRequired
Output only. If true, the triggers for this provider should always specify a filter on these attributes. Trigger creation will fail otherwise.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getPathPatternSupported
Output only. If true, the attribute accepts matching expressions in the Eventarc PathPattern format.
Returns | |
---|---|
Type | Description |
bool |
setPathPatternSupported
Output only. If true, the attribute accepts matching expressions in the Eventarc PathPattern format.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |