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

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 +9 -3
  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: 20251031
12
+ // Revision: 20251202
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -302,7 +302,7 @@ declare namespace gapi.client {
302
302
  nextPageToken?: string;
303
303
  /** A list of operations that matches the specified filter in the request. */
304
304
  operations?: GoogleLongrunningOperation[];
305
- /** Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations. */
305
+ /** Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations. */
306
306
  unreachable?: string[];
307
307
  }
308
308
  interface GoogleLongrunningOperation {
@@ -529,6 +529,10 @@ declare namespace gapi.client {
529
529
  /** Optional. The name of the Pub/Sub topic created and managed by Eventarc as a transport for the event delivery. Format: `projects/{PROJECT_ID}/topics/{TOPIC_NAME}`. You can set an existing topic for triggers of the type `google.cloud.pubsub.topic.v1.messagePublished`. The topic you provide here is not deleted by Eventarc at trigger deletion. */
530
530
  topic?: string;
531
531
  }
532
+ interface RetryPolicy {
533
+ /** Optional. The maximum number of delivery attempts for any message. The only valid value is 1. */
534
+ maxAttempts?: number;
535
+ }
532
536
  interface SetIamPolicyRequest {
533
537
  /** REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might reject them. */
534
538
  policy?: Policy;
@@ -572,6 +576,8 @@ declare namespace gapi.client {
572
576
  labels?: {[P in string]: string};
573
577
  /** Required. The resource name of the trigger. Must be unique within the location of the project and must be in `projects/{project}/locations/{location}/triggers/{trigger}` format. */
574
578
  name?: string;
579
+ /** Optional. The retry policy to use in the Trigger. If unset, event delivery will be retried for up to 24 hours by default: https://cloud.google.com/eventarc/docs/retry-events */
580
+ retryPolicy?: RetryPolicy;
575
581
  /** Output only. Whether or not this Trigger satisfies the requirements of physical zone separation */
576
582
  satisfiesPzs?: boolean;
577
583
  /** Optional. The IAM service account email associated with the trigger. The service account represents the identity of the trigger. The `iam.serviceAccounts.actAs` permission must be granted on the service account to allow a principal to impersonate the service account. For more information, see the [Roles and permissions](/eventarc/docs/all-roles-permissions) page specific to the trigger destination. */
@@ -2362,7 +2368,7 @@ declare namespace gapi.client {
2362
2368
  prettyPrint?: boolean;
2363
2369
  /** 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. */
2364
2370
  quotaUser?: string;
2365
- /** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
2371
+ /** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
2366
2372
  returnPartialSuccess?: boolean;
2367
2373
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2368
2374
  upload_protocol?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.eventarc-v1",
3
- "version": "0.1.20251031",
3
+ "version": "0.1.20251202",
4
4
  "description": "TypeScript typings for Eventarc API v1",
5
5
  "repository": {
6
6
  "type": "git",