Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/google/eventarc/alpha/trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ components:
matchingCriteria:
type: array
x-dcl-go-name: MatchingCriteria
description: Required. null The list of filters that applies to event attributes.
description: Required. The list of filters that applies to event attributes.
Only events that match all the provided filters will be sent to the destination.
x-dcl-send-empty: true
x-dcl-list-type: set
Expand Down
2 changes: 1 addition & 1 deletion services/google/eventarc/alpha/trigger_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ func DCLTriggerSchema() *dcl.Schema {
"matchingCriteria": &dcl.Property{
Type: "array",
GoName: "MatchingCriteria",
Description: "Required. null The list of filters that applies to event attributes. Only events that match all the provided filters will be sent to the destination.",
Description: "Required. The list of filters that applies to event attributes. Only events that match all the provided filters will be sent to the destination.",
SendEmpty: true,
ListType: "set",
Items: &dcl.Property{
Expand Down
2 changes: 1 addition & 1 deletion services/google/eventarc/beta/trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ components:
matchingCriteria:
type: array
x-dcl-go-name: MatchingCriteria
description: Required. null The list of filters that applies to event attributes.
description: Required. The list of filters that applies to event attributes.
Only events that match all the provided filters will be sent to the destination.
x-dcl-send-empty: true
x-dcl-list-type: set
Expand Down
2 changes: 1 addition & 1 deletion services/google/eventarc/beta/trigger_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ func DCLTriggerSchema() *dcl.Schema {
"matchingCriteria": &dcl.Property{
Type: "array",
GoName: "MatchingCriteria",
Description: "Required. null The list of filters that applies to event attributes. Only events that match all the provided filters will be sent to the destination.",
Description: "Required. The list of filters that applies to event attributes. Only events that match all the provided filters will be sent to the destination.",
SendEmpty: true,
ListType: "set",
Items: &dcl.Property{
Expand Down
2 changes: 1 addition & 1 deletion services/google/eventarc/trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ components:
matchingCriteria:
type: array
x-dcl-go-name: MatchingCriteria
description: Required. null The list of filters that applies to event attributes.
description: Required. The list of filters that applies to event attributes.
Only events that match all the provided filters will be sent to the destination.
x-dcl-send-empty: true
x-dcl-list-type: set
Expand Down
2 changes: 1 addition & 1 deletion services/google/eventarc/trigger_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ func DCLTriggerSchema() *dcl.Schema {
"matchingCriteria": &dcl.Property{
Type: "array",
GoName: "MatchingCriteria",
Description: "Required. null The list of filters that applies to event attributes. Only events that match all the provided filters will be sent to the destination.",
Description: "Required. The list of filters that applies to event attributes. Only events that match all the provided filters will be sent to the destination.",
SendEmpty: true,
ListType: "set",
Items: &dcl.Property{
Expand Down