@maxim_mazurok/gapi.client.eventarc-v1 0.1.20250821 → 0.1.20250905
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 +4 -4
- 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: 20250905
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -216,7 +216,7 @@ declare namespace gapi.client {
|
|
|
216
216
|
updateTime?: string;
|
|
217
217
|
}
|
|
218
218
|
interface GoogleCloudEventarcV1PipelineDestination {
|
|
219
|
-
/** Optional. An authentication config used to authenticate message requests, such that destinations can verify the source. For example, this can be used with private
|
|
219
|
+
/** Optional. An authentication config used to authenticate message requests, such that destinations can verify the source. For example, this can be used with private Google Cloud destinations that require Google Cloud credentials for access like Cloud Run. This field is optional and should be set only by users interested in authenticated push. */
|
|
220
220
|
authenticationConfig?: GoogleCloudEventarcV1PipelineDestinationAuthenticationConfig;
|
|
221
221
|
/** Optional. An HTTP endpoint destination described by an URI. If a DNS FQDN is provided as the endpoint, Pipeline will create a peering zone to the consumer VPC and forward DNS requests to the VPC specified by network config to resolve the service endpoint. See: https://cloud.google.com/dns/docs/zones/zones-overview#peering_zones */
|
|
222
222
|
httpEndpoint?: GoogleCloudEventarcV1PipelineDestinationHttpEndpoint;
|
|
@@ -232,7 +232,7 @@ declare namespace gapi.client {
|
|
|
232
232
|
workflow?: string;
|
|
233
233
|
}
|
|
234
234
|
interface GoogleCloudEventarcV1PipelineDestinationAuthenticationConfig {
|
|
235
|
-
/** Optional. This authenticate method will apply Google OIDC tokens signed by a
|
|
235
|
+
/** Optional. This authenticate method will apply Google OIDC tokens signed by a Google Cloud service account to the requests. */
|
|
236
236
|
googleOidc?: GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOidcToken;
|
|
237
237
|
/** Optional. If specified, an [OAuth token](https://developers.google.com/identity/protocols/OAuth2) will be generated and attached as an `Authorization` header in the HTTP request. This type of authorization should generally only be used when calling Google APIs hosted on *.googleapis.com. */
|
|
238
238
|
oauthToken?: GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOAuthToken;
|
|
@@ -3127,7 +3127,7 @@ declare namespace gapi.client {
|
|
|
3127
3127
|
alt?: string;
|
|
3128
3128
|
/** JSONP */
|
|
3129
3129
|
callback?: string;
|
|
3130
|
-
/** Optional.
|
|
3130
|
+
/** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage. */
|
|
3131
3131
|
extraLocationTypes?: string | string[];
|
|
3132
3132
|
/** Selector specifying which fields to include in a partial response. */
|
|
3133
3133
|
fields?: string;
|