@maxim_mazurok/gapi.client.dataproc-v1 0.3.20260122 → 0.4.20260122
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 +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -3602,7 +3602,7 @@ declare namespace gapi.client {
|
|
|
3602
3602
|
prettyPrint?: boolean;
|
|
3603
3603
|
/** 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. */
|
|
3604
3604
|
quotaUser?: string;
|
|
3605
|
-
/** Optional. A unique ID used to identify the request. If the service receives two
|
|
3605
|
+
/** Optional. A unique ID used to identify the request. If the service receives two CreateBatchRequests with the same request_id, the second request is ignored and the operation that corresponds to the first Batch created and stored in the backend is returned.Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The value must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters. */
|
|
3606
3606
|
requestId?: string;
|
|
3607
3607
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3608
3608
|
upload_protocol?: string;
|
|
@@ -3635,7 +3635,7 @@ declare namespace gapi.client {
|
|
|
3635
3635
|
prettyPrint?: boolean;
|
|
3636
3636
|
/** 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. */
|
|
3637
3637
|
quotaUser?: string;
|
|
3638
|
-
/** Optional. A unique ID used to identify the request. If the service receives two
|
|
3638
|
+
/** Optional. A unique ID used to identify the request. If the service receives two CreateBatchRequests with the same request_id, the second request is ignored and the operation that corresponds to the first Batch created and stored in the backend is returned.Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The value must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters. */
|
|
3639
3639
|
requestId?: string;
|
|
3640
3640
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3641
3641
|
upload_protocol?: string;
|