Skip to content

Commit

Permalink
fix typo doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoppii13 committed Jan 26, 2024
1 parent 9979e84 commit 1ddfe4e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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

0 comments on commit 1ddfe4e

Please sign in to comment.