You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: discovery/dataproc-v1.json
+31-4Lines changed: 31 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1613,6 +1613,11 @@
1613
1613
"description": "The standard list page token.",
1614
1614
"location": "query",
1615
1615
"type": "string"
1616
+
},
1617
+
"returnPartialSuccess": {
1618
+
"description": "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.",
1619
+
"location": "query",
1620
+
"type": "boolean"
1616
1621
}
1617
1622
},
1618
1623
"path": "v1/{+name}",
@@ -4636,6 +4641,11 @@
4636
4641
"description": "The standard list page token.",
4637
4642
"location": "query",
4638
4643
"type": "string"
4644
+
},
4645
+
"returnPartialSuccess": {
4646
+
"description": "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.",
4647
+
"location": "query",
4648
+
"type": "boolean"
4639
4649
}
4640
4650
},
4641
4651
"path": "v1/{+name}",
@@ -5012,7 +5022,7 @@
5012
5022
}
5013
5023
}
5014
5024
},
5015
-
"revision": "20251001",
5025
+
"revision": "20251003",
5016
5026
"rootUrl": "https://dataproc.googleapis.com/",
5017
5027
"schemas": {
5018
5028
"AcceleratorConfig": {
@@ -7083,7 +7093,7 @@
7083
7093
"additionalProperties": {
7084
7094
"type": "string"
7085
7095
},
7086
-
"description": "Optional. Resource manager tags (https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing) to add to all instances (see Use secure tags in Dataproc (https://cloud.google.com/dataproc/docs/guides/attach-secure-tags)).",
7096
+
"description": "Optional. Resource manager tags (https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing) to add to all instances (see Use secure tags in Dataproc (https://cloud.google.com/dataproc/docs/guides/use-secure-tags)).",
7087
7097
"type": "object"
7088
7098
},
7089
7099
"serviceAccount": {
@@ -8391,6 +8401,13 @@
8391
8401
"$ref": "Operation"
8392
8402
},
8393
8403
"type": "array"
8404
+
},
8405
+
"unreachable": {
8406
+
"description": "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.",
8407
+
"items": {
8408
+
"type": "string"
8409
+
},
8410
+
"type": "array"
8394
8411
}
8395
8412
},
8396
8413
"type": "object"
@@ -12591,11 +12608,11 @@
12591
12608
"id": "UsageMetrics",
12592
12609
"properties": {
12593
12610
"acceleratorType": {
12594
-
"description": "Optional. Accelerator type being used, if any",
12611
+
"description": "Optional. DEPRECATED Accelerator type being used, if any",
12595
12612
"type": "string"
12596
12613
},
12597
12614
"milliAcceleratorSeconds": {
12598
-
"description": "Optional. Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).",
12615
+
"description": "Optional. DEPRECATED Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).",
12599
12616
"format": "int64",
12600
12617
"type": "string"
12601
12618
},
@@ -13005,6 +13022,11 @@
13005
13022
"description": "A YARN application created by a job. Application information is a subset of org.apache.hadoop.yarn.proto.YarnProtos.ApplicationReportProto.Beta Feature: This report is available for testing purposes only. It may be changed before final release.",
13006
13023
"id": "YarnApplication",
13007
13024
"properties": {
13025
+
"memoryMbSeconds": {
13026
+
"description": "Optional. The cumulative memory usage of the application for a job, measured in mb-seconds.",
13027
+
"format": "int64",
13028
+
"type": "string"
13029
+
},
13008
13030
"name": {
13009
13031
"description": "Required. The application name.",
13010
13032
"type": "string"
@@ -13043,6 +13065,11 @@
13043
13065
"trackingUrl": {
13044
13066
"description": "Optional. The HTTP URL of the ApplicationMaster, HistoryServer, or TimelineServer that provides application-specific information. The URL uses the internal hostname, and requires a proxy server for resolution and, possibly, access.",
13045
13067
"type": "string"
13068
+
},
13069
+
"vcoreSeconds": {
13070
+
"description": "Optional. The cumulative CPU time consumed by the application for a job, measured in vcore-seconds.",
* Optional. Resource manager tags (https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing) to add to all instances (see Use secure tags in Dataproc (https://cloud.google.com/dataproc/docs/guides/attach-secure-tags)).
1291
+
* Optional. Resource manager tags (https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing) to add to all instances (see Use secure tags in Dataproc (https://cloud.google.com/dataproc/docs/guides/use-secure-tags)).
* A list of operations that matches the specified filter in the request.
2176
2176
*/
2177
2177
operations?: Schema$Operation[];
2178
+
/**
2179
+
* 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.
* Optional. DEPRECATED Accelerator type being used, if any
4409
4413
*/
4410
4414
acceleratorType?: string | null;
4411
4415
/**
4412
-
* Optional. Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
4416
+
* Optional. DEPRECATED Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
* A YARN application created by a job. Application information is a subset of org.apache.hadoop.yarn.proto.YarnProtos.ApplicationReportProto.Beta Feature: This report is available for testing purposes only. It may be changed before final release.
4691
4695
*/
4692
4696
export interface Schema$YarnApplication {
4697
+
/**
4698
+
* Optional. The cumulative memory usage of the application for a job, measured in mb-seconds.
* Optional. The HTTP URL of the ApplicationMaster, HistoryServer, or TimelineServer that provides application-specific information. The URL uses the internal hostname, and requires a proxy server for resolution and, possibly, access.
4707
4715
*/
4708
4716
trackingUrl?: string | null;
4717
+
/**
4718
+
* Optional. The cumulative CPU time consumed by the application for a job, measured in vcore-seconds.
* // 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.
* 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.
11012
+
*/
11013
+
returnPartialSuccess?: boolean;
10995
11014
}
10996
11015
10997
11016
export class Resource$Projects$Locations$Sessions {
* // 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.
* 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.
0 commit comments