@maxim_mazurok/gapi.client.eventarc-v1 0.0.20240409 → 0.0.20240417
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.
- package/index.d.ts +5 -1
- 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:
|
|
12
|
+
// Revision: 20240417
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -57,6 +57,8 @@ declare namespace gapi.client {
|
|
|
57
57
|
provider?: string;
|
|
58
58
|
/** Output only. The name of the Pub/Sub topic created and managed by Eventarc system as a transport for the event delivery. Format: `projects/{project}/topics/{topic_id}`. */
|
|
59
59
|
pubsubTopic?: string;
|
|
60
|
+
/** Output only. Whether or not this Channel satisfies the requirements of physical zone separation */
|
|
61
|
+
satisfiesPzs?: boolean;
|
|
60
62
|
/** Output only. The state of a Channel. */
|
|
61
63
|
state?: string;
|
|
62
64
|
/** Output only. Server assigned unique identifier for the channel. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted. */
|
|
@@ -327,6 +329,8 @@ declare namespace gapi.client {
|
|
|
327
329
|
labels?: {[P in string]: string};
|
|
328
330
|
/** 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. */
|
|
329
331
|
name?: string;
|
|
332
|
+
/** Output only. Whether or not this Trigger satisfies the requirements of physical zone separation */
|
|
333
|
+
satisfiesPzs?: boolean;
|
|
330
334
|
/** 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. */
|
|
331
335
|
serviceAccount?: string;
|
|
332
336
|
/** Optional. To deliver messages, Eventarc might use other Google Cloud products as a transport intermediary. This field contains a reference to that transport intermediary. This information can be used for debugging purposes. */
|