You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dyn/eventarc_v1.projects.locations.providers.html
+4-4
Original file line number
Diff line number
Diff line change
@@ -120,10 +120,10 @@ <h3>Method Details</h3>
120
120
"required": 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.
121
121
},
122
122
],
123
-
"type": "A String", # 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.
123
+
"type": "A String", # 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.
124
124
},
125
125
],
126
-
"name": "A String", # Output only. In `projects/{project}/locations/{location}/providers/{provider-id}` format.
126
+
"name": "A String", # Output only. In `projects/{project}/locations/{location}/providers/{provider_id}` format.
127
127
}</pre>
128
128
</div>
129
129
@@ -162,10 +162,10 @@ <h3>Method Details</h3>
162
162
"required": 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.
163
163
},
164
164
],
165
-
"type": "A String", # 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.
165
+
"type": "A String", # 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.
166
166
},
167
167
],
168
-
"name": "A String", # Output only. In `projects/{project}/locations/{location}/providers/{provider-id}` format.
168
+
"name": "A String", # Output only. In `projects/{project}/locations/{location}/providers/{provider_id}` format.
169
169
},
170
170
],
171
171
"unreachable": [ # Unreachable resources, if any.
Copy file name to clipboardexpand all lines: docs/dyn/eventarc_v1.projects.locations.triggers.html
+8-4
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ <h3>Method Details</h3>
122
122
{ # A representation of the trigger resource.
123
123
"createTime": "A String", # Output only. The creation time.
124
124
"destination": { # Represents a target of an invocation over HTTP. # Required. Destination specifies where the events should be sent to.
125
-
"cloudFunction": "A String", # The Cloud Function resource name. Only Cloud Functions V2 is supported. Format: projects/{project}/locations/{location}/functions/{function}
125
+
"cloudFunction": "A String", # The Cloud Function resource name. Only Cloud Functions V2 is supported. Format: `projects/{project}/locations/{location}/functions/{function}`
126
126
"cloudRun": { # 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.
127
127
"path": "A String", # 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: "/route", "route", "route/subroute".
128
128
"region": "A String", # Required. The region the Cloud Run service is deployed in.
@@ -140,6 +140,7 @@ <h3>Method Details</h3>
140
140
"eventFilters": [ # Required. null The list of filters that applies to event attributes. Only events that match all the provided filters are sent to the destination.
141
141
{ # Filters events based on exact matches on the CloudEvents attributes.
142
142
"attribute": "A String", # 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.
143
+
"operator": "A String", # 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`.
143
144
"value": "A String", # Required. The value for the attribute.
144
145
},
145
146
],
@@ -244,7 +245,7 @@ <h3>Method Details</h3>
244
245
{ # A representation of the trigger resource.
245
246
"createTime": "A String", # Output only. The creation time.
246
247
"destination": { # Represents a target of an invocation over HTTP. # Required. Destination specifies where the events should be sent to.
247
-
"cloudFunction": "A String", # The Cloud Function resource name. Only Cloud Functions V2 is supported. Format: projects/{project}/locations/{location}/functions/{function}
248
+
"cloudFunction": "A String", # The Cloud Function resource name. Only Cloud Functions V2 is supported. Format: `projects/{project}/locations/{location}/functions/{function}`
248
249
"cloudRun": { # 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.
249
250
"path": "A String", # 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: "/route", "route", "route/subroute".
250
251
"region": "A String", # Required. The region the Cloud Run service is deployed in.
@@ -262,6 +263,7 @@ <h3>Method Details</h3>
262
263
"eventFilters": [ # Required. null The list of filters that applies to event attributes. Only events that match all the provided filters are sent to the destination.
263
264
{ # Filters events based on exact matches on the CloudEvents attributes.
264
265
"attribute": "A String", # 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.
266
+
"operator": "A String", # 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`.
265
267
"value": "A String", # Required. The value for the attribute.
266
268
},
267
269
],
@@ -352,7 +354,7 @@ <h3>Method Details</h3>
352
354
{ # A representation of the trigger resource.
353
355
"createTime": "A String", # Output only. The creation time.
354
356
"destination": { # Represents a target of an invocation over HTTP. # Required. Destination specifies where the events should be sent to.
355
-
"cloudFunction": "A String", # The Cloud Function resource name. Only Cloud Functions V2 is supported. Format: projects/{project}/locations/{location}/functions/{function}
357
+
"cloudFunction": "A String", # The Cloud Function resource name. Only Cloud Functions V2 is supported. Format: `projects/{project}/locations/{location}/functions/{function}`
356
358
"cloudRun": { # 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.
357
359
"path": "A String", # 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: "/route", "route", "route/subroute".
358
360
"region": "A String", # Required. The region the Cloud Run service is deployed in.
@@ -370,6 +372,7 @@ <h3>Method Details</h3>
370
372
"eventFilters": [ # Required. null The list of filters that applies to event attributes. Only events that match all the provided filters are sent to the destination.
371
373
{ # Filters events based on exact matches on the CloudEvents attributes.
372
374
"attribute": "A String", # 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.
375
+
"operator": "A String", # 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`.
373
376
"value": "A String", # Required. The value for the attribute.
374
377
},
375
378
],
@@ -420,7 +423,7 @@ <h3>Method Details</h3>
420
423
{ # A representation of the trigger resource.
421
424
"createTime": "A String", # Output only. The creation time.
422
425
"destination": { # Represents a target of an invocation over HTTP. # Required. Destination specifies where the events should be sent to.
423
-
"cloudFunction": "A String", # The Cloud Function resource name. Only Cloud Functions V2 is supported. Format: projects/{project}/locations/{location}/functions/{function}
426
+
"cloudFunction": "A String", # The Cloud Function resource name. Only Cloud Functions V2 is supported. Format: `projects/{project}/locations/{location}/functions/{function}`
424
427
"cloudRun": { # 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.
425
428
"path": "A String", # 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: "/route", "route", "route/subroute".
426
429
"region": "A String", # Required. The region the Cloud Run service is deployed in.
@@ -438,6 +441,7 @@ <h3>Method Details</h3>
438
441
"eventFilters": [ # Required. null The list of filters that applies to event attributes. Only events that match all the provided filters are sent to the destination.
439
442
{ # Filters events based on exact matches on the CloudEvents attributes.
440
443
"attribute": "A String", # 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.
444
+
"operator": "A String", # 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`.
441
445
"value": "A String", # Required. The value for the attribute.
Copy file name to clipboardexpand all lines: googleapiclient/discovery_cache/documents/eventarc.v1.json
+8-4
Original file line number
Diff line number
Diff line change
@@ -841,7 +841,7 @@
841
841
}
842
842
}
843
843
},
844
-
"revision": "20220124",
844
+
"revision": "20220211",
845
845
"rootUrl": "https://eventarc.googleapis.com/",
846
846
"schemas": {
847
847
"AuditConfig": {
@@ -938,7 +938,7 @@
938
938
"id": "Destination",
939
939
"properties": {
940
940
"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}`",
942
942
"type": "string"
943
943
},
944
944
"cloudRun": {
@@ -966,6 +966,10 @@
966
966
"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.",
967
967
"type": "string"
968
968
},
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
+
},
969
973
"value": {
970
974
"description": "Required. The value for the attribute.",
971
975
"type": "string"
@@ -996,7 +1000,7 @@
996
1000
"type": "array"
997
1001
},
998
1002
"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.",
1000
1004
"readOnly": true,
1001
1005
"type": "string"
1002
1006
}
@@ -1361,7 +1365,7 @@
1361
1365
"type": "array"
1362
1366
},
1363
1367
"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.",
0 commit comments