@maxim_mazurok/gapi.client.dialogflow-v2beta1 0.20.20251203 → 0.20.20251219
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://dialogflow.googleapis.com/$discovery/rest?version=v2beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20251219
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -5565,7 +5565,7 @@ declare namespace gapi.client {
|
|
|
5565
5565
|
nextPageToken?: string;
|
|
5566
5566
|
/** A list of operations that matches the specified filter in the request. */
|
|
5567
5567
|
operations?: GoogleLongrunningOperation[];
|
|
5568
|
-
/** Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections
|
|
5568
|
+
/** 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. */
|
|
5569
5569
|
unreachable?: string[];
|
|
5570
5570
|
}
|
|
5571
5571
|
interface GoogleLongrunningOperation {
|
|
@@ -16149,7 +16149,7 @@ declare namespace gapi.client {
|
|
|
16149
16149
|
prettyPrint?: boolean;
|
|
16150
16150
|
/** 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. */
|
|
16151
16151
|
quotaUser?: string;
|
|
16152
|
-
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the
|
|
16152
|
+
/** 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. */
|
|
16153
16153
|
returnPartialSuccess?: boolean;
|
|
16154
16154
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
16155
16155
|
upload_protocol?: string;
|
|
@@ -17238,7 +17238,7 @@ declare namespace gapi.client {
|
|
|
17238
17238
|
prettyPrint?: boolean;
|
|
17239
17239
|
/** 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. */
|
|
17240
17240
|
quotaUser?: string;
|
|
17241
|
-
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the
|
|
17241
|
+
/** 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. */
|
|
17242
17242
|
returnPartialSuccess?: boolean;
|
|
17243
17243
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
17244
17244
|
upload_protocol?: string;
|