@maxim_mazurok/gapi.client.eventarc-v1 0.0.20241203 → 0.0.20250103

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 +93 -1
  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: 20241203
12
+ // Revision: 20250103
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1759,6 +1759,97 @@ declare namespace gapi.client {
1759
1759
  body: TestIamPermissionsRequest
1760
1760
  ): Request<TestIamPermissionsResponse>;
1761
1761
  }
1762
+ interface KafkaSourcesResource {
1763
+ /** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
1764
+ getIamPolicy(request?: {
1765
+ /** V1 error format. */
1766
+ '$.xgafv'?: string;
1767
+ /** OAuth access token. */
1768
+ access_token?: string;
1769
+ /** Data format for response. */
1770
+ alt?: string;
1771
+ /** JSONP */
1772
+ callback?: string;
1773
+ /** Selector specifying which fields to include in a partial response. */
1774
+ fields?: string;
1775
+ /** 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. */
1776
+ key?: string;
1777
+ /** OAuth 2.0 token for the current user. */
1778
+ oauth_token?: string;
1779
+ /** 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). */
1780
+ 'options.requestedPolicyVersion'?: number;
1781
+ /** Returns response with indentations and line breaks. */
1782
+ prettyPrint?: boolean;
1783
+ /** 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. */
1784
+ quotaUser?: string;
1785
+ /** 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. */
1786
+ resource: string;
1787
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1788
+ upload_protocol?: string;
1789
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1790
+ uploadType?: string;
1791
+ }): Request<Policy>;
1792
+ /** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
1793
+ setIamPolicy(
1794
+ request: {
1795
+ /** V1 error format. */
1796
+ '$.xgafv'?: string;
1797
+ /** OAuth access token. */
1798
+ access_token?: string;
1799
+ /** Data format for response. */
1800
+ alt?: string;
1801
+ /** JSONP */
1802
+ callback?: string;
1803
+ /** Selector specifying which fields to include in a partial response. */
1804
+ fields?: string;
1805
+ /** 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. */
1806
+ key?: string;
1807
+ /** OAuth 2.0 token for the current user. */
1808
+ oauth_token?: string;
1809
+ /** Returns response with indentations and line breaks. */
1810
+ prettyPrint?: boolean;
1811
+ /** 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. */
1812
+ quotaUser?: string;
1813
+ /** 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. */
1814
+ resource: string;
1815
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1816
+ upload_protocol?: string;
1817
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1818
+ uploadType?: string;
1819
+ },
1820
+ body: SetIamPolicyRequest
1821
+ ): Request<Policy>;
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
+ testIamPermissions(
1824
+ request: {
1825
+ /** V1 error format. */
1826
+ '$.xgafv'?: string;
1827
+ /** OAuth access token. */
1828
+ access_token?: string;
1829
+ /** Data format for response. */
1830
+ alt?: string;
1831
+ /** JSONP */
1832
+ callback?: string;
1833
+ /** Selector specifying which fields to include in a partial response. */
1834
+ fields?: string;
1835
+ /** 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. */
1836
+ key?: string;
1837
+ /** OAuth 2.0 token for the current user. */
1838
+ oauth_token?: string;
1839
+ /** Returns response with indentations and line breaks. */
1840
+ prettyPrint?: boolean;
1841
+ /** 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. */
1842
+ quotaUser?: string;
1843
+ /** 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. */
1844
+ resource: string;
1845
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1846
+ upload_protocol?: string;
1847
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1848
+ uploadType?: string;
1849
+ },
1850
+ body: TestIamPermissionsRequest
1851
+ ): Request<TestIamPermissionsResponse>;
1852
+ }
1762
1853
  interface MessageBusesResource {
1763
1854
  /** Create a new MessageBus in a particular project and location. */
1764
1855
  create(request: {
@@ -3121,6 +3212,7 @@ declare namespace gapi.client {
3121
3212
  channels: ChannelsResource;
3122
3213
  enrollments: EnrollmentsResource;
3123
3214
  googleApiSources: GoogleApiSourcesResource;
3215
+ kafkaSources: KafkaSourcesResource;
3124
3216
  messageBuses: MessageBusesResource;
3125
3217
  operations: OperationsResource;
3126
3218
  pipelines: PipelinesResource;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.eventarc-v1",
3
- "version": "0.0.20241203",
3
+ "version": "0.0.20250103",
4
4
  "description": "TypeScript typings for Eventarc API v1",
5
5
  "repository": {
6
6
  "type": "git",