Skip to content

Commit 771a60d

Browse files
feat(eventarc): update the api
#### eventarc:v1 The following keys were added: - schemas.EventFilter.properties.operator.type (Total Keys: 1)
1 parent 45b2c47 commit 771a60d

File tree

4 files changed

+21
-13
lines changed

4 files changed

+21
-13
lines changed

docs/dyn/eventarc_v1.projects.locations.providers.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ <h3>Method Details</h3>
120120
&quot;required&quot;: True or False, # Output only. If true, the triggers for this provider should always specify a filter on these attributes. Trigger creation will fail otherwise.
121121
},
122122
],
123-
&quot;type&quot;: &quot;A String&quot;, # Output only. The full name of the event type (for example, &quot;google.cloud.storage.object.v1.finalized&quot;). In the form of {provider-id}.{resource}.{version}.{verb}. Types MUST be versioned and event schemas are guaranteed to remain backward compatible within one version. Note that event type versions and API versions do not need to match.
123+
&quot;type&quot;: &quot;A String&quot;, # Output only. The full name of the event type (for example, &quot;google.cloud.storage.object.v1.finalized&quot;). In the form of {provider-specific-prefix}.{resource}.{version}.{verb}. Types MUST be versioned and event schemas are guaranteed to remain backward compatible within one version. Note that event type versions and API versions do not need to match.
124124
},
125125
],
126-
&quot;name&quot;: &quot;A String&quot;, # Output only. In `projects/{project}/locations/{location}/providers/{provider-id}` format.
126+
&quot;name&quot;: &quot;A String&quot;, # Output only. In `projects/{project}/locations/{location}/providers/{provider_id}` format.
127127
}</pre>
128128
</div>
129129

