@maxim_mazurok/gapi.client.eventarc-v1 0.0.20250117 → 0.0.20250131

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.
Files changed (3) hide show
  1. package/index.d.ts +33 -33
  2. package/package.json +1 -1
  3. package/readme.md +2 -2
package/index.d.ts CHANGED
@@ -9,14 +9,14 @@
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: 20250117
12
+ // Revision: 20250131
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
16
16
  declare namespace gapi.client {
17
17
  /** Load Eventarc API v1 */
18
18
  function load(
19
- urlOrObject: 'https://eventarc.googleapis.com/$discovery/rest?version=v1'
19
+ urlOrObject: 'https://eventarc.googleapis.com/$discovery/rest?version=v1',
20
20
  ): Promise<void>;
21
21
  /** @deprecated Please load APIs with discovery documents. */
22
22
  function load(name: 'eventarc', version: 'v1'): Promise<void>;
@@ -626,7 +626,7 @@ declare namespace gapi.client {
626
626
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
627
627
  uploadType?: string;
628
628
  },
629
- body: ChannelConnection
629
+ body: ChannelConnection,
630
630
  ): Request<GoogleLongrunningOperation>;
631
631
  /** Delete a single ChannelConnection. */
632
632
  delete(request?: {
@@ -770,7 +770,7 @@ declare namespace gapi.client {
770
770
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
771
771
  uploadType?: string;
772
772
  },
773
- body: SetIamPolicyRequest
773
+ body: SetIamPolicyRequest,
774
774
  ): Request<Policy>;
775
775
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
776
776
  testIamPermissions(
@@ -800,7 +800,7 @@ declare namespace gapi.client {
800
800
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
801
801
  uploadType?: string;
802
802
  },
803
- body: TestIamPermissionsRequest
803
+ body: TestIamPermissionsRequest,
804
804
  ): Request<TestIamPermissionsResponse>;
805
805
  }
806
806
  interface ChannelsResource {
@@ -868,7 +868,7 @@ declare namespace gapi.client {
868
868
  /** Optional. If set, validate the request and preview the review, but do not post it. */
869
869
  validateOnly?: boolean;
870
870
  },
871
- body: Channel
871
+ body: Channel,
872
872
  ): Request<GoogleLongrunningOperation>;
873
873
  /** Delete a single channel. */
874
874
  delete(request?: {
@@ -1052,7 +1052,7 @@ declare namespace gapi.client {
1052
1052
  /** Optional. If set, validate the request and preview the review, but do not post it. */
1053
1053
  validateOnly?: boolean;
1054
1054
  },
1055
- body: Channel
1055
+ body: Channel,
1056
1056
  ): Request<GoogleLongrunningOperation>;
1057
1057
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
1058
1058
  setIamPolicy(
@@ -1082,7 +1082,7 @@ declare namespace gapi.client {
1082
1082
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1083
1083
  uploadType?: string;
1084
1084
  },
1085
- body: SetIamPolicyRequest
1085
+ body: SetIamPolicyRequest,
1086
1086
  ): Request<Policy>;
1087
1087
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
1088
1088
  testIamPermissions(
@@ -1112,7 +1112,7 @@ declare namespace gapi.client {
1112
1112
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1113
1113
  uploadType?: string;
1114
1114
  },
1115
- body: TestIamPermissionsRequest
1115
+ body: TestIamPermissionsRequest,
1116
1116
  ): Request<TestIamPermissionsResponse>;
1117
1117
  }
1118
1118
  interface EnrollmentsResource {
@@ -1180,7 +1180,7 @@ declare namespace gapi.client {
1180
1180
  /** Optional. If set, validate the request and preview the review, but do not post it. */
1181
1181
  validateOnly?: boolean;
1182
1182
  },
1183
- body: Enrollment
1183
+ body: Enrollment,
1184
1184
  ): Request<GoogleLongrunningOperation>;
1185
1185
  /** Delete a single Enrollment. */
1186
1186
  delete(request?: {
@@ -1374,7 +1374,7 @@ declare namespace gapi.client {
1374
1374
  /** Optional. If set, validate the request and preview the review, but do not post it. */
1375
1375
  validateOnly?: boolean;
1376
1376
  },
1377
- body: Enrollment
1377
+ body: Enrollment,
1378
1378
  ): Request<GoogleLongrunningOperation>;
1379
1379
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
1380
1380
  setIamPolicy(
@@ -1404,7 +1404,7 @@ declare namespace gapi.client {
1404
1404
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1405
1405
  uploadType?: string;
1406
1406
  },
1407
- body: SetIamPolicyRequest
1407
+ body: SetIamPolicyRequest,
1408
1408
  ): Request<Policy>;
1409
1409
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
1410
1410
  testIamPermissions(
@@ -1434,7 +1434,7 @@ declare namespace gapi.client {
1434
1434
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1435
1435
  uploadType?: string;
1436
1436
  },
1437
- body: TestIamPermissionsRequest
1437
+ body: TestIamPermissionsRequest,
1438
1438
  ): Request<TestIamPermissionsResponse>;
1439
1439
  }
