@maxim_mazurok/gapi.client.eventarc-v1 0.1.20251202 → 0.1.20260102

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 (2) hide show
  1. package/index.d.ts +1 -93
  2. package/package.json +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: 20251202
12
+ // Revision: 20260102
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1783,97 +1783,6 @@ declare namespace gapi.client {
1783
1783
  body: TestIamPermissionsRequest,
1784
1784
  ): Request<TestIamPermissionsResponse>;
1785
1785
  }
1786
- interface KafkaSourcesResource {
1787
- /** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
1788
- getIamPolicy(request?: {
1789
- /** V1 error format. */
1790
- '$.xgafv'?: string;
1791
- /** OAuth access token. */
1792
- access_token?: string;
1793
- /** Data format for response. */
1794
- alt?: string;
1795
- /** JSONP */
1796
- callback?: string;
1797
- /** Selector specifying which fields to include in a partial response. */
1798
- fields?: string;
1799
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1800
- key?: string;
1801
- /** OAuth 2.0 token for the current user. */
1802
- oauth_token?: string;
1803
- /** Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */
1804
- 'options.requestedPolicyVersion'?: number;
1805
- /** Returns response with indentations and line breaks. */
1806
- prettyPrint?: boolean;
1807
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1808
- quotaUser?: string;
1809
- /** REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. */
1810
- resource: string;
1811
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1812
- upload_protocol?: string;
1813
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1814
- uploadType?: string;
1815
- }): Request<Policy>;
1816
- /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
1817
- setIamPolicy(
1818
- request: {
1819
- /** V1 error format. */
1820
- '$.xgafv'?: string;
1821
- /** OAuth access token. */
1822
- access_token?: string;
1823
- /** Data format for response. */
1824
- alt?: string;
1825
- /** JSONP */
1826
- callback?: string;
1827
- /** Selector specifying which fields to include in a partial response. */
1828
- fields?: string;
1829
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1830
- key?: string;
1831
- /** OAuth 2.0 token for the current user. */
1832
- oauth_token?: string;
1833
- /** Returns response with indentations and line breaks. */
1834
- prettyPrint?: boolean;
1835
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1836
- quotaUser?: string;
1837
- /** REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. */
1838
- resource: string;
1839
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1840
- upload_protocol?: string;
1841
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1842
- uploadType?: string;
1843
- },
1844
- body: SetIamPolicyRequest,
1845
- ): Request<Policy>;
1846
- /** 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. */
1847
- testIamPermissions(
1848
- request: {
1849
- /** V1 error format. */
1850
- '$.xgafv'?: string;
1851
- /** OAuth access token. */
1852
- access_token?: string;
1853
- /** Data format for response. */
1854
- alt?: string;
1855
- /** JSONP */
1856
- callback?: string;
1857
- /** Selector specifying which fields to include in a partial response. */
1858
- fields?: string;
1859
- /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1860
- key?: string;
1861
- /** OAuth 2.0 token for the current user. */
1862
- oauth_token?: string;
1863
- /** Returns response with indentations and line breaks. */
1864
- prettyPrint?: boolean;
1865
- /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1866
- quotaUser?: string;
1867
- /** REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. */
1868
- resource: string;
1869
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1870
- upload_protocol?: string;
1871
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1872
- uploadType?: string;
1873
- },
1874
- body: TestIamPermissionsRequest,
1875
- ): Request<TestIamPermissionsResponse>;
1876
- }
1877
1786
  interface MessageBusesResource {
1878
1787
  /** Create a new MessageBus in a particular project and location. */
1879
1788
  create(request: {
@@ -3240,7 +3149,6 @@ declare namespace gapi.client {
3240
3149
  channels: ChannelsResource;
3241
3150
  enrollments: EnrollmentsResource;
3242
3151
  googleApiSources: GoogleApiSourcesResource;
3243
- kafkaSources: KafkaSourcesResource;
3244
3152
  messageBuses: MessageBusesResource;
3245
3153
  operations: OperationsResource;
3246
3154
  pipelines: PipelinesResource;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.eventarc-v1",
3
- "version": "0.1.20251202",
3
+ "version": "0.1.20260102",
4
4
  "description": "TypeScript typings for Eventarc API v1",
5
5
  "repository": {
6
6
  "type": "git",