@@ -162,10 +162,10 @@ <h3>Method Details</h3>
162162
&quot;required&quot;: True or False, # Output only. If true, the triggers for this provider should always specify a filter on these attributes. Trigger creation will fail otherwise.
163163
},
164164
],
165-
&quot;type&quot;: &quot;A String&quot;, # Output only. The full name of the event type (for example, &quot;google.cloud.storage.object.v1.finalized&quot;). In the form of {provider-id}.{resource}.{version}.{verb}. Types MUST be versioned and event schemas are guaranteed to remain backward compatible within one version. Note that event type versions and API versions do not need to match.
165+
&quot;type&quot;: &quot;A String&quot;, # Output only. The full name of the event type (for example, &quot;google.cloud.storage.object.v1.finalized&quot;). In the form of {provider-specific-prefix}.{resource}.{version}.{verb}. Types MUST be versioned and event schemas are guaranteed to remain backward compatible within one version. Note that event type versions and API versions do not need to match.
166166
},
167167
],
168-
&quot;name&quot;: &quot;A String&quot;, # Output only. In `projects/{project}/locations/{location}/providers/{provider-id}` format.
168+
&quot;name&quot;: &quot;A String&quot;, # Output only. In `projects/{project}/locations/{location}/providers/{provider_id}` format.
169169
},
170170
],
171171
&quot;unreachable&quot;: [ # Unreachable resources, if any.

docs/dyn/eventarc_v1.projects.locations.triggers.html

+8-4
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h3>Method Details</h3>
122122
{ # A representation of the trigger resource.
123123
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation time.
124124
&quot;destination&quot;: { # Represents a target of an invocation over HTTP. # Required. Destination specifies where the events should be sent to.
125-
&quot;cloudFunction&quot;: &quot;A String&quot;, # The Cloud Function resource name. Only Cloud Functions V2 is supported. Format: projects/{project}/locations/{location}/functions/{function}
125+
&quot;cloudFunction&quot;: &quot;A String&quot;, # The Cloud Function resource name. Only Cloud Functions V2 is supported. Format: `projects/{project}/locations/{location}/functions/{function}`
126126
&quot;cloudRun&quot;: { # Represents a Cloud Run destination. # Cloud Run fully-managed resource that receives the events. The resource should be in the same project as the trigger.
127127
&quot;path&quot;: &quot;A String&quot;, # Optional. The relative path on the Cloud Run service the events should be sent to. The value must conform to the definition of a URI path segment (section 3.3 of RFC2396). Examples: &quot;/route&quot;, &quot;route&quot;, &quot;route/subroute&quot;.
128128
&quot;region&quot;: &quot;A String&quot;, # Required. The region the Cloud Run service is deployed in.
@@ -140,6 +140,7 @@ <h3>Method Details</h3>
140140
&quot;eventFilters&quot;: [ # Required. null The list of filters that applies to event attributes. Only events that match all the provided filters are sent to the destination.
141141
{ # Filters events based on exact matches on the CloudEvents attributes.
142142
&quot;attribute&quot;: &quot;A String&quot;, # Required. The name of a CloudEvents attribute. Currently, only a subset of attributes are supported for filtering. All triggers MUST provide a filter for the &#x27;type&#x27; attribute.
143+
&quot;operator&quot;: &quot;A String&quot;, # Optional. The operator used for matching the events with the value of the filter. If not specified, only events that have an exact key-value pair specified in the filter are matched. The only allowed value is `match-path-pattern`.
143144
&quot;value&quot;: &quot;A String&quot;, # Required. The value for the attribute.
144145
},
145146
],
@@ -244,7 +245,7 @@ <h3>Method Details</h3>
244245
{ # A representation of the trigger resource.
245246
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation time.
246247
&quot;destination&quot;: { # Represents a target of an invocation over HTTP. # Required. Destination specifies where the events should be sent to.
247-
&quot;cloudFunction&quot;: &quot;A String&quot;, # The Cloud Function resource name. Only Cloud Functions V2 is supported. Format: projects/{project}/locations/{location}/functions/{function}
248+
&quot;cloudFunction&quot;: &quot;A String&quot;, # The Cloud Function resource name. Only Cloud Functions V2 is supported. Format: `projects/{project}/locations/{location}/functions/{function}`
248249
&quot;cloudRun&quot;: { # Represents a Cloud Run destination. # Cloud Run fully-managed resource that receives the events. The resource should be in the same project as the trigger.
249250
&quot;path&quot;: &quot;A String&quot;, # Optional. The relative path on the Cloud Run service the events should be sent to. The value must conform to the definition of a URI path segment (section 3.3 of RFC2396). Examples: &quot;/route&quot;, &quot;route&quot;, &quot;route/subroute&quot;.
250251
&quot;region&quot;: &quot;A String&quot;, # Required. The region the Cloud Run service is deployed in.
@@ -262,6 +263,7 @@ <h3>Method Details</h3>
262263
&quot;eventFilters&quot;: [ # Required. null The list of filters that applies to event attributes. Only events that match all the provided filters are sent to the destination.
263264
{ # Filters events based on exact matches on the CloudEvents attributes.
264265
&quot;attribute&quot;: &quot;A String&quot;, # Required. The name of a CloudEvents attribute. Currently, only a subset of attributes are supported for filtering. All triggers MUST provide a filter for the &#x27;type&#x27; attribute.
266+
&quot;operator&quot;: &quot;A String&quot;, # Optional. The operator used for matching the events with the value of the filter. If not specified, only events that have an exact key-value pair specified in the filter are matched. The only allowed value is `match-path-pattern`.
265267
&quot;value&quot;: &quot;A String&quot;, # Required. The value for the attribute.
266268
},
267269
],
@@ -352,7 +354,7 @@ <h3>Method Details</h3>
352354
{ # A representation of the trigger resource.
353355
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation time.
354356
&quot;destination&quot;: { # Represents a target of an invocation over HTTP. # Required. Destination specifies where the events should be sent to.
355-
&quot;cloudFunction&quot;: &quot;A String&quot;, # The Cloud Function resource name. Only Cloud Functions V2 is supported. Format: projects/{project}/locations/{location}/functions/{function}
357+
&quot;cloudFunction&quot;: &quot;A String&quot;, # The Cloud Function resource name. Only Cloud Functions V2 is supported. Format: `projects/{project}/locations/{location}/functions/{function}`
356358
&quot;cloudRun&quot;: { # Represents a Cloud Run destination. # Cloud Run fully-managed resource that receives the events. The resource should be in the same project as the trigger.
357359
&quot;path&quot;: &quot;A String&quot;, # Optional. The relative path on the Cloud Run service the events should be sent to. The value must conform to the definition of a URI path segment (section 3.3 of RFC2396). Examples: &quot;/route&quot;, &quot;route&quot;, &quot;route/subroute&quot;.
358360
&quot;region&quot;: &quot;A String&quot;, # Required. The region the Cloud Run service is deployed in.
@@ -370,6 +372,7 @@ <h3>Method Details</h3>
370372
&quot;eventFilters&quot;: [ # Required. null The list of filters that applies to event attributes. Only events that match all the provided filters are sent to the destination.
371373
{ # Filters events based on exact matches on the CloudEvents attributes.
372374
&quot;attribute&quot;: &quot;A String&quot;, # Required. The name of a CloudEvents attribute. Currently, only a subset of attributes are supported for filtering. All triggers MUST provide a filter for the &#x27;type&#x27; attribute.
375+
&quot;operator&quot;: &quot;A String&quot;, # Optional. The operator used for matching the events with the value of the filter. If not specified, only events that have an exact key-value pair specified in the filter are matched. The only allowed value is `match-path-pattern`.
373376
&quot;value&quot;: &quot;A String&quot;, # Required. The value for the attribute.
374377
},
375378
],
@@ -420,7 +423,7 @@ <h3>Method Details</h3>
420423
{ # A representation of the trigger resource.
421424
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation time.
422425
&quot;destination&quot;: { # Represents a target of an invocation over HTTP. # Required. Destination specifies where the events should be sent to.
423-
&quot;cloudFunction&quot;: &quot;A String&quot;, # The Cloud Function resource name. Only Cloud Functions V2 is supported. Format: projects/{project}/locations/{location}/functions/{function}
426+
&quot;cloudFunction&quot;: &quot;A String&quot;, # The Cloud Function resource name. Only Cloud Functions V2 is supported. Format: `projects/{project}/locations/{location}/functions/{function}`
424427
&quot;cloudRun&quot;: { # Represents a Cloud Run destination. # Cloud Run fully-managed resource that receives the events. The resource should be in the same project as the trigger.
425428
&quot;path&quot;: &quot;A String&quot;, # Optional. The relative path on the Cloud Run service the events should be sent to. The value must conform to the definition of a URI path segment (section 3.3 of RFC2396). Examples: &quot;/route&quot;, &quot;route&quot;, &quot;route/subroute&quot;.
426429
&quot;region&quot;: &quot;A String&quot;, # Required. The region the Cloud Run service is deployed in.
@@ -438,6 +441,7 @@ <h3>Method Details</h3>
438441
&quot;eventFilters&quot;: [ # Required. null The list of filters that applies to event attributes. Only events that match all the provided filters are sent to the destination.
439442
{ # Filters events based on exact matches on the CloudEvents attributes.
440443
&quot;attribute&quot;: &quot;A String&quot;, # Required. The name of a CloudEvents attribute. Currently, only a subset of attributes are supported for filtering. All triggers MUST provide a filter for the &#x27;type&#x27; attribute.
444+
&quot;operator&quot;: &quot;A String&quot;, # Optional. The operator used for matching the events with the value of the filter. If not specified, only events that have an exact key-value pair specified in the filter are matched. The only allowed value is `match-path-pattern`.
441445
&quot;value&quot;: &quot;A String&quot;, # Required. The value for the attribute.
442446
},
443447
],

googleapiclient/discovery_cache/documents/eventarc.v1.json

+8-4
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@
841841
}
842842
}
843843
},
844-
"revision": "20220124",
844+
"revision": "20220211",
845845
"rootUrl": "https://eventarc.googleapis.com/",
846846
"schemas": {
847847
"AuditConfig": {
@@ -938,7 +938,7 @@
938938
"id": "Destination",
939939
"properties": {
940940
"cloudFunction": {
941-
"description": "The Cloud Function resource name. Only Cloud Functions V2 is supported. Format: projects/{project}/locations/{location}/functions/{function}",
941+
"description": "The Cloud Function resource name. Only Cloud Functions V2 is supported. Format: `projects/{project}/locations/{location}/functions/{function}`",
942942
"type": "string"
943943
},
944944
"cloudRun": {
@@ -966,6 +966,10 @@
966966
"description": "Required. The name of a CloudEvents attribute. Currently, only a subset of attributes are supported for filtering. All triggers MUST provide a filter for the 'type' attribute.",
967967
"type": "string"
968968
},
969+
"operator": {
970+
"description": "Optional. The operator used for matching the events with the value of the filter. If not specified, only events that have an exact key-value pair specified in the filter are matched. The only allowed value is `match-path-pattern`.",
971+
"type": "string"
972+
},
969973
"value": {
970974
"description": "Required. The value for the attribute.",
971975
"type": "string"
@@ -996,7 +1000,7 @@
9961000
"type": "array"
9971001
},
9981002
"type": {
999-
"description": "Output only. The full name of the event type (for example, \"google.cloud.storage.object.v1.finalized\"). In the form of {provider-id}.{resource}.{version}.{verb}. Types MUST be versioned and event schemas are guaranteed to remain backward compatible within one version. Note that event type versions and API versions do not need to match.",
1003+
"description": "Output only. The full name of the event type (for example, \"google.cloud.storage.object.v1.finalized\"). In the form of {provider-specific-prefix}.{resource}.{version}.{verb}. Types MUST be versioned and event schemas are guaranteed to remain backward compatible within one version. Note that event type versions and API versions do not need to match.",
10001004
"readOnly": true,
10011005
"type": "string"
10021006
}
@@ -1361,7 +1365,7 @@
13611365
"type": "array"
13621366
},
13631367
"name": {
1364-
"description": "Output only. In `projects/{project}/locations/{location}/providers/{provider-id}` format.",
1368+
"description": "Output only. In `projects/{project}/locations/{location}/providers/{provider_id}` format.",
13651369
"readOnly": true,
13661370
"type": "string"
13671371
}

googleapiclient/discovery_cache/documents/eventarc.v1beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@
584584
}
585585
}
586586
},
587-
"revision": "20220124",
587+
"revision": "20220211",
588588
"rootUrl": "https://eventarc.googleapis.com/",
589589
"schemas": {
590590
"AuditConfig": {

0 commit comments

Comments
 (0)