1440
1440
  interface GoogleApiSourcesResource {
@@ -1502,7 +1502,7 @@ declare namespace gapi.client {
1502
1502
  /** Optional. If set, validate the request and preview the review, but do not post it. */
1503
1503
  validateOnly?: boolean;
1504
1504
  },
1505
- body: GoogleApiSource
1505
+ body: GoogleApiSource,
1506
1506
  ): Request<GoogleLongrunningOperation>;
1507
1507
  /** Delete a single GoogleApiSource. */
1508
1508
  delete(request?: {
@@ -1696,7 +1696,7 @@ declare namespace gapi.client {
1696
1696
  /** Optional. If set, validate the request and preview the review, but do not post it. */
1697
1697
  validateOnly?: boolean;
1698
1698
  },
1699
- body: GoogleApiSource
1699
+ body: GoogleApiSource,
1700
1700
  ): Request<GoogleLongrunningOperation>;
1701
1701
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
1702
1702
  setIamPolicy(
@@ -1726,7 +1726,7 @@ declare namespace gapi.client {
1726
1726
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1727
1727
  uploadType?: string;
1728
1728
  },
1729
- body: SetIamPolicyRequest
1729
+ body: SetIamPolicyRequest,
1730
1730
  ): Request<Policy>;
1731
1731
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
1732
1732
  testIamPermissions(
@@ -1756,7 +1756,7 @@ declare namespace gapi.client {
1756
1756
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1757
1757
  uploadType?: string;
1758
1758
  },
1759
- body: TestIamPermissionsRequest
1759
+ body: TestIamPermissionsRequest,
1760
1760
  ): Request<TestIamPermissionsResponse>;
1761
1761
  }
1762
1762
  interface KafkaSourcesResource {
@@ -1817,7 +1817,7 @@ declare namespace gapi.client {
1817
1817
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1818
1818
  uploadType?: string;
1819
1819
  },
1820
- body: SetIamPolicyRequest
1820
+ body: SetIamPolicyRequest,
1821
1821
  ): Request<Policy>;
1822
1822
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
1823
1823
  testIamPermissions(
@@ -1847,7 +1847,7 @@ declare namespace gapi.client {
1847
1847
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1848
1848
  uploadType?: string;
1849
1849
  },
1850
- body: TestIamPermissionsRequest
1850
+ body: TestIamPermissionsRequest,
1851
1851
  ): Request<TestIamPermissionsResponse>;
1852
1852
  }
1853
1853
  interface MessageBusesResource {
@@ -1915,7 +1915,7 @@ declare namespace gapi.client {
1915
1915
  /** Optional. If set, validate the request and preview the review, but do not post it. */
1916
1916
  validateOnly?: boolean;
1917
1917
  },
1918
- body: MessageBus
1918
+ body: MessageBus,
1919
1919
  ): Request<GoogleLongrunningOperation>;
1920
1920
  /** Delete a single message bus. */
1921
1921
  delete(request?: {
@@ -2140,7 +2140,7 @@ declare namespace gapi.client {
2140
2140
  /** Optional. If set, validate the request and preview the review, but do not post it. */
2141
2141
  validateOnly?: boolean;
2142
2142
  },
2143
- body: MessageBus
2143
+ body: MessageBus,
2144
2144
  ): Request<GoogleLongrunningOperation>;
2145
2145
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
2146
2146
  setIamPolicy(
@@ -2170,7 +2170,7 @@ declare namespace gapi.client {
2170
2170
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2171
2171
  uploadType?: string;
2172
2172
  },
2173
- body: SetIamPolicyRequest
2173
+ body: SetIamPolicyRequest,
2174
2174
  ): Request<Policy>;
2175
2175
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
2176
2176
  testIamPermissions(
@@ -2200,7 +2200,7 @@ declare namespace gapi.client {
2200
2200
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2201
2201
  uploadType?: string;
2202
2202
  },
2203
- body: TestIamPermissionsRequest
2203
+ body: TestIamPermissionsRequest,
2204
2204
  ): Request<TestIamPermissionsResponse>;
2205
2205
  }
