@maxim_mazurok/gapi.client.workflowexecutions-v1 0.0.20240110 → 0.0.20240129

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 -5
  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://workflowexecutions.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20240110
12
+ // Revision: 20240129
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -56,6 +56,10 @@ declare namespace gapi.client {
56
56
  argument?: string;
57
57
  /** The call logging level associated to this execution. */
58
58
  callLogLevel?: string;
59
+ /** Output only. Marks the creation of the execution. */
60
+ createTime?: string;
61
+ /** Optional. If set to true, the execution will not be backlogged when the concurrency quota is exhausted. The backlog execution starts when the concurrency quota becomes available. */
62
+ disableConcurrencyQuotaOverflowBuffering?: boolean;
59
63
  /** Output only. Measures the duration of the execution. */
60
64
  duration?: string;
61
65
  /** Output only. Marks the end of execution, successful or not. */
@@ -126,11 +130,11 @@ declare namespace gapi.client {
126
130
  attributes?: {[P in string]: string};
127
131
  /** Optional. The message data field. If this field is empty, the message must contain at least one attribute. */
128
132
  data?: string;
129
- /** Optional. ID of this message, assigned by the server when the message is published. Guaranteed to be unique within the topic. This value may be read by a subscriber that receives a `PubsubMessage` via a `Pull` call or a push delivery. It must not be populated by the publisher in a `Publish` call. */
133
+ /** ID of this message, assigned by the server when the message is published. Guaranteed to be unique within the topic. This value may be read by a subscriber that receives a `PubsubMessage` via a `Pull` call or a push delivery. It must not be populated by the publisher in a `Publish` call. */
130
134
  messageId?: string;
131
135
  /** Optional. If non-empty, identifies related messages for which publish order should be respected. If a `Subscription` has `enable_message_ordering` set to `true`, messages published with the same non-empty `ordering_key` value will be delivered to subscribers in the order in which they are received by the Pub/Sub system. All `PubsubMessage`s published in a given `PublishRequest` must specify the same `ordering_key` value. For more information, see [ordering messages](https://cloud.google.com/pubsub/docs/ordering). */
132
136
  orderingKey?: string;
133
- /** Optional. The time at which the message was published, populated by the server when it receives the `Publish` call. It must not be populated by the publisher in a `Publish` call. */
137
+ /** The time at which the message was published, populated by the server when it receives the `Publish` call. It must not be populated by the publisher in a `Publish` call. */
134
138
  publishTime?: string;
135
139
  }
136
140
  interface StackTrace {
@@ -487,13 +491,13 @@ declare namespace gapi.client {
487
491
  callback?: string;
488
492
  /** Selector specifying which fields to include in a partial response. */
489
493
  fields?: string;
490
- /** Optional. Filters applied to the `[Executions.ListExecutions]` results. The following fields are supported for filtering: `executionId`, `state`, `startTime`, `endTime`, `duration`, `workflowRevisionId`, `stepName`, and `label`. For details, see AIP-160. For example, if you are using the Google APIs Explorer: `state="SUCCEEDED"` or `startTime>"2023-08-01" AND state="FAILED"` */
494
+ /** Optional. Filters applied to the `[Executions.ListExecutions]` results. The following fields are supported for filtering: `executionId`, `state`, `createTime`, `startTime`, `endTime`, `duration`, `workflowRevisionId`, `stepName`, and `label`. For details, see AIP-160. For example, if you are using the Google APIs Explorer: `state="SUCCEEDED"` or `startTime>"2023-08-01" AND state="FAILED"` */
491
495
  filter?: string;
492
496
  /** 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. */
493
497
  key?: string;
494
498
  /** OAuth 2.0 token for the current user. */
495
499
  oauth_token?: string;
496
- /** Optional. Comma-separated list of fields that specify the ordering applied to the `[Executions.ListExecutions]` results. By default the ordering is based on descending `startTime`. The following fields are supported for ordering: `executionId`, `state`, `startTime`, `endTime`, `duration`, and `workflowRevisionId`. For details, see AIP-132. */
500
+ /** Optional. Comma-separated list of fields that specify the ordering applied to the `[Executions.ListExecutions]` results. By default the ordering is based on descending `createTime`. The following fields are supported for ordering: `executionId`, `state`, `createTime`, `startTime`, `endTime`, `duration`, and `workflowRevisionId`. For details, see AIP-132. */
497
501
  orderBy?: string;
498
502
  /** Maximum number of executions to return per call. Max supported value depends on the selected Execution view: it's 1000 for BASIC and 100 for FULL. The default value used if the field is not specified is 100, regardless of the selected view. Values greater than the max value will be coerced down to it. */
499
503
  pageSize?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.workflowexecutions-v1",
3
- "version": "0.0.20240110",
3
+ "version": "0.0.20240129",
4
4
  "description": "TypeScript typings for Workflow Executions API v1",
5
5
  "repository": {
6
6
  "type": "git",