@maxim_mazurok/gapi.client.aiplatform-v1 0.2.20250926 → 0.3.20250926
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 +99 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1605,6 +1605,8 @@ declare namespace gapi.client {
|
|
|
1605
1605
|
endpointDisplayName?: string;
|
|
1606
1606
|
/** Optional. Immutable. The ID to use for endpoint, which will become the final component of the endpoint resource name. If not provided, Vertex AI will generate a value for this ID. If the first character is a letter, this value may be up to 63 characters, and valid characters are `[a-z0-9-]`. The last character must be a letter or number. If the first character is a number, this value may be up to 9 characters, and valid characters are `[0-9]` with no leading zeros. When using HTTP/JSON, this field is populated based on a query string argument, such as `?endpoint_id=12345`. This is the fallback for fields that are not included in either the URI or the body. */
|
|
1607
1607
|
endpointUserId?: string;
|
|
1608
|
+
/** Optional. The labels with user-defined metadata to organize your Endpoints. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels. */
|
|
1609
|
+
labels?: {[P in string]: string};
|
|
1608
1610
|
/** Optional. Configuration for private service connect. If set, the endpoint will be exposed through private service connect. */
|
|
1609
1611
|
privateServiceConnectConfig?: GoogleCloudAiplatformV1PrivateServiceConnectConfig;
|
|
1610
1612
|
}
|
|
@@ -2136,7 +2138,7 @@ declare namespace gapi.client {
|
|
|
2136
2138
|
interface GoogleCloudAiplatformV1EvaluationRunInferenceConfig {
|
|
2137
2139
|
/** Optional. Generation config. */
|
|
2138
2140
|
generationConfig?: GoogleCloudAiplatformV1GenerationConfig;
|
|
2139
|
-
/**
|
|
2141
|
+
/** Optional. The fully qualified name of the publisher model or endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}` */
|
|
2140
2142
|
model?: string;
|
|
2141
2143
|
}
|
|
2142
2144
|
interface GoogleCloudAiplatformV1EvaluationRunMetric {
|
|
@@ -9912,6 +9914,8 @@ declare namespace gapi.client {
|
|
|
9912
9914
|
nextPageToken?: string;
|
|
9913
9915
|
/** A list of operations that matches the specified filter in the request. */
|
|
9914
9916
|
operations?: GoogleLongrunningOperation[];
|
|
9917
|
+
/** Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations. */
|
|
9918
|
+
unreachable?: string[];
|
|
9915
9919
|
}
|
|
9916
9920
|
interface GoogleLongrunningOperation {
|
|
9917
9921
|
/** If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available. */
|
|
@@ -11614,6 +11618,8 @@ declare namespace gapi.client {
|
|
|
11614
11618
|
prettyPrint?: boolean;
|
|
11615
11619
|
/** 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. */
|
|
11616
11620
|
quotaUser?: string;
|
|
11621
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
11622
|
+
returnPartialSuccess?: boolean;
|
|
11617
11623
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
11618
11624
|
upload_protocol?: string;
|
|
11619
11625
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -11967,6 +11973,8 @@ declare namespace gapi.client {
|
|
|
11967
11973
|
prettyPrint?: boolean;
|
|
11968
11974
|
/** 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. */
|
|
11969
11975
|
quotaUser?: string;
|
|
11976
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
11977
|
+
returnPartialSuccess?: boolean;
|
|
11970
11978
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
11971
11979
|
upload_protocol?: string;
|
|
11972
11980
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -12322,6 +12330,8 @@ declare namespace gapi.client {
|
|
|
12322
12330
|
prettyPrint?: boolean;
|
|
12323
12331
|
/** 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. */
|
|
12324
12332
|
quotaUser?: string;
|
|
12333
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
12334
|
+
returnPartialSuccess?: boolean;
|
|
12325
12335
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
12326
12336
|
upload_protocol?: string;
|
|
12327
12337
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -12499,6 +12509,8 @@ declare namespace gapi.client {
|
|
|
12499
12509
|
prettyPrint?: boolean;
|
|
12500
12510
|
/** 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. */
|
|
12501
12511
|
quotaUser?: string;
|
|
12512
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
12513
|
+
returnPartialSuccess?: boolean;
|
|
12502
12514
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
12503
12515
|
upload_protocol?: string;
|
|
12504
12516
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -12684,6 +12696,8 @@ declare namespace gapi.client {
|
|
|
12684
12696
|
prettyPrint?: boolean;
|
|
12685
12697
|
/** 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. */
|
|
12686
12698
|
quotaUser?: string;
|
|
12699
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
12700
|
+
returnPartialSuccess?: boolean;
|
|
12687
12701
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
12688
12702
|
upload_protocol?: string;
|
|
12689
12703
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -13112,6 +13126,8 @@ declare namespace gapi.client {
|
|
|
13112
13126
|
prettyPrint?: boolean;
|
|
13113
13127
|
/** 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. */
|
|
13114
13128
|
quotaUser?: string;
|
|
13129
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
13130
|
+
returnPartialSuccess?: boolean;
|
|
13115
13131
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
13116
13132
|
upload_protocol?: string;
|
|
13117
13133
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -13257,6 +13273,8 @@ declare namespace gapi.client {
|
|
|
13257
13273
|
prettyPrint?: boolean;
|
|
13258
13274
|
/** 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. */
|
|
13259
13275
|
quotaUser?: string;
|
|
13276
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
13277
|
+
returnPartialSuccess?: boolean;
|
|
13260
13278
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
13261
13279
|
upload_protocol?: string;
|
|
13262
13280
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -13858,6 +13876,8 @@ declare namespace gapi.client {
|
|
|
13858
13876
|
prettyPrint?: boolean;
|
|
13859
13877
|
/** 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. */
|
|
13860
13878
|
quotaUser?: string;
|
|
13879
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
13880
|
+
returnPartialSuccess?: boolean;
|
|
13861
13881
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
13862
13882
|
upload_protocol?: string;
|
|
13863
13883
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -14497,6 +14517,8 @@ declare namespace gapi.client {
|
|
|
14497
14517
|
prettyPrint?: boolean;
|
|
14498
14518
|
/** 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. */
|
|
14499
14519
|
quotaUser?: string;
|
|
14520
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
14521
|
+
returnPartialSuccess?: boolean;
|
|
14500
14522
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
14501
14523
|
upload_protocol?: string;
|
|
14502
14524
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -16391,6 +16413,8 @@ declare namespace gapi.client {
|
|
|
16391
16413
|
prettyPrint?: boolean;
|
|
16392
16414
|
/** 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. */
|
|
16393
16415
|
quotaUser?: string;
|
|
16416
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
16417
|
+
returnPartialSuccess?: boolean;
|
|
16394
16418
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
16395
16419
|
upload_protocol?: string;
|
|
16396
16420
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -16787,6 +16811,8 @@ declare namespace gapi.client {
|
|
|
16787
16811
|
prettyPrint?: boolean;
|
|
16788
16812
|
/** 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. */
|
|
16789
16813
|
quotaUser?: string;
|
|
16814
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
16815
|
+
returnPartialSuccess?: boolean;
|
|
16790
16816
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
16791
16817
|
upload_protocol?: string;
|
|
16792
16818
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -17276,6 +17302,8 @@ declare namespace gapi.client {
|
|
|
17276
17302
|
prettyPrint?: boolean;
|
|
17277
17303
|
/** 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. */
|
|
17278
17304
|
quotaUser?: string;
|
|
17305
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
17306
|
+
returnPartialSuccess?: boolean;
|
|
17279
17307
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
17280
17308
|
upload_protocol?: string;
|
|
17281
17309
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -17935,6 +17963,8 @@ declare namespace gapi.client {
|
|
|
17935
17963
|
prettyPrint?: boolean;
|
|
17936
17964
|
/** 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. */
|
|
17937
17965
|
quotaUser?: string;
|
|
17966
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
17967
|
+
returnPartialSuccess?: boolean;
|
|
17938
17968
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
17939
17969
|
upload_protocol?: string;
|
|
17940
17970
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -18387,6 +18417,8 @@ declare namespace gapi.client {
|
|
|
18387
18417
|
prettyPrint?: boolean;
|
|
18388
18418
|
/** 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. */
|
|
18389
18419
|
quotaUser?: string;
|
|
18420
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
18421
|
+
returnPartialSuccess?: boolean;
|
|
18390
18422
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
18391
18423
|
upload_protocol?: string;
|
|
18392
18424
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -18810,6 +18842,8 @@ declare namespace gapi.client {
|
|
|
18810
18842
|
prettyPrint?: boolean;
|
|
18811
18843
|
/** 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. */
|
|
18812
18844
|
quotaUser?: string;
|
|
18845
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
18846
|
+
returnPartialSuccess?: boolean;
|
|
18813
18847
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
18814
18848
|
upload_protocol?: string;
|
|
18815
18849
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -19612,6 +19646,8 @@ declare namespace gapi.client {
|
|
|
19612
19646
|
prettyPrint?: boolean;
|
|
19613
19647
|
/** 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. */
|
|
19614
19648
|
quotaUser?: string;
|
|
19649
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
19650
|
+
returnPartialSuccess?: boolean;
|
|
19615
19651
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
19616
19652
|
upload_protocol?: string;
|
|
19617
19653
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -20157,6 +20193,8 @@ declare namespace gapi.client {
|
|
|
20157
20193
|
prettyPrint?: boolean;
|
|
20158
20194
|
/** 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. */
|
|
20159
20195
|
quotaUser?: string;
|
|
20196
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
20197
|
+
returnPartialSuccess?: boolean;
|
|
20160
20198
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
20161
20199
|
upload_protocol?: string;
|
|
20162
20200
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -20510,6 +20548,8 @@ declare namespace gapi.client {
|
|
|
20510
20548
|
prettyPrint?: boolean;
|
|
20511
20549
|
/** 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. */
|
|
20512
20550
|
quotaUser?: string;
|
|
20551
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
20552
|
+
returnPartialSuccess?: boolean;
|
|
20513
20553
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
20514
20554
|
upload_protocol?: string;
|
|
20515
20555
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -21157,6 +21197,8 @@ declare namespace gapi.client {
|
|
|
21157
21197
|
prettyPrint?: boolean;
|
|
21158
21198
|
/** 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. */
|
|
21159
21199
|
quotaUser?: string;
|
|
21200
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
21201
|
+
returnPartialSuccess?: boolean;
|
|
21160
21202
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
21161
21203
|
upload_protocol?: string;
|
|
21162
21204
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -21630,6 +21672,8 @@ declare namespace gapi.client {
|
|
|
21630
21672
|
prettyPrint?: boolean;
|
|
21631
21673
|
/** 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. */
|
|
21632
21674
|
quotaUser?: string;
|
|
21675
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
21676
|
+
returnPartialSuccess?: boolean;
|
|
21633
21677
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
21634
21678
|
upload_protocol?: string;
|
|
21635
21679
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -22086,6 +22130,8 @@ declare namespace gapi.client {
|
|
|
22086
22130
|
prettyPrint?: boolean;
|
|
22087
22131
|
/** 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. */
|
|
22088
22132
|
quotaUser?: string;
|
|
22133
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
22134
|
+
returnPartialSuccess?: boolean;
|
|
22089
22135
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
22090
22136
|
upload_protocol?: string;
|
|
22091
22137
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -22714,6 +22760,8 @@ declare namespace gapi.client {
|
|
|
22714
22760
|
prettyPrint?: boolean;
|
|
22715
22761
|
/** 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. */
|
|
22716
22762
|
quotaUser?: string;
|
|
22763
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
22764
|
+
returnPartialSuccess?: boolean;
|
|
22717
22765
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
22718
22766
|
upload_protocol?: string;
|
|
22719
22767
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -23348,6 +23396,8 @@ declare namespace gapi.client {
|
|
|
23348
23396
|
prettyPrint?: boolean;
|
|
23349
23397
|
/** 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. */
|
|
23350
23398
|
quotaUser?: string;
|
|
23399
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
23400
|
+
returnPartialSuccess?: boolean;
|
|
23351
23401
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
23352
23402
|
upload_protocol?: string;
|
|
23353
23403
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -23649,6 +23699,8 @@ declare namespace gapi.client {
|
|
|
23649
23699
|
prettyPrint?: boolean;
|
|
23650
23700
|
/** 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. */
|
|
23651
23701
|
quotaUser?: string;
|
|
23702
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
23703
|
+
returnPartialSuccess?: boolean;
|
|
23652
23704
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
23653
23705
|
upload_protocol?: string;
|
|
23654
23706
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -23913,6 +23965,8 @@ declare namespace gapi.client {
|
|
|
23913
23965
|
prettyPrint?: boolean;
|
|
23914
23966
|
/** 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. */
|
|
23915
23967
|
quotaUser?: string;
|
|
23968
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
23969
|
+
returnPartialSuccess?: boolean;
|
|
23916
23970
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
23917
23971
|
upload_protocol?: string;
|
|
23918
23972
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -24444,6 +24498,8 @@ declare namespace gapi.client {
|
|
|
24444
24498
|
prettyPrint?: boolean;
|
|
24445
24499
|
/** 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. */
|
|
24446
24500
|
quotaUser?: string;
|
|
24501
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
24502
|
+
returnPartialSuccess?: boolean;
|
|
24447
24503
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
24448
24504
|
upload_protocol?: string;
|
|
24449
24505
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -24835,6 +24891,8 @@ declare namespace gapi.client {
|
|
|
24835
24891
|
prettyPrint?: boolean;
|
|
24836
24892
|
/** 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. */
|
|
24837
24893
|
quotaUser?: string;
|
|
24894
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
24895
|
+
returnPartialSuccess?: boolean;
|
|
24838
24896
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
24839
24897
|
upload_protocol?: string;
|
|
24840
24898
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -25878,6 +25936,8 @@ declare namespace gapi.client {
|
|
|
25878
25936
|
prettyPrint?: boolean;
|
|
25879
25937
|
/** 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. */
|
|
25880
25938
|
quotaUser?: string;
|
|
25939
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
25940
|
+
returnPartialSuccess?: boolean;
|
|
25881
25941
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
25882
25942
|
upload_protocol?: string;
|
|
25883
25943
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -26181,6 +26241,8 @@ declare namespace gapi.client {
|
|
|
26181
26241
|
prettyPrint?: boolean;
|
|
26182
26242
|
/** 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. */
|
|
26183
26243
|
quotaUser?: string;
|
|
26244
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
26245
|
+
returnPartialSuccess?: boolean;
|
|
26184
26246
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
26185
26247
|
upload_protocol?: string;
|
|
26186
26248
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -26652,6 +26714,8 @@ declare namespace gapi.client {
|
|
|
26652
26714
|
prettyPrint?: boolean;
|
|
26653
26715
|
/** 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. */
|
|
26654
26716
|
quotaUser?: string;
|
|
26717
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
26718
|
+
returnPartialSuccess?: boolean;
|
|
26655
26719
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
26656
26720
|
upload_protocol?: string;
|
|
26657
26721
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -27103,6 +27167,8 @@ declare namespace gapi.client {
|
|
|
27103
27167
|
prettyPrint?: boolean;
|
|
27104
27168
|
/** 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. */
|
|
27105
27169
|
quotaUser?: string;
|
|
27170
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
27171
|
+
returnPartialSuccess?: boolean;
|
|
27106
27172
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
27107
27173
|
upload_protocol?: string;
|
|
27108
27174
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -27248,6 +27314,8 @@ declare namespace gapi.client {
|
|
|
27248
27314
|
prettyPrint?: boolean;
|
|
27249
27315
|
/** 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. */
|
|
27250
27316
|
quotaUser?: string;
|
|
27317
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
27318
|
+
returnPartialSuccess?: boolean;
|
|
27251
27319
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
27252
27320
|
upload_protocol?: string;
|
|
27253
27321
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -27663,6 +27731,8 @@ declare namespace gapi.client {
|
|
|
27663
27731
|
prettyPrint?: boolean;
|
|
27664
27732
|
/** 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. */
|
|
27665
27733
|
quotaUser?: string;
|
|
27734
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
27735
|
+
returnPartialSuccess?: boolean;
|
|
27666
27736
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
27667
27737
|
upload_protocol?: string;
|
|
27668
27738
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -28722,6 +28792,8 @@ declare namespace gapi.client {
|
|
|
28722
28792
|
prettyPrint?: boolean;
|
|
28723
28793
|
/** 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. */
|
|
28724
28794
|
quotaUser?: string;
|
|
28795
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
28796
|
+
returnPartialSuccess?: boolean;
|
|
28725
28797
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
28726
28798
|
upload_protocol?: string;
|
|
28727
28799
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -28867,6 +28939,8 @@ declare namespace gapi.client {
|
|
|
28867
28939
|
prettyPrint?: boolean;
|
|
28868
28940
|
/** 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. */
|
|
28869
28941
|
quotaUser?: string;
|
|
28942
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
28943
|
+
returnPartialSuccess?: boolean;
|
|
28870
28944
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
28871
28945
|
upload_protocol?: string;
|
|
28872
28946
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -29367,6 +29441,8 @@ declare namespace gapi.client {
|
|
|
29367
29441
|
prettyPrint?: boolean;
|
|
29368
29442
|
/** 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. */
|
|
29369
29443
|
quotaUser?: string;
|
|
29444
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
29445
|
+
returnPartialSuccess?: boolean;
|
|
29370
29446
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
29371
29447
|
upload_protocol?: string;
|
|
29372
29448
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -29515,6 +29591,8 @@ declare namespace gapi.client {
|
|
|
29515
29591
|
prettyPrint?: boolean;
|
|
29516
29592
|
/** 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. */
|
|
29517
29593
|
quotaUser?: string;
|
|
29594
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
29595
|
+
returnPartialSuccess?: boolean;
|
|
29518
29596
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
29519
29597
|
upload_protocol?: string;
|
|
29520
29598
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -29988,6 +30066,8 @@ declare namespace gapi.client {
|
|
|
29988
30066
|
prettyPrint?: boolean;
|
|
29989
30067
|
/** 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. */
|
|
29990
30068
|
quotaUser?: string;
|
|
30069
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
30070
|
+
returnPartialSuccess?: boolean;
|
|
29991
30071
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
29992
30072
|
upload_protocol?: string;
|
|
29993
30073
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -30461,6 +30541,8 @@ declare namespace gapi.client {
|
|
|
30461
30541
|
prettyPrint?: boolean;
|
|
30462
30542
|
/** 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. */
|
|
30463
30543
|
quotaUser?: string;
|
|
30544
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
30545
|
+
returnPartialSuccess?: boolean;
|
|
30464
30546
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
30465
30547
|
upload_protocol?: string;
|
|
30466
30548
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -30818,6 +30900,8 @@ declare namespace gapi.client {
|
|
|
30818
30900
|
prettyPrint?: boolean;
|
|
30819
30901
|
/** 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. */
|
|
30820
30902
|
quotaUser?: string;
|
|
30903
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
30904
|
+
returnPartialSuccess?: boolean;
|
|
30821
30905
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
30822
30906
|
upload_protocol?: string;
|
|
30823
30907
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -30963,6 +31047,8 @@ declare namespace gapi.client {
|
|
|
30963
31047
|
prettyPrint?: boolean;
|
|
30964
31048
|
/** 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. */
|
|
30965
31049
|
quotaUser?: string;
|
|
31050
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
31051
|
+
returnPartialSuccess?: boolean;
|
|
30966
31052
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
30967
31053
|
upload_protocol?: string;
|
|
30968
31054
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -31807,6 +31893,8 @@ declare namespace gapi.client {
|
|
|
31807
31893
|
prettyPrint?: boolean;
|
|
31808
31894
|
/** 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. */
|
|
31809
31895
|
quotaUser?: string;
|
|
31896
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
31897
|
+
returnPartialSuccess?: boolean;
|
|
31810
31898
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
31811
31899
|
upload_protocol?: string;
|
|
31812
31900
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -31952,6 +32040,8 @@ declare namespace gapi.client {
|
|
|
31952
32040
|
prettyPrint?: boolean;
|
|
31953
32041
|
/** 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. */
|
|
31954
32042
|
quotaUser?: string;
|
|
32043
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
32044
|
+
returnPartialSuccess?: boolean;
|
|
31955
32045
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
31956
32046
|
upload_protocol?: string;
|
|
31957
32047
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -32097,6 +32187,8 @@ declare namespace gapi.client {
|
|
|
32097
32187
|
prettyPrint?: boolean;
|
|
32098
32188
|
/** 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. */
|
|
32099
32189
|
quotaUser?: string;
|
|
32190
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
32191
|
+
returnPartialSuccess?: boolean;
|
|
32100
32192
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
32101
32193
|
upload_protocol?: string;
|
|
32102
32194
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -33248,6 +33340,8 @@ declare namespace gapi.client {
|
|
|
33248
33340
|
prettyPrint?: boolean;
|
|
33249
33341
|
/** 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. */
|
|
33250
33342
|
quotaUser?: string;
|
|
33343
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
33344
|
+
returnPartialSuccess?: boolean;
|
|
33251
33345
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
33252
33346
|
upload_protocol?: string;
|
|
33253
33347
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -33691,6 +33785,8 @@ declare namespace gapi.client {
|
|
|
33691
33785
|
prettyPrint?: boolean;
|
|
33692
33786
|
/** 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. */
|
|
33693
33787
|
quotaUser?: string;
|
|
33788
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
33789
|
+
returnPartialSuccess?: boolean;
|
|
33694
33790
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
33695
33791
|
upload_protocol?: string;
|
|
33696
33792
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -34044,6 +34140,8 @@ declare namespace gapi.client {
|
|
|
34044
34140
|
prettyPrint?: boolean;
|
|
34045
34141
|
/** 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. */
|
|
34046
34142
|
quotaUser?: string;
|
|
34143
|
+
/** 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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
34144
|
+
returnPartialSuccess?: boolean;
|
|
34047
34145
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
34048
34146
|
upload_protocol?: string;
|
|
34049
34147
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|