2206
2206
  interface OperationsResource {
@@ -2260,7 +2260,7 @@ declare namespace gapi.client {
2260
2260
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2261
2261
  uploadType?: string;
2262
2262
  },
2263
- body: GoogleLongrunningCancelOperationRequest
2263
+ body: GoogleLongrunningCancelOperationRequest,
2264
2264
  ): Request<{}>;
2265
2265
  /** Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. */
2266
2266
  delete(request?: {
@@ -2415,7 +2415,7 @@ declare namespace gapi.client {
2415
2415
  /** Optional. If set, validate the request and preview the review, but do not post it. */
2416
2416
  validateOnly?: boolean;
2417
2417
  },
2418
- body: Pipeline
2418
+ body: Pipeline,
2419
2419
  ): Request<GoogleLongrunningOperation>;
2420
2420
  /** Delete a single pipeline. */
2421
2421
  delete(request?: {
@@ -2609,7 +2609,7 @@ declare namespace gapi.client {
2609
2609
  /** Optional. If set, validate the request and preview the review, but do not post it. */
2610
2610
  validateOnly?: boolean;
2611
2611
  },
2612
- body: Pipeline
2612
+ body: Pipeline,
2613
2613
  ): Request<GoogleLongrunningOperation>;
2614
2614
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
2615
2615
  setIamPolicy(
@@ -2639,7 +2639,7 @@ declare namespace gapi.client {
2639
2639
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2640
2640
  uploadType?: string;
2641
2641
  },
2642
- body: SetIamPolicyRequest
2642
+ body: SetIamPolicyRequest,
2643
2643
  ): Request<Policy>;
2644
2644
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
2645
2645
  testIamPermissions(
@@ -2669,7 +2669,7 @@ declare namespace gapi.client {
2669
2669
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2670
2670
  uploadType?: string;
2671
2671
  },
2672
- body: TestIamPermissionsRequest
2672
+ body: TestIamPermissionsRequest,
2673
2673
  ): Request<TestIamPermissionsResponse>;
2674
2674
  }
2675
2675
  interface ProvidersResource {
@@ -2801,7 +2801,7 @@ declare namespace gapi.client {
2801
2801
  /** Optional. If set, validate the request and preview the review, but do not post it. */
2802
2802
  validateOnly?: boolean;
2803
2803
  },
2804
- body: Trigger
2804
+ body: Trigger,
2805
2805
  ): Request<GoogleLongrunningOperation>;
2806
2806
  /** Delete a single trigger. */
2807
2807
  delete(request?: {
@@ -2995,7 +2995,7 @@ declare namespace gapi.client {
2995
2995
  /** Optional. If set, validate the request and preview the review, but do not post it. */
2996
2996
  validateOnly?: boolean;
2997
2997
  },
2998
- body: Trigger
2998
+ body: Trigger,
2999
2999
  ): Request<GoogleLongrunningOperation>;
3000
3000
  /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
3001
3001
  setIamPolicy(
@@ -3025,7 +3025,7 @@ declare namespace gapi.client {
3025
3025
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3026
3026
  uploadType?: string;
3027
3027
  },
3028
- body: SetIamPolicyRequest
3028
+ body: SetIamPolicyRequest,
3029
3029
  ): Request<Policy>;
3030
3030
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
3031
3031
  testIamPermissions(
@@ -3055,7 +3055,7 @@ declare namespace gapi.client {
3055
3055
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3056
3056
  uploadType?: string;
3057
3057
  },
3058
- body: TestIamPermissionsRequest
3058
+ body: TestIamPermissionsRequest,
3059
3059
  ): Request<TestIamPermissionsResponse>;
3060
3060
  }
3061
3061
  interface LocationsResource {
@@ -3206,7 +3206,7 @@ declare namespace gapi.client {
3206
3206
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3207
3207
  uploadType?: string;
3208
3208
  },
3209
- body: GoogleChannelConfig
3209
+ body: GoogleChannelConfig,
3210
3210
  ): Request<GoogleChannelConfig>;
3211
3211
  channelConnections: ChannelConnectionsResource;
3212
3212
  channels: ChannelsResource;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.eventarc-v1",
3
- "version": "0.0.20250117",
3
+ "version": "0.0.20250131",
4
4
  "description": "TypeScript typings for Eventarc API v1",
5
5
  "repository": {
6
6
  "type": "git",
package/readme.md CHANGED
@@ -30,7 +30,7 @@ gapi.client.load(
30
30
  () => {
31
31
  // now we can use:
32
32
  // gapi.client.eventarc
33
- }
33
+ },
34
34
  );
35
35
  ```
36
36
 
@@ -62,7 +62,7 @@ gapi.auth.authorize(
62
62
  } else {
63
63
  /* handle authorization error */
64
64
  }
65
- }
65
+ },
66
66
  );
67
67
  ```
68
68