@maxim_mazurok/gapi.client.eventarc-v1 0.0.20230324 → 0.0.20230331
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +4 -7
- package/package.json +1 -1
- package/tests.ts +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://eventarc.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230331
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -69,10 +69,7 @@ declare namespace gapi.client {
|
|
|
69
69
|
activationToken?: string;
|
|
70
70
|
/** Output only. The creation time. */
|
|
71
71
|
createTime?: string;
|
|
72
|
-
/**
|
|
73
|
-
* Optional. Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern
|
|
74
|
-
* `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
|
|
75
|
-
*/
|
|
72
|
+
/** Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern `projects/*/locations/*/keyRings/*/cryptoKeys/*`. */
|
|
76
73
|
cryptoKeyName?: string;
|
|
77
74
|
/** Required. The resource name of the channel. Must be unique within the location on the project and must be in `projects/{project}/locations/{location}/channels/{channel_id}` format. */
|
|
78
75
|
name?: string;
|
|
@@ -426,8 +423,8 @@ declare namespace gapi.client {
|
|
|
426
423
|
*/
|
|
427
424
|
etag?: string;
|
|
428
425
|
/**
|
|
429
|
-
* Optional. EventDataContentType specifies the type of payload in MIME format that is expected from the CloudEvent data field. This
|
|
430
|
-
*
|
|
426
|
+
* Optional. EventDataContentType specifies the type of payload in MIME format that is expected from the CloudEvent data field. This is set to `application/json` if the value is not
|
|
427
|
+
* defined.
|
|
431
428
|
*/
|
|
432
429
|
eventDataContentType?: string;
|
|
433
430
|
/** Required. Unordered list. The list of filters that applies to event attributes. Only events that match all the provided filters are sent to the destination. */
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230331
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|