{
  "name": "dataproc",
  "discoveryVersion": "v1",
  "revision": "20260818",
  "ownerDomain": "google.com",
  "protocol": "rest",
  "kind": "discovery#restDescription",
  "version": "v1",
  "documentationLink": "https://cloud.google.com/dataproc/",
  "baseUrl": "https://dataproc.googleapis.com/",
  "servicePath": "",
  "resources": {
    "projects": {
      "resources": {
        "locations": {
          "resources": {
            "sessions": {
              "resources": {
                "sparkApplications": {
                  "methods": {
                    "summarizeJobs": {
                      "path": "v1/{+name}:summarizeJobs",
                      "parameters": {
                        "parent": {
                          "description": "Required. Parent (Session) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "name": {
                          "location": "path",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/sessions/[^/]+/sparkApplications/[^/]+$",
                          "description": "Required. The fully qualified name of the session to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string"
                        },
                        "jobIds": {
                          "format": "int64",
                          "description": "Optional. List of Job IDs to filter by if provided.",
                          "type": "string",
                          "repeated": true,
                          "location": "query"
                        }
                      },
                      "parameterOrder": [
                        "name"
                      ],
                      "description": "Obtain summary of Jobs for a Spark Application",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "response": {
                        "$ref": "SummarizeSessionSparkApplicationJobsResponse"
                      },
                      "httpMethod": "GET",
                      "id": "dataproc.projects.locations.sessions.sparkApplications.summarizeJobs",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}/sparkApplications/{sparkApplicationsId}:summarizeJobs"
                    },
                    "accessNativeBuildInfo": {
                      "id": "dataproc.projects.locations.sessions.sparkApplications.accessNativeBuildInfo",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}/sparkApplications/{sparkApplicationsId}:accessNativeBuildInfo",
                      "response": {
                        "$ref": "AccessSessionSparkApplicationNativeBuildInfoResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "httpMethod": "GET",
                      "parameterOrder": [
                        "name"
                      ],
                      "description": "Obtain data corresponding to Native Build Information for a Spark Application.",
                      "path": "v1/{+name}:accessNativeBuildInfo",
                      "parameters": {
                        "name": {
                          "description": "Required. The fully qualified name of the session to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string",
                          "location": "path",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/sessions/[^/]+/sparkApplications/[^/]+$"
                        },
                        "parent": {
                          "description": "Required. Parent (Session) resource reference.",
                          "location": "query",
                          "type": "string"
                        }
                      }
                    },
                    "summarizeExecutors": {
                      "response": {
                        "$ref": "SummarizeSessionSparkApplicationExecutorsResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "httpMethod": "GET",
                      "id": "dataproc.projects.locations.sessions.sparkApplications.summarizeExecutors",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}/sparkApplications/{sparkApplicationsId}:summarizeExecutors",
                      "path": "v1/{+name}:summarizeExecutors",
                      "parameters": {
                        "parent": {
                          "description": "Required. Parent (Session) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "name": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/sessions/[^/]+/sparkApplications/[^/]+$",
                          "location": "path",
                          "required": true,
                          "description": "Required. The fully qualified name of the session to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string"
                        }
                      },
                      "parameterOrder": [
                        "name"
                      ],
                      "description": "Obtain summary of Executor Summary for a Spark Application"
                    },
                    "accessStageAttempt": {
                      "id": "dataproc.projects.locations.sessions.sparkApplications.accessStageAttempt",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}/sparkApplications/{sparkApplicationsId}:accessStageAttempt",
                      "httpMethod": "GET",
                      "response": {
                        "$ref": "AccessSessionSparkApplicationStageAttemptResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "description": "Obtain data corresponding to a spark stage attempt for a Spark Application.",
                      "parameterOrder": [
                        "name"
                      ],
                      "parameters": {
                        "stageId": {
                          "description": "Required. Stage ID",
                          "location": "query",
                          "type": "string",
                          "format": "int64"
                        },
                        "stageAttemptId": {
                          "format": "int32",
                          "description": "Required. Stage Attempt ID",
                          "location": "query",
                          "type": "integer"
                        },
                        "name": {
                          "description": "Required. The fully qualified name of the session to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string",
                          "location": "path",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/sessions/[^/]+/sparkApplications/[^/]+$"
                        },
                        "parent": {
                          "description": "Required. Parent (Session) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "summaryMetricsMask": {
                          "description": "Optional. The list of summary metrics fields to include. Empty list will default to skip all summary metrics fields. Example, if the response should include TaskQuantileMetrics, the request should have task_quantile_metrics in summary_metrics_mask field",
                          "location": "query",
                          "type": "string",
                          "format": "google-fieldmask"
                        }
                      },
                      "path": "v1/{+name}:accessStageAttempt"
                    },
                    "searchStageAttemptTasks": {
                      "parameters": {
                        "name": {
                          "description": "Required. The fully qualified name of the session to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/sessions/[^/]+/sparkApplications/[^/]+$",
                          "location": "path",
                          "required": true
                        },
                        "pageToken": {
                          "description": "Optional. A page token received from a previous SearchSessionSparkApplicationStageAttemptTasks call. Provide this token to retrieve the subsequent page.",
                          "location": "query",
                          "type": "string"
                        },
                        "parent": {
                          "description": "Required. Parent (Session) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "pageSize": {
                          "description": "Optional. Maximum number of tasks to return in each response. The service may return fewer than this. The default page size is 10; the maximum page size is 100.",
                          "location": "query",
                          "type": "integer",
                          "format": "int32"
                        },
                        "sortRuntime": {
                          "description": "Optional. Sort the tasks by runtime.",
                          "location": "query",
                          "type": "boolean"
                        },
                        "stageId": {
                          "description": "Optional. Stage ID",
                          "location": "query",
                          "type": "string",
                          "format": "int64"
                        },
                        "stageAttemptId": {
                          "format": "int32",
                          "description": "Optional. Stage Attempt ID",
                          "location": "query",
                          "type": "integer"
                        },
                        "taskStatus": {
                          "location": "query",
                          "enum": [
                            "TASK_STATUS_UNSPECIFIED",
                            "TASK_STATUS_RUNNING",
                            "TASK_STATUS_SUCCESS",
                            "TASK_STATUS_FAILED",
                            "TASK_STATUS_KILLED",
                            "TASK_STATUS_PENDING"
                          ],
                          "description": "Optional. List only tasks in the state.",
                          "type": "string",
                          "enumDescriptions": [
                            "",
                            "",
                            "",
                            "",
                            "",
                            ""
                          ]
                        }
                      },
                      "path": "v1/{+name}:searchStageAttemptTasks",
                      "description": "Obtain data corresponding to tasks for a spark stage attempt for a Spark Application.",
                      "parameterOrder": [
                        "name"
                      ],
                      "httpMethod": "GET",
                      "response": {
                        "$ref": "SearchSessionSparkApplicationStageAttemptTasksResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "id": "dataproc.projects.locations.sessions.sparkApplications.searchStageAttemptTasks",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}/sparkApplications/{sparkApplicationsId}:searchStageAttemptTasks"
                    },
                    "access": {
                      "httpMethod": "GET",
                      "response": {
                        "$ref": "AccessSessionSparkApplicationResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "id": "dataproc.projects.locations.sessions.sparkApplications.access",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}/sparkApplications/{sparkApplicationsId}:access",
                      "parameters": {
                        "name": {
                          "description": "Required. The fully qualified name of the session to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/sessions/[^/]+/sparkApplications/[^/]+$",
                          "required": true,
                          "location": "path"
                        },
                        "parent": {
                          "description": "Required. Parent (Session) resource reference.",
                          "location": "query",
                          "type": "string"
                        }
                      },
                      "path": "v1/{+name}:access",
                      "description": "Obtain high level information corresponding to a single Spark Application.",
                      "parameterOrder": [
                        "name"
                      ]
                    },
                    "searchExecutorStageSummary": {
                      "path": "v1/{+name}:searchExecutorStageSummary",
                      "parameters": {
                        "stageAttemptId": {
                          "format": "int32",
                          "description": "Required. Stage Attempt ID",
                          "location": "query",
                          "type": "integer"
                        },
                        "stageId": {
                          "format": "int64",
                          "description": "Required. Stage ID",
                          "location": "query",
                          "type": "string"
                        },
                        "pageSize": {
                          "description": "Optional. Maximum number of executors to return in each response. The service may return fewer than this. The default page size is 10; the maximum page size is 100.",
                          "location": "query",
                          "type": "integer",
                          "format": "int32"
                        },
                        "parent": {
                          "description": "Required. Parent (Session) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "name": {
                          "location": "path",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/sessions/[^/]+/sparkApplications/[^/]+$",
                          "description": "Required. The fully qualified name of the session to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string"
                        },
                        "pageToken": {
                          "description": "Optional. A page token received from a previous SearchSessionSparkApplicationExecutorStageSummary call. Provide this token to retrieve the subsequent page.",
                          "location": "query",
                          "type": "string"
                        }
                      },
                      "parameterOrder": [
                        "name"
                      ],
                      "description": "Obtain executor summary with respect to a spark stage attempt.",
                      "response": {
                        "$ref": "SearchSessionSparkApplicationExecutorStageSummaryResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "httpMethod": "GET",
                      "id": "dataproc.projects.locations.sessions.sparkApplications.searchExecutorStageSummary",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}/sparkApplications/{sparkApplicationsId}:searchExecutorStageSummary"
                    },
                    "searchExecutors": {
                      "id": "dataproc.projects.locations.sessions.sparkApplications.searchExecutors",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}/sparkApplications/{sparkApplicationsId}:searchExecutors",
                      "httpMethod": "GET",
                      "response": {
                        "$ref": "SearchSessionSparkApplicationExecutorsResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "description": "Obtain data corresponding to executors for a Spark Application.",
                      "parameterOrder": [
                        "name"
                      ],
                      "parameters": {
                        "name": {
                          "description": "Required. The fully qualified name of the session to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string",
                          "location": "path",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/sessions/[^/]+/sparkApplications/[^/]+$"
                        },
                        "pageToken": {
                          "description": "Optional. A page token received from a previous SearchSessionSparkApplicationExecutors call. Provide this token to retrieve the subsequent page.",
                          "location": "query",
                          "type": "string"
                        },
                        "parent": {
                          "description": "Required. Parent (Session) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "executorStatus": {
                          "enumDescriptions": [
                            "",
                            "",
                            ""
                          ],
                          "description": "Optional. Filter to select whether active/ dead or all executors should be selected.",
                          "type": "string",
                          "enum": [
                            "EXECUTOR_STATUS_UNSPECIFIED",
                            "EXECUTOR_STATUS_ACTIVE",
                            "EXECUTOR_STATUS_DEAD"
                          ],
                          "location": "query"
                        },
                        "pageSize": {
                          "description": "Optional. Maximum number of executors to return in each response. The service may return fewer than this. The default page size is 10; the maximum page size is 100.",
                          "location": "query",
                          "type": "integer",
                          "format": "int32"
                        }
                      },
                      "path": "v1/{+name}:searchExecutors"
                    },
                    "searchSqlQueries": {
                      "parameterOrder": [
                        "name"
                      ],
                      "description": "Obtain data corresponding to SQL Queries for a Spark Application.",
                      "path": "v1/{+name}:searchSqlQueries",
                      "parameters": {
                        "pageSize": {
                          "format": "int32",
                          "description": "Optional. Maximum number of queries to return in each response. The service may return fewer than this. The default page size is 10; the maximum page size is 100.",
                          "location": "query",
                          "type": "integer"
                        },
                        "parent": {
                          "description": "Required. Parent (Session) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "operationIds": {
                          "description": "Optional. List of Spark Connect operation IDs to filter by if provided.",
                          "location": "query",
                          "type": "string",
                          "repeated": true
                        },
                        "name": {
                          "required": true,
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/sessions/[^/]+/sparkApplications/[^/]+$",
                          "description": "Required. The fully qualified name of the session to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string"
                        },
                        "planDescription": {
                          "description": "Optional. Enables/ disables physical plan description on demand",
                          "location": "query",
                          "type": "boolean"
                        },
                        "pageToken": {
                          "description": "Optional. A page token received from a previous SearchSessionSparkApplicationSqlQueries call. Provide this token to retrieve the subsequent page.",
                          "location": "query",
                          "type": "string"
                        },
                        "details": {
                          "description": "Optional. Lists/ hides details of Spark plan nodes. True is set to list and false to hide.",
                          "location": "query",
                          "type": "boolean"
                        }
                      },
                      "id": "dataproc.projects.locations.sessions.sparkApplications.searchSqlQueries",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}/sparkApplications/{sparkApplicationsId}:searchSqlQueries",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "response": {
                        "$ref": "SearchSessionSparkApplicationSqlQueriesResponse"
                      },
                      "httpMethod": "GET"
                    },
                    "summarizeStageAttemptTasks": {
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "response": {
                        "$ref": "SummarizeSessionSparkApplicationStageAttemptTasksResponse"
                      },
                      "httpMethod": "GET",
                      "id": "dataproc.projects.locations.sessions.sparkApplications.summarizeStageAttemptTasks",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}/sparkApplications/{sparkApplicationsId}:summarizeStageAttemptTasks",
                      "path": "v1/{+name}:summarizeStageAttemptTasks",
                      "parameters": {
                        "parent": {
                          "description": "Required. Parent (Session) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "stageId": {
                          "description": "Required. Stage ID",
                          "location": "query",
                          "type": "string",
                          "format": "int64"
                        },
                        "name": {
                          "description": "Required. The fully qualified name of the session to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/sessions/[^/]+/sparkApplications/[^/]+$",
                          "required": true,
                          "location": "path"
                        },
                        "stageAttemptId": {
                          "format": "int32",
                          "description": "Required. Stage Attempt ID",
                          "location": "query",
                          "type": "integer"
                        }
                      },
                      "parameterOrder": [
                        "name"
                      ],
                      "description": "Obtain summary of Tasks for a Spark Application Stage Attempt"
                    },
                    "searchNativeSqlQueries": {
                      "response": {
                        "$ref": "SearchSessionSparkApplicationNativeSqlQueriesResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "httpMethod": "GET",
                      "id": "dataproc.projects.locations.sessions.sparkApplications.searchNativeSqlQueries",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}/sparkApplications/{sparkApplicationsId}:searchNativeSqlQueries",
                      "path": "v1/{+name}:searchNativeSqlQueries",
                      "parameters": {
                        "name": {
                          "description": "Required. The fully qualified name of the session to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string",
                          "location": "path",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/sessions/[^/]+/sparkApplications/[^/]+$"
                        },
                        "pageToken": {
                          "description": "Optional. A page token received from a previous SearchSessionSparkApplicationSqlQueries call. Provide this token to retrieve the subsequent page.",
                          "location": "query",
                          "type": "string"
                        },
                        "parent": {
                          "description": "Required. Parent (Session) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "pageSize": {
                          "format": "int32",
                          "description": "Optional. Maximum number of queries to return in each response. The service may return fewer than this. The default page size is 10; the maximum page size is 100.",
                          "location": "query",
                          "type": "integer"
                        }
                      },
                      "parameterOrder": [
                        "name"
                      ],
                      "description": "Obtain data corresponding to Native SQL Queries for a Spark Application."
                    },
                    "searchStageAttempts": {
                      "parameterOrder": [
                        "name"
                      ],
                      "description": "Obtain data corresponding to a spark stage attempts for a Spark Application.",
                      "path": "v1/{+name}:searchStageAttempts",
                      "parameters": {
                        "stageId": {
                          "description": "Required. Stage ID for which attempts are to be fetched",
                          "location": "query",
                          "type": "string",
                          "format": "int64"
                        },
                        "name": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/sessions/[^/]+/sparkApplications/[^/]+$",
                          "required": true,
                          "location": "path",
                          "description": "Required. The fully qualified name of the session to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string"
                        },
                        "pageToken": {
                          "description": "Optional. A page token received from a previous SearchSessionSparkApplicationStageAttempts call. Provide this token to retrieve the subsequent page.",
                          "location": "query",
                          "type": "string"
                        },
                        "parent": {
                          "description": "Required. Parent (Session) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "summaryMetricsMask": {
                          "description": "Optional. The list of summary metrics fields to include. Empty list will default to skip all summary metrics fields. Example, if the response should include TaskQuantileMetrics, the request should have task_quantile_metrics in summary_metrics_mask field",
                          "location": "query",
                          "type": "string",
                          "format": "google-fieldmask"
                        },
                        "pageSize": {
                          "description": "Optional. Maximum number of stage attempts (paging based on stage_attempt_id) to return in each response. The service may return fewer than this. The default page size is 10; the maximum page size is 100.",
                          "location": "query",
                          "type": "integer",
                          "format": "int32"
                        }
                      },
                      "id": "dataproc.projects.locations.sessions.sparkApplications.searchStageAttempts",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}/sparkApplications/{sparkApplicationsId}:searchStageAttempts",
                      "response": {
                        "$ref": "SearchSessionSparkApplicationStageAttemptsResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "httpMethod": "GET"
                    },
                    "summarizeStages": {
                      "id": "dataproc.projects.locations.sessions.sparkApplications.summarizeStages",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}/sparkApplications/{sparkApplicationsId}:summarizeStages",
                      "response": {
                        "$ref": "SummarizeSessionSparkApplicationStagesResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "httpMethod": "GET",
                      "parameterOrder": [
                        "name"
                      ],
                      "description": "Obtain summary of Stages for a Spark Application",
                      "path": "v1/{+name}:summarizeStages",
                      "parameters": {
                        "parent": {
                          "description": "Required. Parent (Session) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "name": {
                          "required": true,
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/sessions/[^/]+/sparkApplications/[^/]+$",
                          "description": "Required. The fully qualified name of the session to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string"
                        },
                        "stageIds": {
                          "description": "Optional. List of Stage IDs to filter by if provided.",
                          "type": "string",
                          "format": "int64",
                          "location": "query",
                          "repeated": true
                        }
                      }
                    },
                    "accessSqlQuery": {
                      "parameters": {
                        "parent": {
                          "description": "Required. Parent (Session) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "name": {
                          "description": "Required. The fully qualified name of the session to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/sessions/[^/]+/sparkApplications/[^/]+$",
                          "location": "path",
                          "required": true
                        },
                        "planDescription": {
                          "description": "Optional. Enables/ disables physical plan description on demand",
                          "location": "query",
                          "type": "boolean"
                        },
                        "executionId": {
                          "format": "int64",
                          "description": "Required. Execution ID",
                          "location": "query",
                          "type": "string"
                        },
                        "details": {
                          "description": "Optional. Lists/ hides details of Spark plan nodes. True is set to list and false to hide.",
                          "location": "query",
                          "type": "boolean"
                        }
                      },
                      "path": "v1/{+name}:accessSqlQuery",
                      "description": "Obtain data corresponding to a particular SQL Query for a Spark Application.",
                      "parameterOrder": [
                        "name"
                      ],
                      "httpMethod": "GET",
                      "response": {
                        "$ref": "AccessSessionSparkApplicationSqlQueryResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "id": "dataproc.projects.locations.sessions.sparkApplications.accessSqlQuery",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}/sparkApplications/{sparkApplicationsId}:accessSqlQuery"
                    },
                    "accessSqlPlan": {
                      "id": "dataproc.projects.locations.sessions.sparkApplications.accessSqlPlan",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}/sparkApplications/{sparkApplicationsId}:accessSqlPlan",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "response": {
                        "$ref": "AccessSessionSparkApplicationSqlSparkPlanGraphResponse"
                      },
                      "httpMethod": "GET",
                      "parameterOrder": [
                        "name"
                      ],
                      "description": "Obtain Spark Plan Graph for a Spark Application SQL execution. Limits the number of clusters returned as part of the graph to 10000.",
                      "path": "v1/{+name}:accessSqlPlan",
                      "parameters": {
                        "parent": {
                          "description": "Required. Parent (Session) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "name": {
                          "description": "Required. The fully qualified name of the session to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string",
                          "required": true,
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/sessions/[^/]+/sparkApplications/[^/]+$"
                        },
                        "executionId": {
                          "format": "int64",
                          "description": "Required. Execution ID",
                          "location": "query",
                          "type": "string"
                        }
                      }
                    },
                    "write": {
                      "parameters": {
                        "name": {
                          "location": "path",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/sessions/[^/]+/sparkApplications/[^/]+$",
                          "description": "Required. The fully qualified name of the spark application to write data about in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string"
                        }
                      },
                      "path": "v1/{+name}:write",
                      "request": {
                        "$ref": "WriteSessionSparkApplicationContextRequest"
                      },
                      "description": "Write wrapper objects from dataplane to spanner",
                      "parameterOrder": [
                        "name"
                      ],
                      "httpMethod": "POST",
                      "response": {
                        "$ref": "WriteSessionSparkApplicationContextResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc"
                      ],
                      "id": "dataproc.projects.locations.sessions.sparkApplications.write",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}/sparkApplications/{sparkApplicationsId}:write"
                    },
                    "search": {
                      "parameters": {
                        "applicationStatus": {
                          "location": "query",
                          "enum": [
                            "APPLICATION_STATUS_UNSPECIFIED",
                            "APPLICATION_STATUS_RUNNING",
                            "APPLICATION_STATUS_COMPLETED"
                          ],
                          "description": "Optional. Search only applications in the chosen state.",
                          "type": "string",
                          "enumDescriptions": [
                            "",
                            "",
                            ""
                          ]
                        },
                        "pageToken": {
                          "description": "Optional. A page token received from a previous SearchSessionSparkApplications call. Provide this token to retrieve the subsequent page.",
                          "location": "query",
                          "type": "string"
                        },
                        "parent": {
                          "description": "Required. The fully qualified name of the session to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID\"",
                          "type": "string",
                          "required": true,
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/sessions/[^/]+$"
                        },
                        "minTime": {
                          "description": "Optional. Earliest start timestamp to list.",
                          "location": "query",
                          "type": "string",
                          "format": "google-datetime"
                        },
                        "maxTime": {
                          "description": "Optional. Latest start timestamp to list.",
                          "location": "query",
                          "type": "string",
                          "format": "google-datetime"
                        },
                        "minEndTime": {
                          "format": "google-datetime",
                          "description": "Optional. Earliest end timestamp to list.",
                          "location": "query",
                          "type": "string"
                        },
                        "pageSize": {
                          "format": "int32",
                          "description": "Optional. Maximum number of applications to return in each response. The service may return fewer than this. The default page size is 10; the maximum page size is 100.",
                          "location": "query",
                          "type": "integer"
                        },
                        "maxEndTime": {
                          "format": "google-datetime",
                          "description": "Optional. Latest end timestamp to list.",
                          "location": "query",
                          "type": "string"
                        }
                      },
                      "path": "v1/{+parent}/sparkApplications:search",
                      "description": "Obtain high level information and list of Spark Applications corresponding to a batch",
                      "parameterOrder": [
                        "parent"
                      ],
                      "httpMethod": "GET",
                      "response": {
                        "$ref": "SearchSessionSparkApplicationsResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "id": "dataproc.projects.locations.sessions.sparkApplications.search",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}/sparkApplications:search"
                    },
                    "accessEnvironmentInfo": {
                      "parameterOrder": [
                        "name"
                      ],
                      "description": "Obtain environment details for a Spark Application",
                      "path": "v1/{+name}:accessEnvironmentInfo",
                      "parameters": {
                        "parent": {
                          "description": "Required. Parent (Session) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "name": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/sessions/[^/]+/sparkApplications/[^/]+$",
                          "required": true,
                          "location": "path",
                          "description": "Required. The fully qualified name of the session to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string"
                        }
                      },
                      "id": "dataproc.projects.locations.sessions.sparkApplications.accessEnvironmentInfo",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}/sparkApplications/{sparkApplicationsId}:accessEnvironmentInfo",
                      "response": {
                        "$ref": "AccessSessionSparkApplicationEnvironmentInfoResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "httpMethod": "GET"
                    },
                    "accessNativeSqlQuery": {
                      "id": "dataproc.projects.locations.sessions.sparkApplications.accessNativeSqlQuery",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}/sparkApplications/{sparkApplicationsId}:accessNativeSqlQuery",
                      "httpMethod": "GET",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "response": {
                        "$ref": "AccessSessionSparkApplicationNativeSqlQueryResponse"
                      },
                      "description": "Obtain data corresponding to a particular Native SQL Query for a Spark Application.",
                      "parameterOrder": [
                        "name"
                      ],
                      "parameters": {
                        "parent": {
                          "description": "Required. Parent (Session) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "name": {
                          "location": "path",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/sessions/[^/]+/sparkApplications/[^/]+$",
                          "description": "Required. The fully qualified name of the session to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string"
                        },
                        "executionId": {
                          "format": "int64",
                          "description": "Required. Execution ID",
                          "location": "query",
                          "type": "string"
                        }
                      },
                      "path": "v1/{+name}:accessNativeSqlQuery"
                    },
                    "searchStages": {
                      "path": "v1/{+name}:searchStages",
                      "parameters": {
                        "stageStatus": {
                          "enumDescriptions": [
                            "",
                            "",
                            "",
                            "",
                            "",
                            ""
                          ],
                          "description": "Optional. List only stages in the given state.",
                          "type": "string",
                          "enum": [
                            "STAGE_STATUS_UNSPECIFIED",
                            "STAGE_STATUS_ACTIVE",
                            "STAGE_STATUS_COMPLETE",
                            "STAGE_STATUS_FAILED",
                            "STAGE_STATUS_PENDING",
                            "STAGE_STATUS_SKIPPED"
                          ],
                          "location": "query"
                        },
                        "stageIds": {
                          "repeated": true,
                          "location": "query",
                          "format": "int64",
                          "description": "Optional. List of Stage IDs to filter by if provided.",
                          "type": "string"
                        },
                        "pageSize": {
                          "format": "int32",
                          "description": "Optional. Maximum number of stages (paging based on stage_id) to return in each response. The service may return fewer than this. The default page size is 10; the maximum page size is 100.",
                          "location": "query",
                          "type": "integer"
                        },
                        "name": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/sessions/[^/]+/sparkApplications/[^/]+$",
                          "required": true,
                          "location": "path",
                          "description": "Required. The fully qualified name of the session to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string"
                        },
                        "pageToken": {
                          "description": "Optional. A page token received from a previous SearchSessionSparkApplicationStages call. Provide this token to retrieve the subsequent page.",
                          "location": "query",
                          "type": "string"
                        },
                        "parent": {
                          "description": "Required. Parent (Session) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "summaryMetricsMask": {
                          "format": "google-fieldmask",
                          "description": "Optional. The list of summary metrics fields to include. Empty list will default to skip all summary metrics fields. Example, if the response should include TaskQuantileMetrics, the request should have task_quantile_metrics in summary_metrics_mask field",
                          "location": "query",
                          "type": "string"
                        }
                      },
                      "parameterOrder": [
                        "name"
                      ],
                      "description": "Obtain data corresponding to stages for a Spark Application.",
                      "response": {
                        "$ref": "SearchSessionSparkApplicationStagesResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "httpMethod": "GET",
                      "id": "dataproc.projects.locations.sessions.sparkApplications.searchStages",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}/sparkApplications/{sparkApplicationsId}:searchStages"
                    },
                    "searchJobs": {
                      "id": "dataproc.projects.locations.sessions.sparkApplications.searchJobs",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}/sparkApplications/{sparkApplicationsId}:searchJobs",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "response": {
                        "$ref": "SearchSessionSparkApplicationJobsResponse"
                      },
                      "httpMethod": "GET",
                      "parameterOrder": [
                        "name"
                      ],
                      "description": "Obtain list of spark jobs corresponding to a Spark Application.",
                      "path": "v1/{+name}:searchJobs",
                      "parameters": {
                        "name": {
                          "required": true,
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/sessions/[^/]+/sparkApplications/[^/]+$",
                          "description": "Required. The fully qualified name of the session to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string"
                        },
                        "pageToken": {
                          "description": "Optional. A page token received from a previous SearchSessionSparkApplicationJobs call. Provide this token to retrieve the subsequent page.",
                          "location": "query",
                          "type": "string"
                        },
                        "jobIds": {
                          "format": "int64",
                          "description": "Optional. List of Job IDs to filter by if provided.",
                          "type": "string",
                          "location": "query",
                          "repeated": true
                        },
                        "parent": {
                          "description": "Required. Parent (Session) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "jobStatus": {
                          "enum": [
                            "JOB_EXECUTION_STATUS_UNSPECIFIED",
                            "JOB_EXECUTION_STATUS_RUNNING",
                            "JOB_EXECUTION_STATUS_SUCCEEDED",
                            "JOB_EXECUTION_STATUS_FAILED",
                            "JOB_EXECUTION_STATUS_UNKNOWN"
                          ],
                          "location": "query",
                          "enumDescriptions": [
                            "",
                            "",
                            "",
                            "",
                            ""
                          ],
                          "description": "Optional. List only jobs in the specific state.",
                          "type": "string"
                        },
                        "pageSize": {
                          "description": "Optional. Maximum number of jobs to return in each response. The service may return fewer than this. The default page size is 10; the maximum page size is 100.",
                          "location": "query",
                          "type": "integer",
                          "format": "int32"
                        }
                      }
                    },
                    "accessJob": {
                      "parameterOrder": [
                        "name"
                      ],
                      "description": "Obtain data corresponding to a spark job for a Spark Application.",
                      "path": "v1/{+name}:accessJob",
                      "parameters": {
                        "jobId": {
                          "description": "Required. Job ID to fetch data for.",
                          "location": "query",
                          "type": "string",
                          "format": "int64"
                        },
                        "parent": {
                          "description": "Required. Parent (Session) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "name": {
                          "description": "Required. The fully qualified name of the session to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/sessions/[^/]+/sparkApplications/[^/]+$",
                          "location": "path",
                          "required": true
                        }
                      },
                      "id": "dataproc.projects.locations.sessions.sparkApplications.accessJob",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}/sparkApplications/{sparkApplicationsId}:accessJob",
                      "response": {
                        "$ref": "AccessSessionSparkApplicationJobResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "httpMethod": "GET"
                    },
                    "accessStageRddGraph": {
                      "id": "dataproc.projects.locations.sessions.sparkApplications.accessStageRddGraph",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}/sparkApplications/{sparkApplicationsId}:accessStageRddGraph",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "response": {
                        "$ref": "AccessSessionSparkApplicationStageRddOperationGraphResponse"
                      },
                      "httpMethod": "GET",
                      "parameterOrder": [
                        "name"
                      ],
                      "description": "Obtain RDD operation graph for a Spark Application Stage. Limits the number of clusters returned as part of the graph to 10000.",
                      "path": "v1/{+name}:accessStageRddGraph",
                      "parameters": {
                        "parent": {
                          "description": "Required. Parent (Session) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "stageId": {
                          "format": "int64",
                          "description": "Required. Stage ID",
                          "location": "query",
                          "type": "string"
                        },
                        "name": {
                          "description": "Required. The fully qualified name of the session to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string",
                          "required": true,
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/sessions/[^/]+/sparkApplications/[^/]+$"
                        }
                      }
                    }
                  }
                }
              },
              "methods": {
                "create": {
                  "parameters": {
                    "sessionId": {
                      "description": "Required. The ID to use for the session, which becomes the final component of the session's resource name.This value must be 4-63 characters. Valid characters are /a-z-/.",
                      "location": "query",
                      "type": "string"
                    },
                    "requestId": {
                      "description": "Optional. A unique ID used to identify the request. If the service receives two CreateSessionRequests (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.CreateSessionRequest)s with the same ID, the second request is ignored, and the first Session is created and stored in the backend.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.",
                      "location": "query",
                      "type": "string"
                    },
                    "parent": {
                      "description": "Required. The parent resource where this session will be created.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "location": "path"
                    }
                  },
                  "path": "v1/{+parent}/sessions",
                  "request": {
                    "$ref": "Session"
                  },
                  "description": "Create an interactive session asynchronously.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "Operation"
                  },
                  "id": "dataproc.projects.locations.sessions.create",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions"
                },
                "list": {
                  "parameters": {
                    "filter": {
                      "description": "Optional. A filter for the sessions to return in the response.A filter is a logical expression constraining the values of various fields in each session resource. Filters are case sensitive, and may contain multiple clauses combined with logical operators (AND, OR). Supported fields are session_id, session_uuid, state, create_time, and labels.Example: state = ACTIVE and create_time \u003c \"2023-01-01T00:00:00Z\" is a filter for sessions in an ACTIVE state that were created before 2023-01-01. state = ACTIVE and labels.environment=production is a filter for sessions in an ACTIVE state that have a production environment label.See https://google.aip.dev/assets/misc/ebnf-filtering.txt for a detailed description of the filter syntax and a list of supported comparators.",
                      "location": "query",
                      "type": "string"
                    },
                    "pageSize": {
                      "format": "int32",
                      "description": "Optional. The maximum number of sessions to return in each response. The service may return fewer than this value.",
                      "location": "query",
                      "type": "integer"
                    },
                    "parent": {
                      "description": "Required. The parent, which owns this collection of sessions.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "location": "path"
                    },
                    "pageToken": {
                      "description": "Optional. A page token received from a previous ListSessions call. Provide this token to retrieve the subsequent page.",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "path": "v1/{+parent}/sessions",
                  "description": "Lists interactive sessions.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc",
                    "https://www.googleapis.com/auth/dataproc.read-only"
                  ],
                  "response": {
                    "$ref": "ListSessionsResponse"
                  },
                  "id": "dataproc.projects.locations.sessions.list",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions"
                },
                "terminate": {
                  "id": "dataproc.projects.locations.sessions.terminate",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}:terminate",
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "Operation"
                  },
                  "request": {
                    "$ref": "TerminateSessionRequest"
                  },
                  "description": "Terminates the interactive session.",
                  "parameterOrder": [
                    "name"
                  ],
                  "parameters": {
                    "name": {
                      "description": "Required. The name of the session resource to terminate.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/sessions/[^/]+$",
                      "required": true,
                      "location": "path"
                    }
                  },
                  "path": "v1/{+name}:terminate"
                },
                "delete": {
                  "id": "dataproc.projects.locations.sessions.delete",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}",
                  "httpMethod": "DELETE",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "description": "Deletes the interactive session resource. If the session is not in terminal state, it is terminated, and then deleted.",
                  "parameterOrder": [
                    "name"
                  ],
                  "parameters": {
                    "requestId": {
                      "description": "Optional. A unique ID used to identify the request. If the service receives two DeleteSessionRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.DeleteSessionRequest)s with the same ID, the second request is ignored.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.",
                      "location": "query",
                      "type": "string"
                    },
                    "name": {
                      "description": "Required. The name of the session resource to delete.",
                      "type": "string",
                      "location": "path",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/sessions/[^/]+$"
                    }
                  },
                  "path": "v1/{+name}"
                },
                "get": {
                  "description": "Gets the resource representation for an interactive session.",
                  "parameterOrder": [
                    "name"
                  ],
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/sessions/[^/]+$",
                      "location": "path",
                      "required": true,
                      "description": "Required. The name of the session to retrieve.",
                      "type": "string"
                    }
                  },
                  "path": "v1/{+name}",
                  "id": "dataproc.projects.locations.sessions.get",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}",
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc",
                    "https://www.googleapis.com/auth/dataproc.read-only"
                  ],
                  "response": {
                    "$ref": "Session"
                  }
                }
              }
            },
            "workflowTemplates": {
              "methods": {
                "create": {
                  "parameterOrder": [
                    "parent"
                  ],
                  "request": {
                    "$ref": "WorkflowTemplate"
                  },
                  "description": "Creates new workflow template.",
                  "path": "v1/{+parent}/workflowTemplates",
                  "parameters": {
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "location": "path",
                      "description": "Required. The resource name of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates.create, the resource name of the region has the following format: projects/{project_id}/regions/{region} For projects.locations.workflowTemplates.create, the resource name of the location has the following format: projects/{project_id}/locations/{location}",
                      "type": "string"
                    }
                  },
                  "id": "dataproc.projects.locations.workflowTemplates.create",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/workflowTemplates",
                  "response": {
                    "$ref": "WorkflowTemplate"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "httpMethod": "POST"
                },
                "list": {
                  "parameters": {
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "location": "path",
                      "description": "Required. The resource name of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates,list, the resource name of the region has the following format: projects/{project_id}/regions/{region} For projects.locations.workflowTemplates.list, the resource name of the location has the following format: projects/{project_id}/locations/{location}",
                      "type": "string"
                    },
                    "pageToken": {
                      "description": "Optional. The page token, returned by a previous call, to request the next page of results.",
                      "location": "query",
                      "type": "string"
                    },
                    "pageSize": {
                      "format": "int32",
                      "description": "Optional. The maximum number of results to return in each response.",
                      "location": "query",
                      "type": "integer"
                    }
                  },
                  "path": "v1/{+parent}/workflowTemplates",
                  "description": "Lists workflows that match the specified filter in the request.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc",
                    "https://www.googleapis.com/auth/dataproc.read-only"
                  ],
                  "response": {
                    "$ref": "ListWorkflowTemplatesResponse"
                  },
                  "id": "dataproc.projects.locations.workflowTemplates.list",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/workflowTemplates"
                },
                "testIamPermissions": {
                  "id": "dataproc.projects.locations.workflowTemplates.testIamPermissions",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/workflowTemplates/{workflowTemplatesId}:testIamPermissions",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "TestIamPermissionsResponse"
                  },
                  "httpMethod": "POST",
                  "parameterOrder": [
                    "resource"
                  ],
                  "request": {
                    "$ref": "TestIamPermissionsRequest"
                  },
                  "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
                  "path": "v1/{+resource}:testIamPermissions",
                  "parameters": {
                    "resource": {
                      "description": "REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/workflowTemplates/[^/]+$",
                      "required": true,
                      "location": "path"
                    }
                  }
                },
                "get": {
                  "id": "dataproc.projects.locations.workflowTemplates.get",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/workflowTemplates/{workflowTemplatesId}",
                  "response": {
                    "$ref": "WorkflowTemplate"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc",
                    "https://www.googleapis.com/auth/dataproc.read-only"
                  ],
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Retrieves the latest workflow template.Can retrieve previously instantiated template by specifying optional version parameter.",
                  "path": "v1/{+name}",
                  "parameters": {
                    "name": {
                      "description": "Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates.get, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates.get, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id}",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/workflowTemplates/[^/]+$",
                      "location": "path",
                      "required": true
                    },
                    "version": {
                      "description": "Optional. The version of workflow template to retrieve. Only previously instantiated versions can be retrieved.If unspecified, retrieves the current version.",
                      "location": "query",
                      "type": "integer",
                      "format": "int32"
                    }
                  }
                },
                "instantiateInline": {
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "Operation"
                  },
                  "httpMethod": "POST",
                  "id": "dataproc.projects.locations.workflowTemplates.instantiateInline",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/workflowTemplates:instantiateInline",
                  "path": "v1/{+parent}/workflowTemplates:instantiateInline",
                  "parameters": {
                    "parent": {
                      "description": "Required. The resource name of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates,instantiateinline, the resource name of the region has the following format: projects/{project_id}/regions/{region} For projects.locations.workflowTemplates.instantiateinline, the resource name of the location has the following format: projects/{project_id}/locations/{location}",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "required": true
                    },
                    "requestId": {
                      "description": "Optional. A tag that prevents multiple concurrent workflow instances with the same tag from running. This mitigates risk of concurrent instances started due to retries.It is recommended to always set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The tag must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "request": {
                    "$ref": "WorkflowTemplate"
                  },
                  "description": "Instantiates a template and begins execution.This method is equivalent to executing the sequence CreateWorkflowTemplate, InstantiateWorkflowTemplate, DeleteWorkflowTemplate.The returned Operation can be used to track execution of workflow by polling operations.get. The Operation will complete when entire workflow is finished.The running workflow can be aborted via operations.cancel. This will cause any inflight jobs to be cancelled and workflow-owned clusters to be deleted.The Operation.metadata will be WorkflowMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#workflowmetadata). Also see Using WorkflowMetadata (https://cloud.google.com/dataproc/docs/concepts/workflows/debugging#using_workflowmetadata).On successful completion, Operation.response will be Empty."
                },
                "instantiate": {
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "httpMethod": "POST",
                  "id": "dataproc.projects.locations.workflowTemplates.instantiate",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/workflowTemplates/{workflowTemplatesId}:instantiate",
                  "path": "v1/{+name}:instantiate",
                  "parameters": {
                    "name": {
                      "description": "Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates.instantiate, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates.instantiate, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id}",
                      "type": "string",
                      "location": "path",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/workflowTemplates/[^/]+$"
                    }
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "request": {
                    "$ref": "InstantiateWorkflowTemplateRequest"
                  },
                  "description": "Instantiates a template and begins execution.The returned Operation can be used to track execution of workflow by polling operations.get. The Operation will complete when entire workflow is finished.The running workflow can be aborted via operations.cancel. This will cause any inflight jobs to be cancelled and workflow-owned clusters to be deleted.The Operation.metadata will be WorkflowMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#workflowmetadata). Also see Using WorkflowMetadata (https://cloud.google.com/dataproc/docs/concepts/workflows/debugging#using_workflowmetadata).On successful completion, Operation.response will be Empty."
                },
                "update": {
                  "httpMethod": "PUT",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "WorkflowTemplate"
                  },
                  "id": "dataproc.projects.locations.workflowTemplates.update",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/workflowTemplates/{workflowTemplatesId}",
                  "parameters": {
                    "name": {
                      "required": true,
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/workflowTemplates/[^/]+$",
                      "description": "Output only. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id}",
                      "type": "string"
                    }
                  },
                  "path": "v1/{+name}",
                  "request": {
                    "$ref": "WorkflowTemplate"
                  },
                  "description": "Updates (replaces) workflow template. The updated template must contain version that matches the current server version.",
                  "parameterOrder": [
                    "name"
                  ]
                },
                "delete": {
                  "description": "Deletes a workflow template. It does not cancel in-progress workflows.",
                  "parameterOrder": [
                    "name"
                  ],
                  "parameters": {
                    "version": {
                      "description": "Optional. The version of workflow template to delete. If specified, will only delete the template if the current server version matches specified version.",
                      "location": "query",
                      "type": "integer",
                      "format": "int32"
                    },
                    "name": {
                      "description": "Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates.delete, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates.instantiate, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id}",
                      "type": "string",
                      "location": "path",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/workflowTemplates/[^/]+$"
                    }
                  },
                  "path": "v1/{+name}",
                  "id": "dataproc.projects.locations.workflowTemplates.delete",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/workflowTemplates/{workflowTemplatesId}",
                  "httpMethod": "DELETE",
                  "response": {
                    "$ref": "Empty"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ]
                },
                "getIamPolicy": {
                  "httpMethod": "POST",
                  "response": {
                    "$ref": "Policy"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "id": "dataproc.projects.locations.workflowTemplates.getIamPolicy",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/workflowTemplates/{workflowTemplatesId}:getIamPolicy",
                  "parameters": {
                    "resource": {
                      "description": "REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/workflowTemplates/[^/]+$",
                      "location": "path",
                      "required": true
                    }
                  },
                  "path": "v1/{+resource}:getIamPolicy",
                  "request": {
                    "$ref": "GetIamPolicyRequest"
                  },
                  "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
                  "parameterOrder": [
                    "resource"
                  ]
                },
                "setIamPolicy": {
                  "path": "v1/{+resource}:setIamPolicy",
                  "parameters": {
                    "resource": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/workflowTemplates/[^/]+$",
                      "required": true,
                      "location": "path",
                      "description": "REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "resource"
                  ],
                  "request": {
                    "$ref": "SetIamPolicyRequest"
                  },
                  "description": "Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "Policy"
                  },
                  "httpMethod": "POST",
                  "id": "dataproc.projects.locations.workflowTemplates.setIamPolicy",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/workflowTemplates/{workflowTemplatesId}:setIamPolicy"
                }
              }
            },
            "autoscalingPolicies": {
              "methods": {
                "get": {
                  "id": "dataproc.projects.locations.autoscalingPolicies.get",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autoscalingPolicies/{autoscalingPoliciesId}",
                  "httpMethod": "GET",
                  "response": {
                    "$ref": "AutoscalingPolicy"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "description": "Retrieves autoscaling policy.",
                  "parameterOrder": [
                    "name"
                  ],
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/autoscalingPolicies/[^/]+$",
                      "required": true,
                      "location": "path",
                      "description": "Required. The \"resource name\" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies.get, the resource name of the policy has the following format: projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For projects.locations.autoscalingPolicies.get, the resource name of the policy has the following format: projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id}",
                      "type": "string"
                    }
                  },
                  "path": "v1/{+name}"
                },
                "setIamPolicy": {
                  "request": {
                    "$ref": "SetIamPolicyRequest"
                  },
                  "description": "Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.",
                  "parameterOrder": [
                    "resource"
                  ],
                  "parameters": {
                    "resource": {
                      "description": "REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                      "type": "string",
                      "required": true,
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/autoscalingPolicies/[^/]+$"
                    }
                  },
                  "path": "v1/{+resource}:setIamPolicy",
                  "id": "dataproc.projects.locations.autoscalingPolicies.setIamPolicy",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autoscalingPolicies/{autoscalingPoliciesId}:setIamPolicy",
                  "httpMethod": "POST",
                  "response": {
                    "$ref": "Policy"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ]
                },
                "delete": {
                  "httpMethod": "DELETE",
                  "response": {
                    "$ref": "Empty"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "id": "dataproc.projects.locations.autoscalingPolicies.delete",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autoscalingPolicies/{autoscalingPoliciesId}",
                  "parameters": {
                    "name": {
                      "description": "Required. The \"resource name\" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies.delete, the resource name of the policy has the following format: projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For projects.locations.autoscalingPolicies.delete, the resource name of the policy has the following format: projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id}",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/autoscalingPolicies/[^/]+$",
                      "required": true,
                      "location": "path"
                    }
                  },
                  "path": "v1/{+name}",
                  "description": "Deletes an autoscaling policy. It is an error to delete an autoscaling policy that is in use by one or more clusters.",
                  "parameterOrder": [
                    "name"
                  ]
                },
                "getIamPolicy": {
                  "id": "dataproc.projects.locations.autoscalingPolicies.getIamPolicy",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autoscalingPolicies/{autoscalingPoliciesId}:getIamPolicy",
                  "response": {
                    "$ref": "Policy"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "httpMethod": "POST",
                  "parameterOrder": [
                    "resource"
                  ],
                  "request": {
                    "$ref": "GetIamPolicyRequest"
                  },
                  "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
                  "path": "v1/{+resource}:getIamPolicy",
                  "parameters": {
                    "resource": {
                      "required": true,
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/autoscalingPolicies/[^/]+$",
                      "description": "REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                      "type": "string"
                    }
                  }
                },
                "testIamPermissions": {
                  "parameterOrder": [
                    "resource"
                  ],
                  "request": {
                    "$ref": "TestIamPermissionsRequest"
                  },
                  "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
                  "path": "v1/{+resource}:testIamPermissions",
                  "parameters": {
                    "resource": {
                      "location": "path",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/autoscalingPolicies/[^/]+$",
                      "description": "REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                      "type": "string"
                    }
                  },
                  "id": "dataproc.projects.locations.autoscalingPolicies.testIamPermissions",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autoscalingPolicies/{autoscalingPoliciesId}:testIamPermissions",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "TestIamPermissionsResponse"
                  },
                  "httpMethod": "POST"
                },
                "update": {
                  "request": {
                    "$ref": "AutoscalingPolicy"
                  },
                  "description": "Updates (replaces) autoscaling policy.Disabled check for update_mask, because all updates will be full replacements.",
                  "parameterOrder": [
                    "name"
                  ],
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/autoscalingPolicies/[^/]+$",
                      "location": "path",
                      "required": true,
                      "description": "Output only. The \"resource name\" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies, the resource name of the policy has the following format: projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For projects.locations.autoscalingPolicies, the resource name of the policy has the following format: projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id}",
                      "type": "string"
                    }
                  },
                  "path": "v1/{+name}",
                  "id": "dataproc.projects.locations.autoscalingPolicies.update",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autoscalingPolicies/{autoscalingPoliciesId}",
                  "httpMethod": "PUT",
                  "response": {
                    "$ref": "AutoscalingPolicy"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ]
                },
                "list": {
                  "id": "dataproc.projects.locations.autoscalingPolicies.list",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autoscalingPolicies",
                  "httpMethod": "GET",
                  "response": {
                    "$ref": "ListAutoscalingPoliciesResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "description": "Lists autoscaling policies in the project.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "parameters": {
                    "pageSize": {
                      "description": "Optional. The maximum number of results to return in each response. Must be less than or equal to 1000. Defaults to 100.",
                      "location": "query",
                      "type": "integer",
                      "format": "int32"
                    },
                    "parent": {
                      "description": "Required. The \"resource name\" of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies.list, the resource name of the region has the following format: projects/{project_id}/regions/{region} For projects.locations.autoscalingPolicies.list, the resource name of the location has the following format: projects/{project_id}/locations/{location}",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "required": true
                    },
                    "pageToken": {
                      "description": "Optional. The page token, returned by a previous call, to request the next page of results.",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "path": "v1/{+parent}/autoscalingPolicies"
                },
                "create": {
                  "id": "dataproc.projects.locations.autoscalingPolicies.create",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autoscalingPolicies",
                  "response": {
                    "$ref": "AutoscalingPolicy"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "httpMethod": "POST",
                  "parameterOrder": [
                    "parent"
                  ],
                  "request": {
                    "$ref": "AutoscalingPolicy"
                  },
                  "description": "Creates new autoscaling policy.",
                  "path": "v1/{+parent}/autoscalingPolicies",
                  "parameters": {
                    "parent": {
                      "description": "Required. The \"resource name\" of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies.create, the resource name of the region has the following format: projects/{project_id}/regions/{region} For projects.locations.autoscalingPolicies.create, the resource name of the location has the following format: projects/{project_id}/locations/{location}",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "required": true
                    }
                  }
                }
              }
            },
            "sessionTemplates": {
              "methods": {
                "delete": {
                  "description": "Deletes a session template.",
                  "parameterOrder": [
                    "name"
                  ],
                  "parameters": {
                    "name": {
                      "description": "Required. The name of the session template resource to delete.",
                      "type": "string",
                      "required": true,
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/sessionTemplates/[^/]+$"
                    }
                  },
                  "path": "v1/{+name}",
                  "id": "dataproc.projects.locations.sessionTemplates.delete",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessionTemplates/{sessionTemplatesId}",
                  "httpMethod": "DELETE",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "Empty"
                  }
                },
                "get": {
                  "id": "dataproc.projects.locations.sessionTemplates.get",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessionTemplates/{sessionTemplatesId}",
                  "response": {
                    "$ref": "SessionTemplate"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc",
                    "https://www.googleapis.com/auth/dataproc.read-only"
                  ],
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Gets the resource representation for a session template.",
                  "path": "v1/{+name}",
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/sessionTemplates/[^/]+$",
                      "required": true,
                      "location": "path",
                      "description": "Required. The name of the session template to retrieve.",
                      "type": "string"
                    }
                  }
                },
                "patch": {
                  "id": "dataproc.projects.locations.sessionTemplates.patch",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessionTemplates/{sessionTemplatesId}",
                  "httpMethod": "PATCH",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "SessionTemplate"
                  },
                  "request": {
                    "$ref": "SessionTemplate"
                  },
                  "description": "Updates the session template synchronously.",
                  "parameterOrder": [
                    "name"
                  ],
                  "parameters": {
                    "name": {
                      "required": true,
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/sessionTemplates/[^/]+$",
                      "description": "Required. Identifier. The resource name of the session template.",
                      "type": "string"
                    }
                  },
                  "path": "v1/{+name}"
                },
                "list": {
                  "path": "v1/{+parent}/sessionTemplates",
                  "parameters": {
                    "pageSize": {
                      "description": "Optional. The maximum number of sessions to return in each response. The service may return fewer than this value.",
                      "location": "query",
                      "type": "integer",
                      "format": "int32"
                    },
                    "filter": {
                      "description": "Optional. A filter for the session templates to return in the response. Filters are case sensitive and have the following syntax:field = value AND field = value ...",
                      "location": "query",
                      "type": "string"
                    },
                    "pageToken": {
                      "description": "Optional. A page token received from a previous ListSessions call. Provide this token to retrieve the subsequent page.",
                      "location": "query",
                      "type": "string"
                    },
                    "parent": {
                      "location": "path",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "description": "Required. The parent that owns this collection of session templates.",
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "Lists session templates.",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc",
                    "https://www.googleapis.com/auth/dataproc.read-only"
                  ],
                  "response": {
                    "$ref": "ListSessionTemplatesResponse"
                  },
                  "httpMethod": "GET",
                  "id": "dataproc.projects.locations.sessionTemplates.list",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessionTemplates"
                },
                "create": {
                  "parameters": {
                    "parent": {
                      "location": "path",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "description": "Required. The parent resource where this session template will be created.",
                      "type": "string"
                    }
                  },
                  "path": "v1/{+parent}/sessionTemplates",
                  "request": {
                    "$ref": "SessionTemplate"
                  },
                  "description": "Create a session template synchronously.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "SessionTemplate"
                  },
                  "id": "dataproc.projects.locations.sessionTemplates.create",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sessionTemplates"
                }
              }
            },
            "operations": {
              "methods": {
                "list": {
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc",
                    "https://www.googleapis.com/auth/dataproc.read-only"
                  ],
                  "response": {
                    "$ref": "ListOperationsResponse"
                  },
                  "httpMethod": "GET",
                  "id": "dataproc.projects.locations.operations.list",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations",
                  "path": "v1/{+name}",
                  "parameters": {
                    "pageSize": {
                      "description": "The standard list page size.",
                      "location": "query",
                      "type": "integer",
                      "format": "int32"
                    },
                    "filter": {
                      "description": "The standard list filter.",
                      "location": "query",
                      "type": "string"
                    },
                    "name": {
                      "description": "The name of the operation's parent resource.",
                      "type": "string",
                      "required": true,
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/operations$"
                    },
                    "pageToken": {
                      "description": "The standard list page token.",
                      "location": "query",
                      "type": "string"
                    },
                    "returnPartialSuccess": {
                      "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. 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.",
                      "location": "query",
                      "type": "boolean"
                    }
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED."
                },
                "delete": {
                  "path": "v1/{+name}",
                  "parameters": {
                    "name": {
                      "description": "The name of the operation resource to be deleted.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
                      "location": "path",
                      "required": true
                    }
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED.",
                  "response": {
                    "$ref": "Empty"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "httpMethod": "DELETE",
                  "id": "dataproc.projects.locations.operations.delete",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}"
                },
                "cancel": {
                  "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.",
                  "parameterOrder": [
                    "name"
                  ],
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
                      "location": "path",
                      "required": true,
                      "description": "The name of the operation resource to be cancelled.",
                      "type": "string"
                    }
                  },
                  "path": "v1/{+name}:cancel",
                  "id": "dataproc.projects.locations.operations.cancel",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "Empty"
                  }
                },
                "get": {
                  "httpMethod": "GET",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc",
                    "https://www.googleapis.com/auth/dataproc.read-only"
                  ],
                  "id": "dataproc.projects.locations.operations.get",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
                  "parameters": {
                    "name": {
                      "description": "The name of the operation resource.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
                      "required": true,
                      "location": "path"
                    }
                  },
                  "path": "v1/{+name}",
                  "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
                  "parameterOrder": [
                    "name"
                  ]
                }
              }
            },
            "batches": {
              "resources": {
                "sparkApplications": {
                  "methods": {
                    "summarizeJobs": {
                      "description": "Obtain summary of Jobs for a Spark Application",
                      "parameterOrder": [
                        "name"
                      ],
                      "parameters": {
                        "name": {
                          "description": "Required. The fully qualified name of the batch to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+/sparkApplications/[^/]+$",
                          "required": true,
                          "location": "path"
                        },
                        "parent": {
                          "description": "Required. Parent (Batch) resource reference.",
                          "location": "query",
                          "type": "string"
                        }
                      },
                      "path": "v1/{+name}:summarizeJobs",
                      "id": "dataproc.projects.locations.batches.sparkApplications.summarizeJobs",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}/sparkApplications/{sparkApplicationsId}:summarizeJobs",
                      "httpMethod": "GET",
                      "response": {
                        "$ref": "SummarizeSparkApplicationJobsResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ]
                    },
                    "accessNativeBuildInfo": {
                      "id": "dataproc.projects.locations.batches.sparkApplications.accessNativeBuildInfo",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}/sparkApplications/{sparkApplicationsId}:accessNativeBuildInfo",
                      "httpMethod": "GET",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "response": {
                        "$ref": "AccessSparkApplicationNativeBuildInfoResponse"
                      },
                      "description": "Obtain build data for Native Job",
                      "parameterOrder": [
                        "name"
                      ],
                      "parameters": {
                        "parent": {
                          "description": "Required. Parent (Batch) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "name": {
                          "description": "Required. The fully qualified name of the batch to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+/sparkApplications/[^/]+$",
                          "location": "path",
                          "required": true
                        }
                      },
                      "path": "v1/{+name}:accessNativeBuildInfo"
                    },
                    "summarizeExecutors": {
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "response": {
                        "$ref": "SummarizeSparkApplicationExecutorsResponse"
                      },
                      "httpMethod": "GET",
                      "id": "dataproc.projects.locations.batches.sparkApplications.summarizeExecutors",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}/sparkApplications/{sparkApplicationsId}:summarizeExecutors",
                      "path": "v1/{+name}:summarizeExecutors",
                      "parameters": {
                        "name": {
                          "description": "Required. The fully qualified name of the batch to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+/sparkApplications/[^/]+$",
                          "required": true,
                          "location": "path"
                        },
                        "parent": {
                          "description": "Required. Parent (Batch) resource reference.",
                          "location": "query",
                          "type": "string"
                        }
                      },
                      "parameterOrder": [
                        "name"
                      ],
                      "description": "Obtain summary of Executor Summary for a Spark Application"
                    },
                    "searchStageAttemptTasks": {
                      "id": "dataproc.projects.locations.batches.sparkApplications.searchStageAttemptTasks",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}/sparkApplications/{sparkApplicationsId}:searchStageAttemptTasks",
                      "httpMethod": "GET",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "response": {
                        "$ref": "SearchSparkApplicationStageAttemptTasksResponse"
                      },
                      "description": "Obtain data corresponding to tasks for a spark stage attempt for a Spark Application.",
                      "parameterOrder": [
                        "name"
                      ],
                      "parameters": {
                        "pageSize": {
                          "description": "Optional. Maximum number of tasks to return in each response. The service may return fewer than this. The default page size is 10; the maximum page size is 100.",
                          "location": "query",
                          "type": "integer",
                          "format": "int32"
                        },
                        "sortRuntime": {
                          "description": "Optional. Sort the tasks by runtime.",
                          "location": "query",
                          "type": "boolean"
                        },
                        "name": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+/sparkApplications/[^/]+$",
                          "required": true,
                          "location": "path",
                          "description": "Required. The fully qualified name of the batch to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string"
                        },
                        "pageToken": {
                          "description": "Optional. A page token received from a previous ListSparkApplicationStageAttemptTasks call. Provide this token to retrieve the subsequent page.",
                          "location": "query",
                          "type": "string"
                        },
                        "parent": {
                          "description": "Required. Parent (Batch) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "stageAttemptId": {
                          "description": "Optional. Stage Attempt ID",
                          "location": "query",
                          "type": "integer",
                          "format": "int32"
                        },
                        "taskStatus": {
                          "enumDescriptions": [
                            "",
                            "",
                            "",
                            "",
                            "",
                            ""
                          ],
                          "description": "Optional. List only tasks in the state.",
                          "type": "string",
                          "enum": [
                            "TASK_STATUS_UNSPECIFIED",
                            "TASK_STATUS_RUNNING",
                            "TASK_STATUS_SUCCESS",
                            "TASK_STATUS_FAILED",
                            "TASK_STATUS_KILLED",
                            "TASK_STATUS_PENDING"
                          ],
                          "location": "query"
                        },
                        "stageId": {
                          "description": "Optional. Stage ID",
                          "location": "query",
                          "type": "string",
                          "format": "int64"
                        }
                      },
                      "path": "v1/{+name}:searchStageAttemptTasks"
                    },
                    "accessStageAttempt": {
                      "parameterOrder": [
                        "name"
                      ],
                      "description": "Obtain data corresponding to a spark stage attempt for a Spark Application.",
                      "path": "v1/{+name}:accessStageAttempt",
                      "parameters": {
                        "name": {
                          "description": "Required. The fully qualified name of the batch to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string",
                          "required": true,
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+/sparkApplications/[^/]+$"
                        },
                        "parent": {
                          "description": "Required. Parent (Batch) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "summaryMetricsMask": {
                          "description": "Optional. The list of summary metrics fields to include. Empty list will default to skip all summary metrics fields. Example, if the response should include TaskQuantileMetrics, the request should have task_quantile_metrics in summary_metrics_mask field",
                          "location": "query",
                          "type": "string",
                          "format": "google-fieldmask"
                        },
                        "stageAttemptId": {
                          "description": "Required. Stage Attempt ID",
                          "location": "query",
                          "type": "integer",
                          "format": "int32"
                        },
                        "stageId": {
                          "description": "Required. Stage ID",
                          "location": "query",
                          "type": "string",
                          "format": "int64"
                        }
                      },
                      "id": "dataproc.projects.locations.batches.sparkApplications.accessStageAttempt",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}/sparkApplications/{sparkApplicationsId}:accessStageAttempt",
                      "response": {
                        "$ref": "AccessSparkApplicationStageAttemptResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "httpMethod": "GET"
                    },
                    "searchExecutorStageSummary": {
                      "id": "dataproc.projects.locations.batches.sparkApplications.searchExecutorStageSummary",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}/sparkApplications/{sparkApplicationsId}:searchExecutorStageSummary",
                      "httpMethod": "GET",
                      "response": {
                        "$ref": "SearchSparkApplicationExecutorStageSummaryResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "description": "Obtain executor summary with respect to a spark stage attempt.",
                      "parameterOrder": [
                        "name"
                      ],
                      "parameters": {
                        "pageSize": {
                          "format": "int32",
                          "description": "Optional. Maximum number of executors to return in each response. The service may return fewer than this. The default page size is 10; the maximum page size is 100.",
                          "location": "query",
                          "type": "integer"
                        },
                        "name": {
                          "description": "Required. The fully qualified name of the batch to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string",
                          "location": "path",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+/sparkApplications/[^/]+$"
                        },
                        "pageToken": {
                          "description": "Optional. A page token received from a previous AccessSparkApplicationExecutorsList call. Provide this token to retrieve the subsequent page.",
                          "location": "query",
                          "type": "string"
                        },
                        "parent": {
                          "description": "Required. Parent (Batch) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "stageAttemptId": {
                          "description": "Required. Stage Attempt ID",
                          "location": "query",
                          "type": "integer",
                          "format": "int32"
                        },
                        "stageId": {
                          "format": "int64",
                          "description": "Required. Stage ID",
                          "location": "query",
                          "type": "string"
                        }
                      },
                      "path": "v1/{+name}:searchExecutorStageSummary"
                    },
                    "access": {
                      "httpMethod": "GET",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "response": {
                        "$ref": "AccessSparkApplicationResponse"
                      },
                      "id": "dataproc.projects.locations.batches.sparkApplications.access",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}/sparkApplications/{sparkApplicationsId}:access",
                      "parameters": {
                        "name": {
                          "description": "Required. The fully qualified name of the batch to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string",
                          "required": true,
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+/sparkApplications/[^/]+$"
                        },
                        "parent": {
                          "description": "Required. Parent (Batch) resource reference.",
                          "location": "query",
                          "type": "string"
                        }
                      },
                      "path": "v1/{+name}:access",
                      "description": "Obtain high level information corresponding to a single Spark Application.",
                      "parameterOrder": [
                        "name"
                      ]
                    },
                    "searchExecutors": {
                      "id": "dataproc.projects.locations.batches.sparkApplications.searchExecutors",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}/sparkApplications/{sparkApplicationsId}:searchExecutors",
                      "httpMethod": "GET",
                      "response": {
                        "$ref": "SearchSparkApplicationExecutorsResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "description": "Obtain data corresponding to executors for a Spark Application.",
                      "parameterOrder": [
                        "name"
                      ],
                      "parameters": {
                        "name": {
                          "description": "Required. The fully qualified name of the batch to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+/sparkApplications/[^/]+$",
                          "required": true,
                          "location": "path"
                        },
                        "pageToken": {
                          "description": "Optional. A page token received from a previous AccessSparkApplicationExecutorsList call. Provide this token to retrieve the subsequent page.",
                          "location": "query",
                          "type": "string"
                        },
                        "parent": {
                          "description": "Required. Parent (Batch) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "executorStatus": {
                          "enum": [
                            "EXECUTOR_STATUS_UNSPECIFIED",
                            "EXECUTOR_STATUS_ACTIVE",
                            "EXECUTOR_STATUS_DEAD"
                          ],
                          "location": "query",
                          "enumDescriptions": [
                            "",
                            "",
                            ""
                          ],
                          "description": "Optional. Filter to select whether active/ dead or all executors should be selected.",
                          "type": "string"
                        },
                        "pageSize": {
                          "description": "Optional. Maximum number of executors to return in each response. The service may return fewer than this. The default page size is 10; the maximum page size is 100.",
                          "location": "query",
                          "type": "integer",
                          "format": "int32"
                        }
                      },
                      "path": "v1/{+name}:searchExecutors"
                    },
                    "searchSqlQueries": {
                      "id": "dataproc.projects.locations.batches.sparkApplications.searchSqlQueries",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}/sparkApplications/{sparkApplicationsId}:searchSqlQueries",
                      "httpMethod": "GET",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "response": {
                        "$ref": "SearchSparkApplicationSqlQueriesResponse"
                      },
                      "description": "Obtain data corresponding to SQL Queries for a Spark Application.",
                      "parameterOrder": [
                        "name"
                      ],
                      "parameters": {
                        "pageSize": {
                          "format": "int32",
                          "description": "Optional. Maximum number of queries to return in each response. The service may return fewer than this. The default page size is 10; the maximum page size is 100.",
                          "location": "query",
                          "type": "integer"
                        },
                        "parent": {
                          "description": "Required. Parent (Batch) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "name": {
                          "description": "Required. The fully qualified name of the batch to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string",
                          "required": true,
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+/sparkApplications/[^/]+$"
                        },
                        "planDescription": {
                          "description": "Optional. Enables/ disables physical plan description on demand",
                          "location": "query",
                          "type": "boolean"
                        },
                        "pageToken": {
                          "description": "Optional. A page token received from a previous SearchSparkApplicationSqlQueries call. Provide this token to retrieve the subsequent page.",
                          "location": "query",
                          "type": "string"
                        },
                        "details": {
                          "description": "Optional. Lists/ hides details of Spark plan nodes. True is set to list and false to hide.",
                          "location": "query",
                          "type": "boolean"
                        }
                      },
                      "path": "v1/{+name}:searchSqlQueries"
                    },
                    "summarizeStageAttemptTasks": {
                      "id": "dataproc.projects.locations.batches.sparkApplications.summarizeStageAttemptTasks",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}/sparkApplications/{sparkApplicationsId}:summarizeStageAttemptTasks",
                      "httpMethod": "GET",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "response": {
                        "$ref": "SummarizeSparkApplicationStageAttemptTasksResponse"
                      },
                      "description": "Obtain summary of Tasks for a Spark Application Stage Attempt",
                      "parameterOrder": [
                        "name"
                      ],
                      "parameters": {
                        "stageAttemptId": {
                          "format": "int32",
                          "description": "Required. Stage Attempt ID",
                          "location": "query",
                          "type": "integer"
                        },
                        "parent": {
                          "description": "Required. Parent (Batch) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "stageId": {
                          "description": "Required. Stage ID",
                          "location": "query",
                          "type": "string",
                          "format": "int64"
                        },
                        "name": {
                          "required": true,
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+/sparkApplications/[^/]+$",
                          "description": "Required. The fully qualified name of the batch to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string"
                        }
                      },
                      "path": "v1/{+name}:summarizeStageAttemptTasks"
                    },
                    "searchNativeSqlQueries": {
                      "id": "dataproc.projects.locations.batches.sparkApplications.searchNativeSqlQueries",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}/sparkApplications/{sparkApplicationsId}:searchNativeSqlQueries",
                      "response": {
                        "$ref": "SearchSparkApplicationNativeSqlQueriesResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "httpMethod": "GET",
                      "parameterOrder": [
                        "name"
                      ],
                      "description": "Obtain data corresponding to Native SQL Queries for a Spark Application.",
                      "path": "v1/{+name}:searchNativeSqlQueries",
                      "parameters": {
                        "parent": {
                          "description": "Required. Parent (Batch) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "name": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+/sparkApplications/[^/]+$",
                          "required": true,
                          "location": "path",
                          "description": "Required. The fully qualified name of the batch to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string"
                        },
                        "pageToken": {
                          "description": "Optional. A page token received from a previous SearchSparkApplicationNativeSqlQueries call. Provide this token to retrieve the subsequent page.",
                          "location": "query",
                          "type": "string"
                        },
                        "pageSize": {
                          "format": "int32",
                          "description": "Optional. Maximum number of queries to return in each response. The service may return fewer than this. The default page size is 10; the maximum page size is 100.",
                          "location": "query",
                          "type": "integer"
                        }
                      }
                    },
                    "searchStageAttempts": {
                      "id": "dataproc.projects.locations.batches.sparkApplications.searchStageAttempts",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}/sparkApplications/{sparkApplicationsId}:searchStageAttempts",
                      "httpMethod": "GET",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "response": {
                        "$ref": "SearchSparkApplicationStageAttemptsResponse"
                      },
                      "description": "Obtain data corresponding to a spark stage attempts for a Spark Application.",
                      "parameterOrder": [
                        "name"
                      ],
                      "parameters": {
                        "stageId": {
                          "format": "int64",
                          "description": "Required. Stage ID for which attempts are to be fetched",
                          "location": "query",
                          "type": "string"
                        },
                        "parent": {
                          "description": "Required. Parent (Batch) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "summaryMetricsMask": {
                          "description": "Optional. The list of summary metrics fields to include. Empty list will default to skip all summary metrics fields. Example, if the response should include TaskQuantileMetrics, the request should have task_quantile_metrics in summary_metrics_mask field",
                          "location": "query",
                          "type": "string",
                          "format": "google-fieldmask"
                        },
                        "name": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+/sparkApplications/[^/]+$",
                          "location": "path",
                          "required": true,
                          "description": "Required. The fully qualified name of the batch to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string"
                        },
                        "pageToken": {
                          "description": "Optional. A page token received from a previous SearchSparkApplicationStageAttempts call. Provide this token to retrieve the subsequent page.",
                          "location": "query",
                          "type": "string"
                        },
                        "pageSize": {
                          "format": "int32",
                          "description": "Optional. Maximum number of stage attempts (paging based on stage_attempt_id) to return in each response. The service may return fewer than this. The default page size is 10; the maximum page size is 100.",
                          "location": "query",
                          "type": "integer"
                        }
                      },
                      "path": "v1/{+name}:searchStageAttempts"
                    },
                    "summarizeStages": {
                      "path": "v1/{+name}:summarizeStages",
                      "parameters": {
                        "name": {
                          "description": "Required. The fully qualified name of the batch to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string",
                          "required": true,
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+/sparkApplications/[^/]+$"
                        },
                        "parent": {
                          "description": "Required. Parent (Batch) resource reference.",
                          "location": "query",
                          "type": "string"
                        }
                      },
                      "parameterOrder": [
                        "name"
                      ],
                      "description": "Obtain summary of Stages for a Spark Application",
                      "response": {
                        "$ref": "SummarizeSparkApplicationStagesResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "httpMethod": "GET",
                      "id": "dataproc.projects.locations.batches.sparkApplications.summarizeStages",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}/sparkApplications/{sparkApplicationsId}:summarizeStages"
                    },
                    "accessSqlQuery": {
                      "path": "v1/{+name}:accessSqlQuery",
                      "parameters": {
                        "executionId": {
                          "format": "int64",
                          "description": "Required. Execution ID",
                          "location": "query",
                          "type": "string"
                        },
                        "parent": {
                          "description": "Required. Parent (Batch) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "name": {
                          "description": "Required. The fully qualified name of the batch to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string",
                          "location": "path",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+/sparkApplications/[^/]+$"
                        },
                        "planDescription": {
                          "description": "Optional. Enables/ disables physical plan description on demand",
                          "location": "query",
                          "type": "boolean"
                        },
                        "details": {
                          "description": "Optional. Lists/ hides details of Spark plan nodes. True is set to list and false to hide.",
                          "location": "query",
                          "type": "boolean"
                        }
                      },
                      "parameterOrder": [
                        "name"
                      ],
                      "description": "Obtain data corresponding to a particular SQL Query for a Spark Application.",
                      "response": {
                        "$ref": "AccessSparkApplicationSqlQueryResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "httpMethod": "GET",
                      "id": "dataproc.projects.locations.batches.sparkApplications.accessSqlQuery",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}/sparkApplications/{sparkApplicationsId}:accessSqlQuery"
                    },
                    "accessSqlPlan": {
                      "parameters": {
                        "executionId": {
                          "description": "Required. Execution ID",
                          "location": "query",
                          "type": "string",
                          "format": "int64"
                        },
                        "parent": {
                          "description": "Required. Parent (Batch) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "name": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+/sparkApplications/[^/]+$",
                          "location": "path",
                          "required": true,
                          "description": "Required. The fully qualified name of the batch to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string"
                        }
                      },
                      "path": "v1/{+name}:accessSqlPlan",
                      "description": "Obtain Spark Plan Graph for a Spark Application SQL execution. Limits the number of clusters returned as part of the graph to 10000.",
                      "parameterOrder": [
                        "name"
                      ],
                      "httpMethod": "GET",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "response": {
                        "$ref": "AccessSparkApplicationSqlSparkPlanGraphResponse"
                      },
                      "id": "dataproc.projects.locations.batches.sparkApplications.accessSqlPlan",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}/sparkApplications/{sparkApplicationsId}:accessSqlPlan"
                    },
                    "write": {
                      "parameterOrder": [
                        "name"
                      ],
                      "request": {
                        "$ref": "WriteSparkApplicationContextRequest"
                      },
                      "description": "Write wrapper objects from dataplane to spanner",
                      "path": "v1/{+name}:write",
                      "parameters": {
                        "name": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+/sparkApplications/[^/]+$",
                          "location": "path",
                          "required": true,
                          "description": "Required. The fully qualified name of the spark application to write data about in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string"
                        }
                      },
                      "id": "dataproc.projects.locations.batches.sparkApplications.write",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}/sparkApplications/{sparkApplicationsId}:write",
                      "response": {
                        "$ref": "WriteSparkApplicationContextResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc"
                      ],
                      "httpMethod": "POST"
                    },
                    "search": {
                      "id": "dataproc.projects.locations.batches.sparkApplications.search",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}/sparkApplications:search",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "response": {
                        "$ref": "SearchSparkApplicationsResponse"
                      },
                      "httpMethod": "GET",
                      "parameterOrder": [
                        "parent"
                      ],
                      "description": "Obtain high level information and list of Spark Applications corresponding to a batch",
                      "path": "v1/{+parent}/sparkApplications:search",
                      "parameters": {
                        "pageToken": {
                          "description": "Optional. A page token received from a previous SearchSparkApplications call. Provide this token to retrieve the subsequent page.",
                          "location": "query",
                          "type": "string"
                        },
                        "parent": {
                          "description": "Required. The fully qualified name of the batch to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID\"",
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+$",
                          "location": "path",
                          "required": true
                        },
                        "minTime": {
                          "description": "Optional. Earliest start timestamp to list.",
                          "location": "query",
                          "type": "string",
                          "format": "google-datetime"
                        },
                        "maxTime": {
                          "format": "google-datetime",
                          "description": "Optional. Latest start timestamp to list.",
                          "location": "query",
                          "type": "string"
                        },
                        "minEndTime": {
                          "format": "google-datetime",
                          "description": "Optional. Earliest end timestamp to list.",
                          "location": "query",
                          "type": "string"
                        },
                        "pageSize": {
                          "format": "int32",
                          "description": "Optional. Maximum number of applications to return in each response. The service may return fewer than this. The default page size is 10; the maximum page size is 100.",
                          "location": "query",
                          "type": "integer"
                        },
                        "maxEndTime": {
                          "format": "google-datetime",
                          "description": "Optional. Latest end timestamp to list.",
                          "location": "query",
                          "type": "string"
                        },
                        "applicationStatus": {
                          "description": "Optional. Search only applications in the chosen state.",
                          "type": "string",
                          "enumDescriptions": [
                            "",
                            "",
                            ""
                          ],
                          "location": "query",
                          "enum": [
                            "APPLICATION_STATUS_UNSPECIFIED",
                            "APPLICATION_STATUS_RUNNING",
                            "APPLICATION_STATUS_COMPLETED"
                          ]
                        }
                      }
                    },
                    "accessEnvironmentInfo": {
                      "id": "dataproc.projects.locations.batches.sparkApplications.accessEnvironmentInfo",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}/sparkApplications/{sparkApplicationsId}:accessEnvironmentInfo",
                      "httpMethod": "GET",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "response": {
                        "$ref": "AccessSparkApplicationEnvironmentInfoResponse"
                      },
                      "description": "Obtain environment details for a Spark Application",
                      "parameterOrder": [
                        "name"
                      ],
                      "parameters": {
                        "parent": {
                          "description": "Required. Parent (Batch) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "name": {
                          "required": true,
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+/sparkApplications/[^/]+$",
                          "description": "Required. The fully qualified name of the batch to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string"
                        }
                      },
                      "path": "v1/{+name}:accessEnvironmentInfo"
                    },
                    "accessNativeSqlQuery": {
                      "parameterOrder": [
                        "name"
                      ],
                      "description": "Obtain data corresponding to a particular Native SQL Query for a Spark Application.",
                      "path": "v1/{+name}:accessNativeSqlQuery",
                      "parameters": {
                        "name": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+/sparkApplications/[^/]+$",
                          "location": "path",
                          "required": true,
                          "description": "Required. The fully qualified name of the batch to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string"
                        },
                        "parent": {
                          "description": "Required. Parent (Batch) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "executionId": {
                          "description": "Required. Execution ID",
                          "location": "query",
                          "type": "string",
                          "format": "int64"
                        }
                      },
                      "id": "dataproc.projects.locations.batches.sparkApplications.accessNativeSqlQuery",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}/sparkApplications/{sparkApplicationsId}:accessNativeSqlQuery",
                      "response": {
                        "$ref": "AccessSparkApplicationNativeSqlQueryResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "httpMethod": "GET"
                    },
                    "searchStages": {
                      "path": "v1/{+name}:searchStages",
                      "parameters": {
                        "stageStatus": {
                          "location": "query",
                          "enum": [
                            "STAGE_STATUS_UNSPECIFIED",
                            "STAGE_STATUS_ACTIVE",
                            "STAGE_STATUS_COMPLETE",
                            "STAGE_STATUS_FAILED",
                            "STAGE_STATUS_PENDING",
                            "STAGE_STATUS_SKIPPED"
                          ],
                          "description": "Optional. List only stages in the given state.",
                          "type": "string",
                          "enumDescriptions": [
                            "",
                            "",
                            "",
                            "",
                            "",
                            ""
                          ]
                        },
                        "name": {
                          "description": "Required. The fully qualified name of the batch to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string",
                          "location": "path",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+/sparkApplications/[^/]+$"
                        },
                        "pageToken": {
                          "description": "Optional. A page token received from a previous FetchSparkApplicationStagesList call. Provide this token to retrieve the subsequent page.",
                          "location": "query",
                          "type": "string"
                        },
                        "parent": {
                          "description": "Required. Parent (Batch) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "summaryMetricsMask": {
                          "format": "google-fieldmask",
                          "description": "Optional. The list of summary metrics fields to include. Empty list will default to skip all summary metrics fields. Example, if the response should include TaskQuantileMetrics, the request should have task_quantile_metrics in summary_metrics_mask field",
                          "location": "query",
                          "type": "string"
                        },
                        "pageSize": {
                          "description": "Optional. Maximum number of stages (paging based on stage_id) to return in each response. The service may return fewer than this. The default page size is 10; the maximum page size is 100.",
                          "location": "query",
                          "type": "integer",
                          "format": "int32"
                        }
                      },
                      "parameterOrder": [
                        "name"
                      ],
                      "description": "Obtain data corresponding to stages for a Spark Application.",
                      "response": {
                        "$ref": "SearchSparkApplicationStagesResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "httpMethod": "GET",
                      "id": "dataproc.projects.locations.batches.sparkApplications.searchStages",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}/sparkApplications/{sparkApplicationsId}:searchStages"
                    },
                    "accessJob": {
                      "id": "dataproc.projects.locations.batches.sparkApplications.accessJob",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}/sparkApplications/{sparkApplicationsId}:accessJob",
                      "httpMethod": "GET",
                      "response": {
                        "$ref": "AccessSparkApplicationJobResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "description": "Obtain data corresponding to a spark job for a Spark Application.",
                      "parameterOrder": [
                        "name"
                      ],
                      "parameters": {
                        "name": {
                          "description": "Required. The fully qualified name of the batch to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+/sparkApplications/[^/]+$",
                          "required": true,
                          "location": "path"
                        },
                        "parent": {
                          "description": "Required. Parent (Batch) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "jobId": {
                          "description": "Required. Job ID to fetch data for.",
                          "location": "query",
                          "type": "string",
                          "format": "int64"
                        }
                      },
                      "path": "v1/{+name}:accessJob"
                    },
                    "searchJobs": {
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "response": {
                        "$ref": "SearchSparkApplicationJobsResponse"
                      },
                      "httpMethod": "GET",
                      "id": "dataproc.projects.locations.batches.sparkApplications.searchJobs",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}/sparkApplications/{sparkApplicationsId}:searchJobs",
                      "path": "v1/{+name}:searchJobs",
                      "parameters": {
                        "parent": {
                          "description": "Required. Parent (Batch) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "jobStatus": {
                          "location": "query",
                          "enum": [
                            "JOB_EXECUTION_STATUS_UNSPECIFIED",
                            "JOB_EXECUTION_STATUS_RUNNING",
                            "JOB_EXECUTION_STATUS_SUCCEEDED",
                            "JOB_EXECUTION_STATUS_FAILED",
                            "JOB_EXECUTION_STATUS_UNKNOWN"
                          ],
                          "description": "Optional. List only jobs in the specific state.",
                          "type": "string",
                          "enumDescriptions": [
                            "",
                            "",
                            "",
                            "",
                            ""
                          ]
                        },
                        "name": {
                          "location": "path",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+/sparkApplications/[^/]+$",
                          "description": "Required. The fully qualified name of the batch to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string"
                        },
                        "pageToken": {
                          "description": "Optional. A page token received from a previous SearchSparkApplicationJobs call. Provide this token to retrieve the subsequent page.",
                          "location": "query",
                          "type": "string"
                        },
                        "pageSize": {
                          "format": "int32",
                          "description": "Optional. Maximum number of jobs to return in each response. The service may return fewer than this. The default page size is 10; the maximum page size is 100.",
                          "location": "query",
                          "type": "integer"
                        }
                      },
                      "parameterOrder": [
                        "name"
                      ],
                      "description": "Obtain list of spark jobs corresponding to a Spark Application."
                    },
                    "computeTuningConfig": {
                      "id": "dataproc.projects.locations.batches.sparkApplications.computeTuningConfig",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}/sparkApplications/{sparkApplicationsId}:computeTuningConfig",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "response": {
                        "$ref": "ComputeTuningConfigResponse"
                      },
                      "httpMethod": "GET",
                      "parameterOrder": [
                        "name"
                      ],
                      "description": "Returns autotuning configuration for a specific query plan id and cohort id. Called by Spark during query planning.",
                      "path": "v1/{+name}:computeTuningConfig",
                      "parameters": {
                        "parent": {
                          "description": "Required. Parent (Batch) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "semanticQueryId": {
                          "description": "Required. Spark semantic query ID.",
                          "location": "query",
                          "type": "string"
                        },
                        "name": {
                          "description": "Required. The fully qualified name of the spark application to retrieve autotuning configuration for in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string",
                          "location": "path",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+/sparkApplications/[^/]+$"
                        },
                        "executionId": {
                          "description": "Required. Spark execution ID for the query.",
                          "location": "query",
                          "type": "string",
                          "format": "int64"
                        }
                      }
                    },
                    "accessStageRddGraph": {
                      "id": "dataproc.projects.locations.batches.sparkApplications.accessStageRddGraph",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}/sparkApplications/{sparkApplicationsId}:accessStageRddGraph",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "response": {
                        "$ref": "AccessSparkApplicationStageRddOperationGraphResponse"
                      },
                      "httpMethod": "GET",
                      "parameterOrder": [
                        "name"
                      ],
                      "description": "Obtain RDD operation graph for a Spark Application Stage. Limits the number of clusters returned as part of the graph to 10000.",
                      "path": "v1/{+name}:accessStageRddGraph",
                      "parameters": {
                        "name": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+/sparkApplications/[^/]+$",
                          "location": "path",
                          "required": true,
                          "description": "Required. The fully qualified name of the batch to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID/sparkApplications/APPLICATION_ID\"",
                          "type": "string"
                        },
                        "parent": {
                          "description": "Required. Parent (Batch) resource reference.",
                          "location": "query",
                          "type": "string"
                        },
                        "stageId": {
                          "description": "Required. Stage ID",
                          "location": "query",
                          "type": "string",
                          "format": "int64"
                        }
                      }
                    }
                  }
                }
              },
              "methods": {
                "create": {
                  "parameters": {
                    "requestId": {
                      "description": "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.",
                      "location": "query",
                      "type": "string"
                    },
                    "parent": {
                      "location": "path",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "description": "Required. The parent resource where this batch will be created.",
                      "type": "string"
                    },
                    "batchId": {
                      "description": "Optional. The ID to use for the batch, which will become the final component of the batch's resource name.This value must be 4-63 characters. Valid characters are /[a-z][0-9]-/.",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "path": "v1/{+parent}/batches",
                  "request": {
                    "$ref": "Batch"
                  },
                  "description": "Creates a batch workload that executes asynchronously.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "httpMethod": "POST",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "id": "dataproc.projects.locations.batches.create",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches"
                },
                "list": {
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc",
                    "https://www.googleapis.com/auth/dataproc.read-only"
                  ],
                  "response": {
                    "$ref": "ListBatchesResponse"
                  },
                  "id": "dataproc.projects.locations.batches.list",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches",
                  "parameters": {
                    "orderBy": {
                      "description": "Optional. Field(s) on which to sort the list of batches.Currently the only supported sort orders are unspecified (empty) and create_time desc to sort by most recently created batches first.See https://google.aip.dev/132#ordering for more details.",
                      "location": "query",
                      "type": "string"
                    },
                    "parent": {
                      "required": true,
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "description": "Required. The parent, which owns this collection of batches.",
                      "type": "string"
                    },
                    "pageToken": {
                      "description": "Optional. A page token received from a previous ListBatches call. Provide this token to retrieve the subsequent page.",
                      "location": "query",
                      "type": "string"
                    },
                    "filter": {
                      "description": "Optional. A filter for the batches to return in the response.A filter is a logical expression constraining the values of various fields in each batch resource. Filters are case sensitive, and may contain multiple clauses combined with logical operators (AND/OR). Supported fields: * batch_id * batch_uuid * state * create_time * labels * runtime_info.cohort_info.cohort e.g. state = RUNNING and create_time \u003c \"2023-01-01T00:00:00Z\" filters for batches in state RUNNING that were created before 2023-01-01. state = RUNNING and labels.environment=production filters for batches in state in a RUNNING state that have a production environment label.See https://google.aip.dev/assets/misc/ebnf-filtering.txt for a detailed description of the filter syntax and a list of supported comparisons.",
                      "location": "query",
                      "type": "string"
                    },
                    "pageSize": {
                      "format": "int32",
                      "description": "Optional. The maximum number of batches to return in each response. The service may return fewer than this value. The default page size is 20; the maximum page size is 1000.",
                      "location": "query",
                      "type": "integer"
                    }
                  },
                  "path": "v1/{+parent}/batches",
                  "description": "Lists batch workloads.",
                  "parameterOrder": [
                    "parent"
                  ]
                },
                "analyze": {
                  "parameters": {
                    "name": {
                      "description": "Required. The fully qualified name of the batch to analyze in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID\"",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+$",
                      "location": "path",
                      "required": true
                    }
                  },
                  "path": "v1/{+name}:analyze",
                  "request": {
                    "$ref": "AnalyzeBatchRequest"
                  },
                  "description": "Analyze a Batch for possible recommendations and insights.",
                  "parameterOrder": [
                    "name"
                  ],
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "Operation"
                  },
                  "id": "dataproc.projects.locations.batches.analyze",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}:analyze"
                },
                "delete": {
                  "id": "dataproc.projects.locations.batches.delete",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}",
                  "response": {
                    "$ref": "Empty"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "httpMethod": "DELETE",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Deletes the batch workload resource. If the batch is not in a CANCELLED, SUCCEEDED or FAILED State, the delete operation fails and the response returns FAILED_PRECONDITION.",
                  "path": "v1/{+name}",
                  "parameters": {
                    "name": {
                      "description": "Required. The fully qualified name of the batch to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID\"",
                      "type": "string",
                      "location": "path",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+$"
                    }
                  }
                },
                "get": {
                  "parameters": {
                    "name": {
                      "required": true,
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/batches/[^/]+$",
                      "description": "Required. The fully qualified name of the batch to retrieve in the format \"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID\"",
                      "type": "string"
                    }
                  },
                  "path": "v1/{+name}",
                  "description": "Gets the batch workload resource representation.",
                  "parameterOrder": [
                    "name"
                  ],
                  "httpMethod": "GET",
                  "response": {
                    "$ref": "Batch"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc",
                    "https://www.googleapis.com/auth/dataproc.read-only"
                  ],
                  "id": "dataproc.projects.locations.batches.get",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}"
                }
              }
            }
          }
        },
        "regions": {
          "resources": {
            "operations": {
              "methods": {
                "get": {
                  "id": "dataproc.projects.regions.operations.get",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/operations/{operationsId}",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc",
                    "https://www.googleapis.com/auth/dataproc.read-only"
                  ],
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
                  "path": "v1/{+name}",
                  "parameters": {
                    "name": {
                      "description": "The name of the operation resource.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/regions/[^/]+/operations/[^/]+$",
                      "location": "path",
                      "required": true
                    }
                  }
                },
                "setIamPolicy": {
                  "parameters": {
                    "resource": {
                      "description": "REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/regions/[^/]+/operations/[^/]+$",
                      "location": "path",
                      "required": true
                    }
                  },
                  "path": "v1/{+resource}:setIamPolicy",
                  "request": {
                    "$ref": "SetIamPolicyRequest"
                  },
                  "description": "Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.",
                  "parameterOrder": [
                    "resource"
                  ],
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "Policy"
                  },
                  "id": "dataproc.projects.regions.operations.setIamPolicy",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/operations/{operationsId}:setIamPolicy"
                },
                "delete": {
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "Empty"
                  },
                  "httpMethod": "DELETE",
                  "id": "dataproc.projects.regions.operations.delete",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/operations/{operationsId}",
                  "path": "v1/{+name}",
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/regions/[^/]+/operations/[^/]+$",
                      "required": true,
                      "location": "path",
                      "description": "The name of the operation resource to be deleted.",
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED."
                },
                "getIamPolicy": {
                  "path": "v1/{+resource}:getIamPolicy",
                  "parameters": {
                    "resource": {
                      "description": "REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/regions/[^/]+/operations/[^/]+$",
                      "required": true,
                      "location": "path"
                    }
                  },
                  "parameterOrder": [
                    "resource"
                  ],
                  "request": {
                    "$ref": "GetIamPolicyRequest"
                  },
                  "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "Policy"
                  },
                  "httpMethod": "POST",
                  "id": "dataproc.projects.regions.operations.getIamPolicy",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/operations/{operationsId}:getIamPolicy"
                },
                "cancel": {
                  "id": "dataproc.projects.regions.operations.cancel",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/operations/{operationsId}:cancel",
                  "response": {
                    "$ref": "Empty"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "httpMethod": "POST",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.",
                  "path": "v1/{+name}:cancel",
                  "parameters": {
                    "name": {
                      "description": "The name of the operation resource to be cancelled.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/regions/[^/]+/operations/[^/]+$",
                      "required": true,
                      "location": "path"
                    }
                  }
                },
                "testIamPermissions": {
                  "path": "v1/{+resource}:testIamPermissions",
                  "parameters": {
                    "resource": {
                      "description": "REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/regions/[^/]+/operations/[^/]+$",
                      "location": "path",
                      "required": true
                    }
                  },
                  "parameterOrder": [
                    "resource"
                  ],
                  "request": {
                    "$ref": "TestIamPermissionsRequest"
                  },
                  "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "TestIamPermissionsResponse"
                  },
                  "httpMethod": "POST",
                  "id": "dataproc.projects.regions.operations.testIamPermissions",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/operations/{operationsId}:testIamPermissions"
                },
                "list": {
                  "id": "dataproc.projects.regions.operations.list",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/operations",
                  "response": {
                    "$ref": "ListOperationsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc",
                    "https://www.googleapis.com/auth/dataproc.read-only"
                  ],
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.",
                  "path": "v1/{+name}",
                  "parameters": {
                    "returnPartialSuccess": {
                      "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. 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.",
                      "location": "query",
                      "type": "boolean"
                    },
                    "name": {
                      "pattern": "^projects/[^/]+/regions/[^/]+/operations$",
                      "required": true,
                      "location": "path",
                      "description": "The name of the operation's parent resource.",
                      "type": "string"
                    },
                    "pageToken": {
                      "description": "The standard list page token.",
                      "location": "query",
                      "type": "string"
                    },
                    "filter": {
                      "description": "The standard list filter.",
                      "location": "query",
                      "type": "string"
                    },
                    "pageSize": {
                      "format": "int32",
                      "description": "The standard list page size.",
                      "location": "query",
                      "type": "integer"
                    }
                  }
                }
              }
            },
            "clusters": {
              "methods": {
                "stop": {
                  "id": "dataproc.projects.regions.clusters.stop",
                  "flatPath": "v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:stop",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "Operation"
                  },
                  "httpMethod": "POST",
                  "parameterOrder": [
                    "projectId",
                    "region",
                    "clusterName"
                  ],
                  "request": {
                    "$ref": "StopClusterRequest"
                  },
                  "description": "Stops a cluster in a project.",
                  "path": "v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:stop",
                  "parameters": {
                    "clusterName": {
                      "required": true,
                      "description": "Required. The cluster name.",
                      "location": "path",
                      "type": "string"
                    },
                    "projectId": {
                      "description": "Required. The ID of the Google Cloud Platform project the cluster belongs to.",
                      "location": "path",
                      "type": "string",
                      "required": true
                    },
                    "region": {
                      "required": true,
                      "description": "Required. The region in which to handle the request.",
                      "location": "path",
                      "type": "string"
                    }
                  }
                },
                "delete": {
                  "id": "dataproc.projects.regions.clusters.delete",
                  "flatPath": "v1/projects/{projectId}/regions/{region}/clusters/{clusterName}",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "httpMethod": "DELETE",
                  "parameterOrder": [
                    "projectId",
                    "region",
                    "clusterName"
                  ],
                  "description": "Deletes a cluster in a project. The returned Operation.metadata will be ClusterOperationMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#clusteroperationmetadata).",
                  "path": "v1/projects/{projectId}/regions/{region}/clusters/{clusterName}",
                  "parameters": {
                    "clusterName": {
                      "required": true,
                      "description": "Required. The cluster name.",
                      "location": "path",
                      "type": "string"
                    },
                    "requestId": {
                      "description": "Optional. A unique ID used to identify the request. If the server receives two DeleteClusterRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.DeleteClusterRequest)s with the same id, then the second request will be ignored and the first google.longrunning.Operation created and stored in the backend is returned.It is recommended to always set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.",
                      "location": "query",
                      "type": "string"
                    },
                    "clusterUuid": {
                      "description": "Optional. Specifying the cluster_uuid means the RPC should fail (with error NOT_FOUND) if cluster with specified UUID does not exist.",
                      "location": "query",
                      "type": "string"
                    },
                    "projectId": {
                      "description": "Required. The ID of the Google Cloud Platform project that the cluster belongs to.",
                      "location": "path",
                      "type": "string",
                      "required": true
                    },
                    "region": {
                      "required": true,
                      "description": "Required. The region in which to handle the request.",
                      "location": "path",
                      "type": "string"
                    },
                    "gracefulTerminationTimeout": {
                      "description": "Optional. The graceful termination timeout for the deletion of the cluster. Indicate the time the request will wait to complete the running jobs on the cluster before its forceful deletion. Default value is 0 indicating that the user has not enabled the graceful termination. Value can be between 60 second and 6 Hours, in case the graceful termination is enabled. (There is no separate flag to check the enabling or disabling of graceful termination, it can be checked by the values in the field).",
                      "location": "query",
                      "type": "string",
                      "format": "google-duration"
                    }
                  }
                },
                "getIamPolicy": {
                  "id": "dataproc.projects.regions.clusters.getIamPolicy",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/clusters/{clustersId}:getIamPolicy",
                  "httpMethod": "POST",
                  "response": {
                    "$ref": "Policy"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "request": {
                    "$ref": "GetIamPolicyRequest"
                  },
                  "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
                  "parameterOrder": [
                    "resource"
                  ],
                  "parameters": {
                    "resource": {
                      "description": "REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                      "type": "string",
                      "required": true,
                      "location": "path",
                      "pattern": "^projects/[^/]+/regions/[^/]+/clusters/[^/]+$"
                    }
                  },
                  "path": "v1/{+resource}:getIamPolicy"
                },
                "diagnose": {
                  "id": "dataproc.projects.regions.clusters.diagnose",
                  "flatPath": "v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:diagnose",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "Operation"
                  },
                  "httpMethod": "POST",
                  "parameterOrder": [
                    "projectId",
                    "region",
                    "clusterName"
                  ],
                  "request": {
                    "$ref": "DiagnoseClusterRequest"
                  },
                  "description": "Gets cluster diagnostic information. The returned Operation.metadata will be ClusterOperationMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#clusteroperationmetadata). After the operation completes, Operation.response contains DiagnoseClusterResults (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#diagnoseclusterresults).",
                  "path": "v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:diagnose",
                  "parameters": {
                    "clusterName": {
                      "required": true,
                      "description": "Required. The cluster name.",
                      "location": "path",
                      "type": "string"
                    },
                    "projectId": {
                      "required": true,
                      "description": "Required. The ID of the Google Cloud Platform project that the cluster belongs to.",
                      "location": "path",
                      "type": "string"
                    },
                    "region": {
                      "required": true,
                      "description": "Required. The region in which to handle the request.",
                      "location": "path",
                      "type": "string"
                    }
                  }
                },
                "setIamPolicy": {
                  "id": "dataproc.projects.regions.clusters.setIamPolicy",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/clusters/{clustersId}:setIamPolicy",
                  "httpMethod": "POST",
                  "response": {
                    "$ref": "Policy"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "request": {
                    "$ref": "SetIamPolicyRequest"
                  },
                  "description": "Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.",
                  "parameterOrder": [
                    "resource"
                  ],
                  "parameters": {
                    "resource": {
                      "location": "path",
                      "required": true,
                      "pattern": "^projects/[^/]+/regions/[^/]+/clusters/[^/]+$",
                      "description": "REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                      "type": "string"
                    }
                  },
                  "path": "v1/{+resource}:setIamPolicy"
                },
                "create": {
                  "id": "dataproc.projects.regions.clusters.create",
                  "flatPath": "v1/projects/{projectId}/regions/{region}/clusters",
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "Operation"
                  },
                  "request": {
                    "$ref": "Cluster"
                  },
                  "description": "Creates a cluster in a project. The returned Operation.metadata will be ClusterOperationMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#clusteroperationmetadata).",
                  "parameterOrder": [
                    "projectId",
                    "region"
                  ],
                  "parameters": {
                    "requestId": {
                      "description": "Optional. A unique ID used to identify the request. If the server receives two CreateClusterRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.CreateClusterRequest)s with the same id, then the second request will be ignored and the first google.longrunning.Operation created and stored in the backend is returned.It is recommended to always set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.",
                      "location": "query",
                      "type": "string"
                    },
                    "projectId": {
                      "required": true,
                      "description": "Required. The ID of the Google Cloud Platform project that the cluster belongs to.",
                      "location": "path",
                      "type": "string"
                    },
                    "region": {
                      "description": "Required. The region in which to handle the request.",
                      "location": "path",
                      "type": "string",
                      "required": true
                    },
                    "actionOnFailedPrimaryWorkers": {
                      "location": "query",
                      "enum": [
                        "FAILURE_ACTION_UNSPECIFIED",
                        "NO_ACTION",
                        "DELETE"
                      ],
                      "description": "Optional. Failure action when primary worker creation fails.",
                      "type": "string",
                      "enumDescriptions": [
                        "When FailureAction is unspecified, failure action defaults to NO_ACTION.",
                        "Take no action on failure to create a cluster resource. NO_ACTION is the default.",
                        "Delete the failed cluster resource."
                      ]
                    }
                  },
                  "path": "v1/projects/{projectId}/regions/{region}/clusters"
                },
                "list": {
                  "parameterOrder": [
                    "projectId",
                    "region"
                  ],
                  "description": "Lists all regions/{region}/clusters in a project alphabetically.",
                  "path": "v1/projects/{projectId}/regions/{region}/clusters",
                  "parameters": {
                    "pageToken": {
                      "description": "Optional. A page token received from a previous ListClusters call. Provide this token to retrieve the subsequent page.",
                      "location": "query",
                      "type": "string"
                    },
                    "filter": {
                      "description": "Optional. A filter constraining the clusters to list. Filters are case-sensitive and have the following syntax:field = value AND field = value ...where field is one of status.state, clusterName, or labels.[KEY], and [KEY] is a label key. value can be \"*\" to match all values. status.state can be one of the following: ACTIVE, INACTIVE, CREATING, RUNNING, ERROR, DELETING, UPDATING, STOPPING, or STOPPED. ACTIVE contains the CREATING, UPDATING, and RUNNING states. INACTIVE contains the DELETING, ERROR, STOPPING, and STOPPED states. clusterName is the name of the cluster provided at creation time. Only the logical AND operator is supported; space-separated items are treated as having an implicit AND operator.Example filter:status.state = ACTIVE AND clusterName = mycluster AND labels.env = staging AND labels.starred = *",
                      "location": "query",
                      "type": "string"
                    },
                    "projectId": {
                      "required": true,
                      "description": "Required. The ID of the Google Cloud Platform project that the cluster belongs to.",
                      "location": "path",
                      "type": "string"
                    },
                    "region": {
                      "required": true,
                      "description": "Required. The region in which to handle the request.",
                      "location": "path",
                      "type": "string"
                    },
                    "pageSize": {
                      "description": "Optional. The maximum number of clusters to return in each response. The service may return fewer than this value. If unspecified, the default value is 200. The maximum value is 1000.",
                      "location": "query",
                      "type": "integer",
                      "format": "int32"
                    }
                  },
                  "id": "dataproc.projects.regions.clusters.list",
                  "flatPath": "v1/projects/{projectId}/regions/{region}/clusters",
                  "response": {
                    "$ref": "ListClustersResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc",
                    "https://www.googleapis.com/auth/dataproc.read-only"
                  ],
                  "httpMethod": "GET"
                },
                "get": {
                  "parameters": {
                    "projectId": {
                      "description": "Required. The ID of the Google Cloud Platform project that the cluster belongs to.",
                      "location": "path",
                      "type": "string",
                      "required": true
                    },
                    "region": {
                      "required": true,
                      "description": "Required. The region in which to handle the request.",
                      "location": "path",
                      "type": "string"
                    },
                    "clusterName": {
                      "description": "Required. The cluster name.",
                      "location": "path",
                      "type": "string",
                      "required": true
                    }
                  },
                  "path": "v1/projects/{projectId}/regions/{region}/clusters/{clusterName}",
                  "description": "Gets the resource representation for a cluster in a project.",
                  "parameterOrder": [
                    "projectId",
                    "region",
                    "clusterName"
                  ],
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc",
                    "https://www.googleapis.com/auth/dataproc.read-only"
                  ],
                  "response": {
                    "$ref": "Cluster"
                  },
                  "id": "dataproc.projects.regions.clusters.get",
                  "flatPath": "v1/projects/{projectId}/regions/{region}/clusters/{clusterName}"
                },
                "patch": {
                  "id": "dataproc.projects.regions.clusters.patch",
                  "flatPath": "v1/projects/{projectId}/regions/{region}/clusters/{clusterName}",
                  "httpMethod": "PATCH",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "request": {
                    "$ref": "Cluster"
                  },
                  "description": "Updates a cluster in a project. The returned Operation.metadata will be ClusterOperationMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#clusteroperationmetadata). The cluster must be in a RUNNING state or an error is returned.",
                  "parameterOrder": [
                    "projectId",
                    "region",
                    "clusterName"
                  ],
                  "parameters": {
                    "projectId": {
                      "description": "Required. The ID of the Google Cloud Platform project the cluster belongs to.",
                      "location": "path",
                      "type": "string",
                      "required": true
                    },
                    "region": {
                      "description": "Required. The region in which to handle the request.",
                      "location": "path",
                      "type": "string",
                      "required": true
                    },
                    "gracefulDecommissionTimeout": {
                      "format": "google-duration",
                      "description": "Optional. Timeout for graceful YARN decommissioning. Graceful decommissioning allows removing nodes from the cluster without interrupting jobs in progress. Timeout specifies how long to wait for jobs in progress to finish before forcefully removing nodes (and potentially interrupting jobs). Default timeout is 0 (for forceful decommission), and the maximum allowed timeout is 1 day. (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).Supported in image versions 1.2 and higher.",
                      "location": "query",
                      "type": "string"
                    },
                    "clusterName": {
                      "required": true,
                      "description": "Required. The cluster name.",
                      "location": "path",
                      "type": "string"
                    },
                    "requestId": {
                      "description": "Optional. A unique ID used to identify the request. If the server receives two UpdateClusterRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.UpdateClusterRequest)s with the same id, then the second request will be ignored and the first google.longrunning.Operation created and stored in the backend is returned.It is recommended to always set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.",
                      "location": "query",
                      "type": "string"
                    },
                    "updateMask": {
                      "format": "google-fieldmask",
                      "description": "Required. Specifies the path, relative to Cluster, of the field to update. For example, to change the number of workers in a cluster to 5, the update_mask parameter would be specified as config.worker_config.num_instances, and the PATCH request body would specify the new value, as follows: { \"config\":{ \"workerConfig\":{ \"numInstances\":\"5\" } } } Similarly, to change the number of preemptible workers in a cluster to 5, the update_mask parameter would be config.secondary_worker_config.num_instances, and the PATCH request body would be set as follows: { \"config\":{ \"secondaryWorkerConfig\":{ \"numInstances\":\"5\" } } } *Note:* Currently, only the following fields can be updated: *Mask* *Purpose* *labels* Update labels *config.worker_config.num_instances* Resize primary worker group *config.secondary_worker_config.num_instances* Resize secondary worker group config.autoscaling_config.policy_uri Use, stop using, or change autoscaling policies ",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "path": "v1/projects/{projectId}/regions/{region}/clusters/{clusterName}"
                },
                "start": {
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "Operation"
                  },
                  "id": "dataproc.projects.regions.clusters.start",
                  "flatPath": "v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:start",
                  "parameters": {
                    "clusterName": {
                      "description": "Required. The cluster name.",
                      "location": "path",
                      "type": "string",
                      "required": true
                    },
                    "projectId": {
                      "description": "Required. The ID of the Google Cloud Platform project the cluster belongs to.",
                      "location": "path",
                      "type": "string",
                      "required": true
                    },
                    "region": {
                      "description": "Required. The region in which to handle the request.",
                      "location": "path",
                      "type": "string",
                      "required": true
                    }
                  },
                  "path": "v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:start",
                  "request": {
                    "$ref": "StartClusterRequest"
                  },
                  "description": "Starts a cluster in a project.",
                  "parameterOrder": [
                    "projectId",
                    "region",
                    "clusterName"
                  ]
                },
                "injectCredentials": {
                  "httpMethod": "POST",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "id": "dataproc.projects.regions.clusters.injectCredentials",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/clusters/{clustersId}:injectCredentials",
                  "parameters": {
                    "project": {
                      "required": true,
                      "location": "path",
                      "pattern": "^projects/[^/]+$",
                      "description": "Required. The ID of the Google Cloud Platform project the cluster belongs to, of the form projects/.",
                      "type": "string"
                    },
                    "cluster": {
                      "description": "Required. The cluster, in the form clusters/.",
                      "type": "string",
                      "location": "path",
                      "required": true,
                      "pattern": "^clusters/[^/]+$"
                    },
                    "region": {
                      "description": "Required. The region containing the cluster, of the form regions/.",
                      "type": "string",
                      "pattern": "^regions/[^/]+$",
                      "location": "path",
                      "required": true
                    }
                  },
                  "path": "v1/{+project}/{+region}/{+cluster}:injectCredentials",
                  "request": {
                    "$ref": "InjectCredentialsRequest"
                  },
                  "description": "Inject encrypted credentials into all of the VMs in a cluster.The target cluster must be a personal auth cluster assigned to the user who is issuing the RPC.",
                  "parameterOrder": [
                    "project",
                    "region",
                    "cluster"
                  ]
                },
                "testIamPermissions": {
                  "parameters": {
                    "resource": {
                      "description": "REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/regions/[^/]+/clusters/[^/]+$",
                      "required": true,
                      "location": "path"
                    }
                  },
                  "path": "v1/{+resource}:testIamPermissions",
                  "request": {
                    "$ref": "TestIamPermissionsRequest"
                  },
                  "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
                  "parameterOrder": [
                    "resource"
                  ],
                  "httpMethod": "POST",
                  "response": {
                    "$ref": "TestIamPermissionsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "id": "dataproc.projects.regions.clusters.testIamPermissions",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/clusters/{clustersId}:testIamPermissions"
                },
                "repair": {
                  "request": {
                    "$ref": "RepairClusterRequest"
                  },
                  "description": "Repairs a cluster.",
                  "parameterOrder": [
                    "projectId",
                    "region",
                    "clusterName"
                  ],
                  "parameters": {
                    "clusterName": {
                      "required": true,
                      "description": "Required. The cluster name.",
                      "location": "path",
                      "type": "string"
                    },
                    "projectId": {
                      "description": "Required. The ID of the Google Cloud Platform project the cluster belongs to.",
                      "location": "path",
                      "type": "string",
                      "required": true
                    },
                    "region": {
                      "required": true,
                      "description": "Required. The region in which to handle the request.",
                      "location": "path",
                      "type": "string"
                    }
                  },
                  "path": "v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:repair",
                  "id": "dataproc.projects.regions.clusters.repair",
                  "flatPath": "v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:repair",
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "Operation"
                  }
                }
              },
              "resources": {
                "nodeGroups": {
                  "methods": {
                    "create": {
                      "path": "v1/{+parent}/nodeGroups",
                      "parameters": {
                        "requestId": {
                          "description": "Optional. A unique ID used to identify the request. If the server receives two CreateNodeGroupRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.CreateNodeGroupRequest) with the same ID, the second request is ignored and the first google.longrunning.Operation created and stored in the backend is returned.Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.",
                          "location": "query",
                          "type": "string"
                        },
                        "parentOperationId": {
                          "description": "Optional. operation id of the parent operation sending the create request",
                          "location": "query",
                          "type": "string"
                        },
                        "parent": {
                          "location": "path",
                          "required": true,
                          "pattern": "^projects/[^/]+/regions/[^/]+/clusters/[^/]+$",
                          "description": "Required. The parent resource where this node group will be created. Format: projects/{project}/regions/{region}/clusters/{cluster}",
                          "type": "string"
                        },
                        "nodeGroupId": {
                          "description": "Optional. An optional node group ID. Generated if not specified.The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of from 3 to 33 characters.",
                          "location": "query",
                          "type": "string"
                        }
                      },
                      "parameterOrder": [
                        "parent"
                      ],
                      "request": {
                        "$ref": "NodeGroup"
                      },
                      "description": "Creates a node group in a cluster. The returned Operation.metadata is NodeGroupOperationMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#nodegroupoperationmetadata).",
                      "response": {
                        "$ref": "Operation"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc"
                      ],
                      "httpMethod": "POST",
                      "id": "dataproc.projects.regions.clusters.nodeGroups.create",
                      "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/clusters/{clustersId}/nodeGroups"
                    },
                    "resize": {
                      "parameters": {
                        "name": {
                          "description": "Required. The name of the node group to resize. Format: projects/{project}/regions/{region}/clusters/{cluster}/nodeGroups/{nodeGroup}",
                          "type": "string",
                          "required": true,
                          "location": "path",
                          "pattern": "^projects/[^/]+/regions/[^/]+/clusters/[^/]+/nodeGroups/[^/]+$"
                        }
                      },
                      "path": "v1/{+name}:resize",
                      "request": {
                        "$ref": "ResizeNodeGroupRequest"
                      },
                      "description": "Resizes a node group in a cluster. The returned Operation.metadata is NodeGroupOperationMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#nodegroupoperationmetadata).",
                      "parameterOrder": [
                        "name"
                      ],
                      "httpMethod": "POST",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc"
                      ],
                      "response": {
                        "$ref": "Operation"
                      },
                      "id": "dataproc.projects.regions.clusters.nodeGroups.resize",
                      "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/clusters/{clustersId}/nodeGroups/{nodeGroupsId}:resize"
                    },
                    "repair": {
                      "id": "dataproc.projects.regions.clusters.nodeGroups.repair",
                      "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/clusters/{clustersId}/nodeGroups/{nodeGroupsId}:repair",
                      "httpMethod": "POST",
                      "response": {
                        "$ref": "Operation"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc"
                      ],
                      "request": {
                        "$ref": "RepairNodeGroupRequest"
                      },
                      "description": "Repair nodes in a node group.",
                      "parameterOrder": [
                        "name"
                      ],
                      "parameters": {
                        "name": {
                          "pattern": "^projects/[^/]+/regions/[^/]+/clusters/[^/]+/nodeGroups/[^/]+$",
                          "location": "path",
                          "required": true,
                          "description": "Required. The name of the node group to resize. Format: projects/{project}/regions/{region}/clusters/{cluster}/nodeGroups/{nodeGroup}",
                          "type": "string"
                        }
                      },
                      "path": "v1/{+name}:repair"
                    },
                    "get": {
                      "httpMethod": "GET",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform",
                        "https://www.googleapis.com/auth/dataproc",
                        "https://www.googleapis.com/auth/dataproc.read-only"
                      ],
                      "response": {
                        "$ref": "NodeGroup"
                      },
                      "id": "dataproc.projects.regions.clusters.nodeGroups.get",
                      "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/clusters/{clustersId}/nodeGroups/{nodeGroupsId}",
                      "parameters": {
                        "name": {
                          "description": "Required. The name of the node group to retrieve. Format: projects/{project}/regions/{region}/clusters/{cluster}/nodeGroups/{nodeGroup}",
                          "type": "string",
                          "required": true,
                          "location": "path",
                          "pattern": "^projects/[^/]+/regions/[^/]+/clusters/[^/]+/nodeGroups/[^/]+$"
                        }
                      },
                      "path": "v1/{+name}",
                      "description": "Gets the resource representation for a node group in a cluster.",
                      "parameterOrder": [
                        "name"
                      ]
                    }
                  }
                }
              }
            },
            "workflowTemplates": {
              "methods": {
                "get": {
                  "response": {
                    "$ref": "WorkflowTemplate"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc",
                    "https://www.googleapis.com/auth/dataproc.read-only"
                  ],
                  "httpMethod": "GET",
                  "id": "dataproc.projects.regions.workflowTemplates.get",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/workflowTemplates/{workflowTemplatesId}",
                  "path": "v1/{+name}",
                  "parameters": {
                    "version": {
                      "format": "int32",
                      "description": "Optional. The version of workflow template to retrieve. Only previously instantiated versions can be retrieved.If unspecified, retrieves the current version.",
                      "location": "query",
                      "type": "integer"
                    },
                    "name": {
                      "pattern": "^projects/[^/]+/regions/[^/]+/workflowTemplates/[^/]+$",
                      "required": true,
                      "location": "path",
                      "description": "Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates.get, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates.get, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id}",
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Retrieves the latest workflow template.Can retrieve previously instantiated template by specifying optional version parameter."
                },
                "instantiateInline": {
                  "path": "v1/{+parent}/workflowTemplates:instantiateInline",
                  "parameters": {
                    "parent": {
                      "pattern": "^projects/[^/]+/regions/[^/]+$",
                      "required": true,
                      "location": "path",
                      "description": "Required. The resource name of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates,instantiateinline, the resource name of the region has the following format: projects/{project_id}/regions/{region} For projects.locations.workflowTemplates.instantiateinline, the resource name of the location has the following format: projects/{project_id}/locations/{location}",
                      "type": "string"
                    },
                    "requestId": {
                      "description": "Optional. A tag that prevents multiple concurrent workflow instances with the same tag from running. This mitigates risk of concurrent instances started due to retries.It is recommended to always set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The tag must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "request": {
                    "$ref": "WorkflowTemplate"
                  },
                  "description": "Instantiates a template and begins execution.This method is equivalent to executing the sequence CreateWorkflowTemplate, InstantiateWorkflowTemplate, DeleteWorkflowTemplate.The returned Operation can be used to track execution of workflow by polling operations.get. The Operation will complete when entire workflow is finished.The running workflow can be aborted via operations.cancel. This will cause any inflight jobs to be cancelled and workflow-owned clusters to be deleted.The Operation.metadata will be WorkflowMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#workflowmetadata). Also see Using WorkflowMetadata (https://cloud.google.com/dataproc/docs/concepts/workflows/debugging#using_workflowmetadata).On successful completion, Operation.response will be Empty.",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "Operation"
                  },
                  "httpMethod": "POST",
                  "id": "dataproc.projects.regions.workflowTemplates.instantiateInline",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/workflowTemplates:instantiateInline"
                },
                "create": {
                  "id": "dataproc.projects.regions.workflowTemplates.create",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/workflowTemplates",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "WorkflowTemplate"
                  },
                  "httpMethod": "POST",
                  "parameterOrder": [
                    "parent"
                  ],
                  "request": {
                    "$ref": "WorkflowTemplate"
                  },
                  "description": "Creates new workflow template.",
                  "path": "v1/{+parent}/workflowTemplates",
                  "parameters": {
                    "parent": {
                      "description": "Required. The resource name of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates.create, the resource name of the region has the following format: projects/{project_id}/regions/{region} For projects.locations.workflowTemplates.create, the resource name of the location has the following format: projects/{project_id}/locations/{location}",
                      "type": "string",
                      "required": true,
                      "location": "path",
                      "pattern": "^projects/[^/]+/regions/[^/]+$"
                    }
                  }
                },
                "list": {
                  "path": "v1/{+parent}/workflowTemplates",
                  "parameters": {
                    "pageSize": {
                      "format": "int32",
                      "description": "Optional. The maximum number of results to return in each response.",
                      "location": "query",
                      "type": "integer"
                    },
                    "parent": {
                      "pattern": "^projects/[^/]+/regions/[^/]+$",
                      "location": "path",
                      "required": true,
                      "description": "Required. The resource name of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates,list, the resource name of the region has the following format: projects/{project_id}/regions/{region} For projects.locations.workflowTemplates.list, the resource name of the location has the following format: projects/{project_id}/locations/{location}",
                      "type": "string"
                    },
                    "pageToken": {
                      "description": "Optional. The page token, returned by a previous call, to request the next page of results.",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "Lists workflows that match the specified filter in the request.",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc",
                    "https://www.googleapis.com/auth/dataproc.read-only"
                  ],
                  "response": {
                    "$ref": "ListWorkflowTemplatesResponse"
                  },
                  "httpMethod": "GET",
                  "id": "dataproc.projects.regions.workflowTemplates.list",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/workflowTemplates"
                },
                "testIamPermissions": {
                  "id": "dataproc.projects.regions.workflowTemplates.testIamPermissions",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/workflowTemplates/{workflowTemplatesId}:testIamPermissions",
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "TestIamPermissionsResponse"
                  },
                  "request": {
                    "$ref": "TestIamPermissionsRequest"
                  },
                  "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
                  "parameterOrder": [
                    "resource"
                  ],
                  "parameters": {
                    "resource": {
                      "required": true,
                      "location": "path",
                      "pattern": "^projects/[^/]+/regions/[^/]+/workflowTemplates/[^/]+$",
                      "description": "REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                      "type": "string"
                    }
                  },
                  "path": "v1/{+resource}:testIamPermissions"
                },
                "delete": {
                  "description": "Deletes a workflow template. It does not cancel in-progress workflows.",
                  "parameterOrder": [
                    "name"
                  ],
                  "parameters": {
                    "version": {
                      "format": "int32",
                      "description": "Optional. The version of workflow template to delete. If specified, will only delete the template if the current server version matches specified version.",
                      "location": "query",
                      "type": "integer"
                    },
                    "name": {
                      "pattern": "^projects/[^/]+/regions/[^/]+/workflowTemplates/[^/]+$",
                      "location": "path",
                      "required": true,
                      "description": "Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates.delete, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates.instantiate, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id}",
                      "type": "string"
                    }
                  },
                  "path": "v1/{+name}",
                  "id": "dataproc.projects.regions.workflowTemplates.delete",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/workflowTemplates/{workflowTemplatesId}",
                  "httpMethod": "DELETE",
                  "response": {
                    "$ref": "Empty"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ]
                },
                "getIamPolicy": {
                  "httpMethod": "POST",
                  "response": {
                    "$ref": "Policy"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "id": "dataproc.projects.regions.workflowTemplates.getIamPolicy",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/workflowTemplates/{workflowTemplatesId}:getIamPolicy",
                  "parameters": {
                    "resource": {
                      "pattern": "^projects/[^/]+/regions/[^/]+/workflowTemplates/[^/]+$",
                      "location": "path",
                      "required": true,
                      "description": "REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                      "type": "string"
                    }
                  },
                  "path": "v1/{+resource}:getIamPolicy",
                  "request": {
                    "$ref": "GetIamPolicyRequest"
                  },
                  "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
                  "parameterOrder": [
                    "resource"
                  ]
                },
                "setIamPolicy": {
                  "parameterOrder": [
                    "resource"
                  ],
                  "request": {
                    "$ref": "SetIamPolicyRequest"
                  },
                  "description": "Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.",
                  "path": "v1/{+resource}:setIamPolicy",
                  "parameters": {
                    "resource": {
                      "description": "REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                      "type": "string",
                      "location": "path",
                      "required": true,
                      "pattern": "^projects/[^/]+/regions/[^/]+/workflowTemplates/[^/]+$"
                    }
                  },
                  "id": "dataproc.projects.regions.workflowTemplates.setIamPolicy",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/workflowTemplates/{workflowTemplatesId}:setIamPolicy",
                  "response": {
                    "$ref": "Policy"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "httpMethod": "POST"
                },
                "instantiate": {
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "httpMethod": "POST",
                  "id": "dataproc.projects.regions.workflowTemplates.instantiate",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/workflowTemplates/{workflowTemplatesId}:instantiate",
                  "path": "v1/{+name}:instantiate",
                  "parameters": {
                    "name": {
                      "description": "Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates.instantiate, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates.instantiate, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id}",
                      "type": "string",
                      "required": true,
                      "location": "path",
                      "pattern": "^projects/[^/]+/regions/[^/]+/workflowTemplates/[^/]+$"
                    }
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "request": {
                    "$ref": "InstantiateWorkflowTemplateRequest"
                  },
                  "description": "Instantiates a template and begins execution.The returned Operation can be used to track execution of workflow by polling operations.get. The Operation will complete when entire workflow is finished.The running workflow can be aborted via operations.cancel. This will cause any inflight jobs to be cancelled and workflow-owned clusters to be deleted.The Operation.metadata will be WorkflowMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#workflowmetadata). Also see Using WorkflowMetadata (https://cloud.google.com/dataproc/docs/concepts/workflows/debugging#using_workflowmetadata).On successful completion, Operation.response will be Empty."
                },
                "update": {
                  "response": {
                    "$ref": "WorkflowTemplate"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "httpMethod": "PUT",
                  "id": "dataproc.projects.regions.workflowTemplates.update",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/workflowTemplates/{workflowTemplatesId}",
                  "path": "v1/{+name}",
                  "parameters": {
                    "name": {
                      "description": "Output only. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id}",
                      "type": "string",
                      "pattern": "^projects/[^/]+/regions/[^/]+/workflowTemplates/[^/]+$",
                      "required": true,
                      "location": "path"
                    }
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "request": {
                    "$ref": "WorkflowTemplate"
                  },
                  "description": "Updates (replaces) workflow template. The updated template must contain version that matches the current server version."
                }
              }
            },
            "autoscalingPolicies": {
              "methods": {
                "get": {
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Retrieves autoscaling policy.",
                  "path": "v1/{+name}",
                  "parameters": {
                    "name": {
                      "required": true,
                      "location": "path",
                      "pattern": "^projects/[^/]+/regions/[^/]+/autoscalingPolicies/[^/]+$",
                      "description": "Required. The \"resource name\" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies.get, the resource name of the policy has the following format: projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For projects.locations.autoscalingPolicies.get, the resource name of the policy has the following format: projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id}",
                      "type": "string"
                    }
                  },
                  "id": "dataproc.projects.regions.autoscalingPolicies.get",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/autoscalingPolicies/{autoscalingPoliciesId}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "AutoscalingPolicy"
                  },
                  "httpMethod": "GET"
                },
                "setIamPolicy": {
                  "id": "dataproc.projects.regions.autoscalingPolicies.setIamPolicy",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/autoscalingPolicies/{autoscalingPoliciesId}:setIamPolicy",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "Policy"
                  },
                  "httpMethod": "POST",
                  "parameterOrder": [
                    "resource"
                  ],
                  "request": {
                    "$ref": "SetIamPolicyRequest"
                  },
                  "description": "Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.",
                  "path": "v1/{+resource}:setIamPolicy",
                  "parameters": {
                    "resource": {
                      "description": "REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                      "type": "string",
                      "required": true,
                      "location": "path",
                      "pattern": "^projects/[^/]+/regions/[^/]+/autoscalingPolicies/[^/]+$"
                    }
                  }
                },
                "delete": {
                  "parameters": {
                    "name": {
                      "description": "Required. The \"resource name\" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies.delete, the resource name of the policy has the following format: projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For projects.locations.autoscalingPolicies.delete, the resource name of the policy has the following format: projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id}",
                      "type": "string",
                      "location": "path",
                      "required": true,
                      "pattern": "^projects/[^/]+/regions/[^/]+/autoscalingPolicies/[^/]+$"
                    }
                  },
                  "path": "v1/{+name}",
                  "description": "Deletes an autoscaling policy. It is an error to delete an autoscaling policy that is in use by one or more clusters.",
                  "parameterOrder": [
                    "name"
                  ],
                  "httpMethod": "DELETE",
                  "response": {
                    "$ref": "Empty"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "id": "dataproc.projects.regions.autoscalingPolicies.delete",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/autoscalingPolicies/{autoscalingPoliciesId}"
                },
                "getIamPolicy": {
                  "httpMethod": "POST",
                  "response": {
                    "$ref": "Policy"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "id": "dataproc.projects.regions.autoscalingPolicies.getIamPolicy",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/autoscalingPolicies/{autoscalingPoliciesId}:getIamPolicy",
                  "parameters": {
                    "resource": {
                      "required": true,
                      "location": "path",
                      "pattern": "^projects/[^/]+/regions/[^/]+/autoscalingPolicies/[^/]+$",
                      "description": "REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                      "type": "string"
                    }
                  },
                  "path": "v1/{+resource}:getIamPolicy",
                  "request": {
                    "$ref": "GetIamPolicyRequest"
                  },
                  "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
                  "parameterOrder": [
                    "resource"
                  ]
                },
                "testIamPermissions": {
                  "id": "dataproc.projects.regions.autoscalingPolicies.testIamPermissions",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/autoscalingPolicies/{autoscalingPoliciesId}:testIamPermissions",
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "TestIamPermissionsResponse"
                  },
                  "request": {
                    "$ref": "TestIamPermissionsRequest"
                  },
                  "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
                  "parameterOrder": [
                    "resource"
                  ],
                  "parameters": {
                    "resource": {
                      "location": "path",
                      "required": true,
                      "pattern": "^projects/[^/]+/regions/[^/]+/autoscalingPolicies/[^/]+$",
                      "description": "REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                      "type": "string"
                    }
                  },
                  "path": "v1/{+resource}:testIamPermissions"
                },
                "update": {
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "AutoscalingPolicy"
                  },
                  "httpMethod": "PUT",
                  "id": "dataproc.projects.regions.autoscalingPolicies.update",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/autoscalingPolicies/{autoscalingPoliciesId}",
                  "path": "v1/{+name}",
                  "parameters": {
                    "name": {
                      "description": "Output only. The \"resource name\" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies, the resource name of the policy has the following format: projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For projects.locations.autoscalingPolicies, the resource name of the policy has the following format: projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id}",
                      "type": "string",
                      "pattern": "^projects/[^/]+/regions/[^/]+/autoscalingPolicies/[^/]+$",
                      "required": true,
                      "location": "path"
                    }
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "request": {
                    "$ref": "AutoscalingPolicy"
                  },
                  "description": "Updates (replaces) autoscaling policy.Disabled check for update_mask, because all updates will be full replacements."
                },
                "list": {
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "Lists autoscaling policies in the project.",
                  "path": "v1/{+parent}/autoscalingPolicies",
                  "parameters": {
                    "parent": {
                      "pattern": "^projects/[^/]+/regions/[^/]+$",
                      "required": true,
                      "location": "path",
                      "description": "Required. The \"resource name\" of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies.list, the resource name of the region has the following format: projects/{project_id}/regions/{region} For projects.locations.autoscalingPolicies.list, the resource name of the location has the following format: projects/{project_id}/locations/{location}",
                      "type": "string"
                    },
                    "pageToken": {
                      "description": "Optional. The page token, returned by a previous call, to request the next page of results.",
                      "location": "query",
                      "type": "string"
                    },
                    "pageSize": {
                      "format": "int32",
                      "description": "Optional. The maximum number of results to return in each response. Must be less than or equal to 1000. Defaults to 100.",
                      "location": "query",
                      "type": "integer"
                    }
                  },
                  "id": "dataproc.projects.regions.autoscalingPolicies.list",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/autoscalingPolicies",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "ListAutoscalingPoliciesResponse"
                  },
                  "httpMethod": "GET"
                },
                "create": {
                  "id": "dataproc.projects.regions.autoscalingPolicies.create",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/autoscalingPolicies",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "AutoscalingPolicy"
                  },
                  "httpMethod": "POST",
                  "parameterOrder": [
                    "parent"
                  ],
                  "request": {
                    "$ref": "AutoscalingPolicy"
                  },
                  "description": "Creates new autoscaling policy.",
                  "path": "v1/{+parent}/autoscalingPolicies",
                  "parameters": {
                    "parent": {
                      "description": "Required. The \"resource name\" of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies.create, the resource name of the region has the following format: projects/{project_id}/regions/{region} For projects.locations.autoscalingPolicies.create, the resource name of the location has the following format: projects/{project_id}/locations/{location}",
                      "type": "string",
                      "location": "path",
                      "required": true,
                      "pattern": "^projects/[^/]+/regions/[^/]+$"
                    }
                  }
                }
              }
            },
            "jobs": {
              "methods": {
                "get": {
                  "description": "Gets the resource representation for a job in a project.",
                  "parameterOrder": [
                    "projectId",
                    "region",
                    "jobId"
                  ],
                  "parameters": {
                    "projectId": {
                      "description": "Required. The ID of the Google Cloud Platform project that the job belongs to.",
                      "location": "path",
                      "type": "string",
                      "required": true
                    },
                    "region": {
                      "required": true,
                      "description": "Required. The Dataproc region in which to handle the request.",
                      "location": "path",
                      "type": "string"
                    },
                    "jobId": {
                      "required": true,
                      "description": "Required. The job ID.",
                      "location": "path",
                      "type": "string"
                    }
                  },
                  "path": "v1/projects/{projectId}/regions/{region}/jobs/{jobId}",
                  "id": "dataproc.projects.regions.jobs.get",
                  "flatPath": "v1/projects/{projectId}/regions/{region}/jobs/{jobId}",
                  "httpMethod": "GET",
                  "response": {
                    "$ref": "Job"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc",
                    "https://www.googleapis.com/auth/dataproc.read-only"
                  ]
                },
                "list": {
                  "id": "dataproc.projects.regions.jobs.list",
                  "flatPath": "v1/projects/{projectId}/regions/{region}/jobs",
                  "response": {
                    "$ref": "ListJobsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc",
                    "https://www.googleapis.com/auth/dataproc.read-only"
                  ],
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "projectId",
                    "region"
                  ],
                  "description": "Lists regions/{region}/jobs in a project.",
                  "path": "v1/projects/{projectId}/regions/{region}/jobs",
                  "parameters": {
                    "projectId": {
                      "description": "Required. The ID of the Google Cloud Platform project that the job belongs to.",
                      "location": "path",
                      "type": "string",
                      "required": true
                    },
                    "region": {
                      "description": "Required. The Dataproc region in which to handle the request.",
                      "location": "path",
                      "type": "string",
                      "required": true
                    },
                    "pageSize": {
                      "format": "int32",
                      "description": "Optional. The number of results to return in each response.",
                      "location": "query",
                      "type": "integer"
                    },
                    "filter": {
                      "description": "Optional. A filter constraining the jobs to list. Filters are case-sensitive and have the following syntax:field = value AND field = value ...where field is status.state or insertTime, or labels.[KEY], and [KEY] is a label key. value can be * to match all values. status.state can be either ACTIVE or NON_ACTIVE. Allows insertTime to be a timestamp in RFC 3339 format in double quotes, such as 2025-01-01T00:00:00Z. Only the logical AND operator is supported; space-separated items are treated as having an implicit AND operator.Example filter:status.state = ACTIVE AND labels.env = staging AND labels.starred = * AND insertTime \u003c= \"2025-01-01T00:00:00Z\"",
                      "location": "query",
                      "type": "string"
                    },
                    "pageToken": {
                      "description": "Optional. The page token, returned by a previous call, to request the next page of results.",
                      "location": "query",
                      "type": "string"
                    },
                    "clusterName": {
                      "description": "Optional. If set, the returned jobs list includes only jobs that were submitted to the named cluster.",
                      "location": "query",
                      "type": "string"
                    },
                    "jobStateMatcher": {
                      "description": "Optional. Specifies enumerated categories of jobs to list. (default = match ALL jobs).If filter is provided, jobStateMatcher will be ignored.",
                      "type": "string",
                      "enumDescriptions": [
                        "Match all jobs, regardless of state.",
                        "Only match jobs in non-terminal states: PENDING, RUNNING, or CANCEL_PENDING.",
                        "Only match jobs in terminal states: CANCELLED, DONE, or ERROR."
                      ],
                      "location": "query",
                      "enum": [
                        "ALL",
                        "ACTIVE",
                        "NON_ACTIVE"
                      ]
                    }
                  }
                },
                "testIamPermissions": {
                  "request": {
                    "$ref": "TestIamPermissionsRequest"
                  },
                  "description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
                  "parameterOrder": [
                    "resource"
                  ],
                  "parameters": {
                    "resource": {
                      "location": "path",
                      "required": true,
                      "pattern": "^projects/[^/]+/regions/[^/]+/jobs/[^/]+$",
                      "description": "REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                      "type": "string"
                    }
                  },
                  "path": "v1/{+resource}:testIamPermissions",
                  "id": "dataproc.projects.regions.jobs.testIamPermissions",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/jobs/{jobsId}:testIamPermissions",
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "TestIamPermissionsResponse"
                  }
                },
                "cancel": {
                  "path": "v1/projects/{projectId}/regions/{region}/jobs/{jobId}:cancel",
                  "parameters": {
                    "projectId": {
                      "required": true,
                      "description": "Required. The ID of the Google Cloud Platform project that the job belongs to.",
                      "location": "path",
                      "type": "string"
                    },
                    "region": {
                      "required": true,
                      "description": "Required. The Dataproc region in which to handle the request.",
                      "location": "path",
                      "type": "string"
                    },
                    "jobId": {
                      "description": "Required. The job ID.",
                      "location": "path",
                      "type": "string",
                      "required": true
                    }
                  },
                  "parameterOrder": [
                    "projectId",
                    "region",
                    "jobId"
                  ],
                  "request": {
                    "$ref": "CancelJobRequest"
                  },
                  "description": "Starts a job cancellation request. To access the job resource after cancellation, call regions/{region}/jobs.list (https://cloud.google.com/dataproc/docs/reference/rest/v1/projects.regions.jobs/list) or regions/{region}/jobs.get (https://cloud.google.com/dataproc/docs/reference/rest/v1/projects.regions.jobs/get).",
                  "response": {
                    "$ref": "Job"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "httpMethod": "POST",
                  "id": "dataproc.projects.regions.jobs.cancel",
                  "flatPath": "v1/projects/{projectId}/regions/{region}/jobs/{jobId}:cancel"
                },
                "submit": {
                  "request": {
                    "$ref": "SubmitJobRequest"
                  },
                  "description": "Submits a job to a cluster.",
                  "parameterOrder": [
                    "projectId",
                    "region"
                  ],
                  "parameters": {
                    "projectId": {
                      "description": "Required. The ID of the Google Cloud Platform project that the job belongs to.",
                      "location": "path",
                      "type": "string",
                      "required": true
                    },
                    "region": {
                      "description": "Required. The Dataproc region in which to handle the request.",
                      "location": "path",
                      "type": "string",
                      "required": true
                    }
                  },
                  "path": "v1/projects/{projectId}/regions/{region}/jobs:submit",
                  "id": "dataproc.projects.regions.jobs.submit",
                  "flatPath": "v1/projects/{projectId}/regions/{region}/jobs:submit",
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "Job"
                  }
                },
                "delete": {
                  "id": "dataproc.projects.regions.jobs.delete",
                  "flatPath": "v1/projects/{projectId}/regions/{region}/jobs/{jobId}",
                  "httpMethod": "DELETE",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "Empty"
                  },
                  "description": "Deletes the job from the project. If the job is active, the delete fails, and the response returns FAILED_PRECONDITION.",
                  "parameterOrder": [
                    "projectId",
                    "region",
                    "jobId"
                  ],
                  "parameters": {
                    "projectId": {
                      "description": "Required. The ID of the Google Cloud Platform project that the job belongs to.",
                      "location": "path",
                      "type": "string",
                      "required": true
                    },
                    "region": {
                      "description": "Required. The Dataproc region in which to handle the request.",
                      "location": "path",
                      "type": "string",
                      "required": true
                    },
                    "jobId": {
                      "description": "Required. The job ID.",
                      "location": "path",
                      "type": "string",
                      "required": true
                    }
                  },
                  "path": "v1/projects/{projectId}/regions/{region}/jobs/{jobId}"
                },
                "getIamPolicy": {
                  "httpMethod": "POST",
                  "response": {
                    "$ref": "Policy"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "id": "dataproc.projects.regions.jobs.getIamPolicy",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/jobs/{jobsId}:getIamPolicy",
                  "parameters": {
                    "resource": {
                      "required": true,
                      "location": "path",
                      "pattern": "^projects/[^/]+/regions/[^/]+/jobs/[^/]+$",
                      "description": "REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                      "type": "string"
                    }
                  },
                  "path": "v1/{+resource}:getIamPolicy",
                  "request": {
                    "$ref": "GetIamPolicyRequest"
                  },
                  "description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
                  "parameterOrder": [
                    "resource"
                  ]
                },
                "submitAsOperation": {
                  "parameterOrder": [
                    "projectId",
                    "region"
                  ],
                  "request": {
                    "$ref": "SubmitJobRequest"
                  },
                  "description": "Submits job to a cluster.",
                  "path": "v1/projects/{projectId}/regions/{region}/jobs:submitAsOperation",
                  "parameters": {
                    "projectId": {
                      "description": "Required. The ID of the Google Cloud Platform project that the job belongs to.",
                      "location": "path",
                      "type": "string",
                      "required": true
                    },
                    "region": {
                      "description": "Required. The Dataproc region in which to handle the request.",
                      "location": "path",
                      "type": "string",
                      "required": true
                    }
                  },
                  "id": "dataproc.projects.regions.jobs.submitAsOperation",
                  "flatPath": "v1/projects/{projectId}/regions/{region}/jobs:submitAsOperation",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "httpMethod": "POST"
                },
                "setIamPolicy": {
                  "request": {
                    "$ref": "SetIamPolicyRequest"
                  },
                  "description": "Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.",
                  "parameterOrder": [
                    "resource"
                  ],
                  "parameters": {
                    "resource": {
                      "description": "REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/regions/[^/]+/jobs/[^/]+$",
                      "location": "path",
                      "required": true
                    }
                  },
                  "path": "v1/{+resource}:setIamPolicy",
                  "id": "dataproc.projects.regions.jobs.setIamPolicy",
                  "flatPath": "v1/projects/{projectsId}/regions/{regionsId}/jobs/{jobsId}:setIamPolicy",
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "Policy"
                  }
                },
                "patch": {
                  "request": {
                    "$ref": "Job"
                  },
                  "description": "Updates a job in a project.",
                  "parameterOrder": [
                    "projectId",
                    "region",
                    "jobId"
                  ],
                  "parameters": {
                    "projectId": {
                      "required": true,
                      "description": "Required. The ID of the Google Cloud Platform project that the job belongs to.",
                      "location": "path",
                      "type": "string"
                    },
                    "region": {
                      "required": true,
                      "description": "Required. The Dataproc region in which to handle the request.",
                      "location": "path",
                      "type": "string"
                    },
                    "jobId": {
                      "required": true,
                      "description": "Required. The job ID.",
                      "location": "path",
                      "type": "string"
                    },
                    "updateMask": {
                      "description": "Required. Specifies the path, relative to Job, of the field to update. For example, to update the labels of a Job the update_mask parameter would be specified as labels, and the PATCH request body would specify the new value. *Note:* Currently, labels is the only field that can be updated.",
                      "location": "query",
                      "type": "string",
                      "format": "google-fieldmask"
                    }
                  },
                  "path": "v1/projects/{projectId}/regions/{region}/jobs/{jobId}",
                  "id": "dataproc.projects.regions.jobs.patch",
                  "flatPath": "v1/projects/{projectId}/regions/{region}/jobs/{jobId}",
                  "httpMethod": "PATCH",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform",
                    "https://www.googleapis.com/auth/dataproc"
                  ],
                  "response": {
                    "$ref": "Job"
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "id": "dataproc:v1",
  "schemas": {
    "BasicAutoscalingAlgorithm": {
      "id": "BasicAutoscalingAlgorithm",
      "description": "Basic algorithm for autoscaling.",
      "type": "object",
      "properties": {
        "yarnConfig": {
          "description": "Optional. YARN autoscaling configuration.",
          "$ref": "BasicYarnAutoscalingConfig"
        },
        "sparkStandaloneConfig": {
          "description": "Optional. Spark Standalone autoscaling configuration",
          "$ref": "SparkStandaloneAutoscalingConfig"
        },
        "cooldownPeriod": {
          "description": "Optional. Duration between scaling events. A scaling period starts after the update operation from the previous event has completed.Bounds: 2m, 1d. Default: 2m.",
          "type": "string",
          "format": "google-duration"
        }
      }
    },
    "SessionTemplate": {
      "description": "A representation of a session template.",
      "type": "object",
      "properties": {
        "description": {
          "description": "Optional. Brief description of the template.",
          "type": "string"
        },
        "creator": {
          "readOnly": true,
          "description": "Output only. The email address of the user who created the template.",
          "type": "string"
        },
        "updateTime": {
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The time the template was last updated.",
          "type": "string"
        },
        "uuid": {
          "description": "Output only. A session template UUID (Unique Universal Identifier). The service generates this value when it creates the session template.",
          "type": "string",
          "readOnly": true
        },
        "environmentConfig": {
          "description": "Optional. Environment configuration for session execution.",
          "$ref": "EnvironmentConfig"
        },
        "jupyterSession": {
          "description": "Optional. Jupyter session config.",
          "$ref": "JupyterConfig"
        },
        "name": {
          "description": "Required. Identifier. The resource name of the session template.",
          "type": "string"
        },
        "sparkConnectSession": {
          "description": "Optional. Spark connect session config.",
          "$ref": "SparkConnectConfig"
        },
        "runtimeConfig": {
          "description": "Optional. Runtime configuration for session execution.",
          "$ref": "RuntimeConfig"
        },
        "createTime": {
          "description": "Output only. The time when the template was created.",
          "type": "string",
          "readOnly": true,
          "format": "google-datetime"
        },
        "labels": {
          "description": "Optional. Labels to associate with sessions created using this template. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values can be empty, but, if present, must contain 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a session.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "id": "SessionTemplate"
    },
    "AttachmentOperationMetadata": {
      "id": "AttachmentOperationMetadata",
      "description": "Metadata describing the Attachment operation.",
      "type": "object",
      "properties": {
        "operationType": {
          "readOnly": true,
          "enum": [
            "ATTACHMENT_OPERATION_TYPE_UNSPECIFIED",
            "CREATE",
            "UPDATE",
            "DELETE"
          ],
          "description": "Output only. The operation type.",
          "type": "string",
          "enumDescriptions": [
            "Attachment operation type is unknown.",
            "Create Attachment operation type.",
            "Update Attachment operation type.",
            "Delete Attachment operation type."
          ]
        },
        "description": {
          "readOnly": true,
          "description": "Output only. Short description of the operation.",
          "type": "string"
        },
        "warnings": {
          "description": "Output only. Warnings encountered during operation execution.",
          "type": "array",
          "readOnly": true,
          "items": {
            "type": "string"
          }
        },
        "attachment": {
          "readOnly": true,
          "description": "Output only. Name of the attachment for the operation.",
          "type": "string"
        },
        "attachmentUuid": {
          "readOnly": true,
          "description": "Output only. Attachment UUID for the operation.",
          "type": "string"
        },
        "createTime": {
          "description": "Output only. The time when the operation was created.",
          "type": "string",
          "readOnly": true,
          "format": "google-datetime"
        },
        "labels": {
          "description": "Output only. Labels associated with the operation.",
          "type": "object",
          "readOnly": true,
          "additionalProperties": {
            "type": "string"
          }
        },
        "doneTime": {
          "description": "Output only. The time when the operation finished.",
          "type": "string",
          "readOnly": true,
          "format": "google-datetime"
        }
      }
    },
    "SearchSparkApplicationsResponse": {
      "id": "SearchSparkApplicationsResponse",
      "description": "A list of summary of Spark Applications",
      "type": "object",
      "properties": {
        "nextPageToken": {
          "description": "This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent SearchSparkApplicationsRequest.",
          "type": "string"
        },
        "sparkApplications": {
          "description": "Output only. High level information corresponding to an application.",
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "SparkApplication"
          }
        }
      }
    },
    "TestIamPermissionsRequest": {
      "description": "Request message for TestIamPermissions method.",
      "type": "object",
      "properties": {
        "permissions": {
          "items": {
            "type": "string"
          },
          "description": "The set of permissions to check for the resource. Permissions with wildcards (such as * or storage.*) are not allowed. For more information see IAM Overview (https://cloud.google.com/iam/docs/overview#permissions).",
          "type": "array"
        }
      },
      "id": "TestIamPermissionsRequest"
    },
    "SparkApplication": {
      "id": "SparkApplication",
      "description": "A summary of Spark Application",
      "type": "object",
      "properties": {
        "name": {
          "description": "Identifier. Name of the spark application",
          "type": "string"
        },
        "application": {
          "description": "Output only. High level information corresponding to an application.",
          "$ref": "ApplicationInfo",
          "readOnly": true
        }
      }
    },
    "GetPolicyOptions": {
      "description": "Encapsulates settings provided to GetIamPolicy.",
      "type": "object",
      "properties": {
        "requestedPolicyVersion": {
          "description": "Optional. The maximum policy version that will be used to format the policy.Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset.The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1.To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies).",
          "type": "integer",
          "format": "int32"
        }
      },
      "id": "GetPolicyOptions"
    },
    "ListWorkflowTemplatesResponse": {
      "description": "A response to a request to list workflow templates in a project.",
      "type": "object",
      "properties": {
        "templates": {
          "description": "Output only. WorkflowTemplates list.",
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "WorkflowTemplate"
          }
        },
        "unreachable": {
          "items": {
            "type": "string"
          },
          "description": "Output only. List of workflow templates that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response.",
          "type": "array",
          "readOnly": true
        },
        "nextPageToken": {
          "description": "Output only. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListWorkflowTemplatesRequest.",
          "type": "string",
          "readOnly": true
        }
      },
      "id": "ListWorkflowTemplatesResponse"
    },
    "SearchSparkApplicationStagesResponse": {
      "id": "SearchSparkApplicationStagesResponse",
      "description": "A list of stages associated with a Spark Application.",
      "type": "object",
      "properties": {
        "nextPageToken": {
          "description": "This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent SearchSparkApplicationStages.",
          "type": "string"
        },
        "sparkApplicationStages": {
          "description": "Output only. Data corresponding to a stage.",
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "StageData"
          }
        }
      }
    },
    "AccessSessionSparkApplicationEnvironmentInfoResponse": {
      "id": "AccessSessionSparkApplicationEnvironmentInfoResponse",
      "description": "Environment details of a Saprk Application.",
      "type": "object",
      "properties": {
        "applicationEnvironmentInfo": {
          "description": "Details about the Environment that the application is running in.",
          "$ref": "ApplicationEnvironmentInfo"
        }
      }
    },
    "RuntimeInfo": {
      "id": "RuntimeInfo",
      "description": "Runtime information about workload execution.",
      "type": "object",
      "properties": {
        "outputUri": {
          "readOnly": true,
          "description": "Output only. A URI pointing to the location of the stdout and stderr of the workload.",
          "type": "string"
        },
        "approximateUsage": {
          "readOnly": true,
          "description": "Output only. Approximate workload resource usage, calculated when the workload completes (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).Note: This metric calculation may change in the future, for example, to capture cumulative workload resource consumption during workload execution (see the Dataproc Serverless release notes (https://cloud.google.com/dataproc-serverless/docs/release-notes) for announcements, changes, fixes and other Dataproc developments).",
          "$ref": "UsageMetrics"
        },
        "cohortInfo": {
          "description": "Output only. Information about the cohort that the workload belongs to.",
          "$ref": "CohortInfo",
          "readOnly": true
        },
        "endpoints": {
          "description": "Output only. Map of remote access endpoints (such as web interfaces and APIs) to their URIs.",
          "type": "object",
          "readOnly": true,
          "additionalProperties": {
            "type": "string"
          }
        },
        "diagnosticOutputUri": {
          "description": "Output only. A URI pointing to the location of the diagnostics tarball.",
          "type": "string",
          "readOnly": true
        },
        "propertiesInfo": {
          "description": "Optional. Properties of the workload organized by origin.",
          "$ref": "PropertiesInfo"
        },
        "currentUsage": {
          "readOnly": true,
          "description": "Output only. Snapshot of current workload resource usage.",
          "$ref": "UsageSnapshot"
        }
      }
    },
    "FlinkJob": {
      "id": "FlinkJob",
      "description": "A Dataproc job for running Apache Flink applications on YARN.",
      "type": "object",
      "properties": {
        "loggingConfig": {
          "description": "Optional. The runtime log config for job execution.",
          "$ref": "LoggingConfig"
        },
        "mainJarFileUri": {
          "description": "The HCFS URI of the jar file that contains the main class.",
          "type": "string"
        },
        "mainClass": {
          "description": "The name of the driver's main class. The jar file that contains the class must be in the default CLASSPATH or specified in jarFileUris.",
          "type": "string"
        },
        "args": {
          "items": {
            "type": "string"
          },
          "description": "Optional. The arguments to pass to the driver. Do not include arguments, such as --conf, that can be set as job properties, since a collision might occur that causes an incorrect job submission.",
          "type": "array"
        },
        "jarFileUris": {
          "description": "Optional. HCFS URIs of jar files to add to the CLASSPATHs of the Flink driver and tasks.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "properties": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. A mapping of property names to values, used to configure Flink. Properties that conflict with values set by the Dataproc API might be overwritten. Can include properties set in /etc/flink/conf/flink-defaults.conf and classes in user code.",
          "type": "object"
        },
        "savepointUri": {
          "description": "Optional. HCFS URI of the savepoint, which contains the last saved progress for starting the current job.",
          "type": "string"
        }
      }
    },
    "SearchSessionSparkApplicationsResponse": {
      "description": "A list of summary of Spark Applications",
      "type": "object",
      "properties": {
        "nextPageToken": {
          "description": "This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent SearchSessionSparkApplicationsRequest.",
          "type": "string"
        },
        "sparkApplications": {
          "readOnly": true,
          "description": "Output only. High level information corresponding to an application.",
          "type": "array",
          "items": {
            "$ref": "SparkApplication"
          }
        }
      },
      "id": "SearchSessionSparkApplicationsResponse"
    },
    "SparkBatch": {
      "id": "SparkBatch",
      "description": "A configuration for running an Apache Spark (https://spark.apache.org/) batch workload.",
      "type": "object",
      "properties": {
        "archiveUris": {
          "description": "Optional. HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "mainJarFileUri": {
          "description": "Optional. The HCFS URI of the jar file that contains the main class.",
          "type": "string"
        },
        "mainClass": {
          "description": "Optional. The name of the driver main class. The jar file that contains the class must be in the classpath or specified in jar_file_uris.",
          "type": "string"
        },
        "args": {
          "items": {
            "type": "string"
          },
          "description": "Optional. The arguments to pass to the driver. Do not include arguments that can be set as batch properties, such as --conf, since a collision can occur that causes an incorrect batch submission.",
          "type": "array"
        },
        "jarFileUris": {
          "items": {
            "type": "string"
          },
          "description": "Optional. HCFS URIs of jar files to add to the classpath of the Spark driver and tasks.",
          "type": "array"
        },
        "fileUris": {
          "description": "Optional. HCFS URIs of files to be placed in the working directory of each executor.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "SparkPlanGraphEdge": {
      "id": "SparkPlanGraphEdge",
      "description": "Represents a directed edge in the spark plan tree from child to parent.",
      "type": "object",
      "properties": {
        "fromId": {
          "format": "int64",
          "type": "string"
        },
        "toId": {
          "type": "string",
          "format": "int64"
        }
      }
    },
    "SessionStateHistory": {
      "description": "Historical state information.",
      "type": "object",
      "properties": {
        "state": {
          "enum": [
            "STATE_UNSPECIFIED",
            "CREATING",
            "ACTIVE",
            "TERMINATING",
            "TERMINATED",
            "FAILED"
          ],
          "readOnly": true,
          "enumDescriptions": [
            "The session state is unknown.",
            "The session is created prior to running.",
            "The session is running.",
            "The session is terminating.",
            "The session is terminated successfully.",
            "The session is no longer running due to an error."
          ],
          "description": "Output only. The state of the session at this point in the session history.",
          "type": "string"
        },
        "stateStartTime": {
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The time when the session entered the historical state.",
          "type": "string"
        },
        "stateMessage": {
          "description": "Output only. Details about the state at this point in the session history.",
          "type": "string",
          "readOnly": true
        }
      },
      "id": "SessionStateHistory"
    },
    "StageAttemptTasksSummary": {
      "id": "StageAttemptTasksSummary",
      "description": "Data related to tasks summary for a Spark Stage Attempt",
      "type": "object",
      "properties": {
        "stageAttemptId": {
          "type": "integer",
          "format": "int32"
        },
        "numSuccessTasks": {
          "type": "integer",
          "format": "int32"
        },
        "stageId": {
          "format": "int64",
          "type": "string"
        },
        "numFailedTasks": {
          "format": "int32",
          "type": "integer"
        },
        "numTasks": {
          "type": "integer",
          "format": "int32"
        },
        "numPendingTasks": {
          "type": "integer",
          "format": "int32"
        },
        "numKilledTasks": {
          "type": "integer",
          "format": "int32"
        },
        "numRunningTasks": {
          "type": "integer",
          "format": "int32"
        },
        "applicationId": {
          "type": "string"
        }
      }
    },
    "OutputMetrics": {
      "id": "OutputMetrics",
      "description": "Metrics about the data written by the task.",
      "type": "object",
      "properties": {
        "recordsWritten": {
          "type": "string",
          "format": "int64"
        },
        "bytesWritten": {
          "format": "int64",
          "type": "string"
        }
      }
    },
    "InstanceSelectionResult": {
      "id": "InstanceSelectionResult",
      "description": "Defines a mapping from machine types to the number of VMs that are created with each machine type.",
      "type": "object",
      "properties": {
        "machineType": {
          "description": "Output only. Full machine-type names, e.g. \"n1-standard-16\".",
          "type": "string",
          "readOnly": true
        },
        "vmCount": {
          "readOnly": true,
          "format": "int32",
          "description": "Output only. Number of VM provisioned with the machine_type.",
          "type": "integer"
        }
      }
    },
    "JobsSummary": {
      "description": "Data related to Jobs page summary",
      "type": "object",
      "properties": {
        "attempts": {
          "description": "Attempts info",
          "type": "array",
          "items": {
            "$ref": "ApplicationAttemptInfo"
          }
        },
        "schedulingMode": {
          "description": "Spark Scheduling mode",
          "type": "string"
        },
        "completedJobs": {
          "description": "Number of completed jobs",
          "type": "integer",
          "format": "int32"
        },
        "applicationId": {
          "description": "Spark Application Id",
          "type": "string"
        },
        "failedJobs": {
          "description": "Number of failed jobs",
          "type": "integer",
          "format": "int32"
        },
        "activeJobs": {
          "description": "Number of active jobs",
          "type": "integer",
          "format": "int32"
        }
      },
      "id": "JobsSummary"
    },
    "SearchSessionSparkApplicationSqlQueriesResponse": {
      "id": "SearchSessionSparkApplicationSqlQueriesResponse",
      "description": "List of all queries for a Spark Application.",
      "type": "object",
      "properties": {
        "sparkApplicationSqlQueries": {
          "readOnly": true,
          "description": "Output only. SQL Execution Data",
          "type": "array",
          "items": {
            "$ref": "SqlExecutionUiData"
          }
        },
        "nextPageToken": {
          "description": "This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent SearchSessionSparkApplicationSqlQueriesRequest.",
          "type": "string"
        }
      }
    },
    "SearchSparkApplicationJobsResponse": {
      "description": "A list of Jobs associated with a Spark Application.",
      "type": "object",
      "properties": {
        "sparkApplicationJobs": {
          "items": {
            "$ref": "JobData"
          },
          "description": "Output only. Data corresponding to a spark job.",
          "type": "array",
          "readOnly": true
        },
        "nextPageToken": {
          "description": "This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent SearchSparkApplicationJobsRequest.",
          "type": "string"
        }
      },
      "id": "SearchSparkApplicationJobsResponse"
    },
    "ClusterConfig": {
      "description": "The cluster config.",
      "type": "object",
      "properties": {
        "autoscalingConfig": {
          "description": "Optional. Autoscaling config for the policy associated with the cluster. Cluster does not autoscale if this field is unset.",
          "$ref": "AutoscalingConfig"
        },
        "diagnosticBucket": {
          "description": "Optional. A Cloud Storage bucket used to collect checkpoint diagnostic data (https://cloud.google.com/dataproc/docs/support/diagnose-clusters#checkpoint_diagnostic_data). If you do not specify a diagnostic bucket, The service will use the temp bucket to collect the checkpoint diagnostic data. This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.",
          "type": "string"
        },
        "tempBucket": {
          "description": "Optional. A Cloud Storage bucket used to store ephemeral cluster and jobs data, such as Spark and MapReduce history files. If you do not specify a temp bucket, the service will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's temp bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket. The default bucket has a TTL of 90 days, but you can use any TTL (or none) if you specify a bucket (see staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.",
          "type": "string"
        },
        "clusterTier": {
          "enumDescriptions": [
            "Uses standard tier if unspecified.",
            "Standard cluster tier.",
            "Premium cluster tier."
          ],
          "enum": [
            "CLUSTER_TIER_UNSPECIFIED",
            "CLUSTER_TIER_STANDARD",
            "CLUSTER_TIER_PREMIUM"
          ],
          "description": "Optional. The cluster tier.",
          "type": "string"
        },
        "gkeClusterConfig": {
          "deprecated": true,
          "description": "Optional. BETA. The Kubernetes Engine config for clusters deployed to Kubernetes. These config settings are mutually exclusive with Compute Engine-based options, such as gce_cluster_config, master_config, worker_config, secondary_worker_config, and autoscaling_config.",
          "$ref": "GkeClusterConfig"
        },
        "dataprocMetricConfig": {
          "description": "Optional. The config for metrics.",
          "$ref": "DataprocMetricConfig"
        },
        "securityConfig": {
          "description": "Optional. Security settings for the cluster.",
          "$ref": "SecurityConfig"
        },
        "clusterType": {
          "description": "Optional. The type of the cluster.",
          "type": "string",
          "enum": [
            "CLUSTER_TYPE_UNSPECIFIED",
            "STANDARD",
            "SINGLE_NODE",
            "ZERO_SCALE"
          ],
          "enumDescriptions": [
            "Not set.",
            "Standard dataproc cluster with a minimum of two primary workers.",
            "https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/single-node-clusters",
            "Clusters that can use only secondary workers and be scaled down to zero secondary worker nodes."
          ]
        },
        "encryptionConfig": {
          "description": "Optional. Encryption settings for the cluster.",
          "$ref": "EncryptionConfig"
        },
        "endpointConfig": {
          "description": "Optional. Port/endpoint configuration for this cluster",
          "$ref": "EndpointConfig"
        },
        "gceClusterConfig": {
          "description": "Optional. The shared Compute Engine config settings for all instances in a cluster.",
          "$ref": "GceClusterConfig"
        },
        "secondaryWorkerConfig": {
          "description": "Optional. The Compute Engine config settings for a cluster's secondary worker instances",
          "$ref": "InstanceGroupConfig"
        },
        "engine": {
          "description": "Optional. The cluster engine.",
          "type": "string",
          "enum": [
            "ENGINE_UNSPECIFIED",
            "DEFAULT",
            "LIGHTNING"
          ],
          "enumDescriptions": [
            "The engine is not specified. Works the same as ENGINE_DEFAULT.",
            "The cluster is a default engine cluster.",
            "The cluster is a Lightning Engine (https://cloud.google.com/dataproc/docs/guides/lightning-engine) cluster."
          ]
        },
        "masterConfig": {
          "description": "Optional. The Compute Engine config settings for the cluster's master instance.",
          "$ref": "InstanceGroupConfig"
        },
        "softwareConfig": {
          "description": "Optional. The config settings for cluster software.",
          "$ref": "SoftwareConfig"
        },
        "metastoreConfig": {
          "description": "Optional. Metastore configuration.",
          "$ref": "MetastoreConfig"
        },
        "initializationActions": {
          "items": {
            "$ref": "NodeInitializationAction"
          },
          "description": "Optional. Commands to execute on each node after config is completed. By default, executables are run on master and all worker nodes. You can test a node's role metadata to run an executable on a master or worker node, as shown below using curl (you can also use wget): ROLE=$(curl -H Metadata-Flavor:Google http://metadata/computeMetadata/v1/instance/attributes/dataproc-role) if [[ \"${ROLE}\" == 'Master' ]]; then ... master specific actions ... else ... worker specific actions ... fi ",
          "type": "array"
        },
        "configBucket": {
          "description": "Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, the service will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.",
          "type": "string"
        },
        "lifecycleConfig": {
          "description": "Optional. Lifecycle setting for the cluster.",
          "$ref": "LifecycleConfig"
        },
        "auxiliaryNodeGroups": {
          "description": "Optional. The node group settings.",
          "type": "array",
          "items": {
            "$ref": "AuxiliaryNodeGroup"
          }
        },
        "workerConfig": {
          "description": "Optional. The Compute Engine config settings for the cluster's worker instances.",
          "$ref": "InstanceGroupConfig"
        }
      },
      "id": "ClusterConfig"
    },
    "JobScheduling": {
      "id": "JobScheduling",
      "description": "Job scheduling options.",
      "type": "object",
      "properties": {
        "maxFailuresPerHour": {
          "description": "Optional. Maximum number of times per hour a driver can be restarted as a result of driver exiting with non-zero code before job is reported failed.A job might be reported as thrashing if the driver exits with a non-zero code four times within a 10-minute window.Maximum value is 10.Note: This restartable job option is not supported in Dataproc workflow templates (https://cloud.google.com/dataproc/docs/concepts/workflows/using-workflows#adding_jobs_to_a_template).",
          "type": "integer",
          "format": "int32"
        },
        "maxFailuresTotal": {
          "format": "int32",
          "description": "Optional. Maximum total number of times a driver can be restarted as a result of the driver exiting with a non-zero code. After the maximum number is reached, the job will be reported as failed.Maximum value is 240.Note: Currently, this restartable job option is not supported in Dataproc workflow templates (https://cloud.google.com/dataproc/docs/concepts/workflows/using-workflows#adding_jobs_to_a_template).",
          "type": "integer"
        }
      }
    },
    "RepairNodeGroupRequest": {
      "id": "RepairNodeGroupRequest",
      "type": "object",
      "properties": {
        "requestId": {
          "description": "Optional. A unique ID used to identify the request. If the server receives two RepairNodeGroupRequest with the same ID, the second request is ignored and the first google.longrunning.Operation created and stored in the backend is returned.Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.",
          "type": "string"
        },
        "repairAction": {
          "description": "Required. Repair action to take on specified resources of the node pool.",
          "type": "string",
          "enum": [
            "REPAIR_ACTION_UNSPECIFIED",
            "REPLACE"
          ],
          "enumDescriptions": [
            "No action will be taken by default.",
            "replace the specified list of nodes."
          ]
        },
        "instanceNames": {
          "items": {
            "type": "string"
          },
          "description": "Required. Name of instances to be repaired. These instances must belong to specified node pool.",
          "type": "array"
        }
      }
    },
    "ManagedGroupConfig": {
      "description": "Specifies the resources used to actively manage an instance group.",
      "type": "object",
      "properties": {
        "instanceGroupManagerUri": {
          "readOnly": true,
          "description": "Output only. The partial URI to the instance group manager for this group. E.g. projects/my-project/regions/us-central1/instanceGroupManagers/my-igm.",
          "type": "string"
        },
        "instanceTemplateName": {
          "description": "Output only. The name of the Instance Template used for the Managed Instance Group.",
          "type": "string",
          "readOnly": true
        },
        "instanceGroupManagerName": {
          "readOnly": true,
          "description": "Output only. The name of the Instance Group Manager for this group.",
          "type": "string"
        }
      },
      "id": "ManagedGroupConfig"
    },
    "AccessSparkApplicationNativeBuildInfoResponse": {
      "description": "Details of Native Build Info for a Spark Application",
      "type": "object",
      "properties": {
        "buildInfo": {
          "description": "Native Build Info Data",
          "$ref": "NativeBuildInfoUiData"
        }
      },
      "id": "AccessSparkApplicationNativeBuildInfoResponse"
    },
    "RddPartitionInfo": {
      "id": "RddPartitionInfo",
      "description": "Information about RDD partitions.",
      "type": "object",
      "properties": {
        "diskUsed": {
          "format": "int64",
          "type": "string"
        },
        "memoryUsed": {
          "type": "string",
          "format": "int64"
        },
        "blockName": {
          "type": "string"
        },
        "storageLevel": {
          "type": "string"
        },
        "executors": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "AccessSparkApplicationSqlQueryResponse": {
      "id": "AccessSparkApplicationSqlQueryResponse",
      "description": "Details of a query for a Spark Application",
      "type": "object",
      "properties": {
        "executionData": {
          "description": "SQL Execution Data",
          "$ref": "SqlExecutionUiData"
        }
      }
    },
    "ShuffleReadMetrics": {
      "id": "ShuffleReadMetrics",
      "description": "Shuffle data read by the task.",
      "type": "object",
      "properties": {
        "remoteBytesRead": {
          "type": "string",
          "format": "int64"
        },
        "remoteReqsDuration": {
          "type": "string",
          "format": "int64"
        },
        "remoteBytesReadToDisk": {
          "type": "string",
          "format": "int64"
        },
        "fetchWaitTimeMillis": {
          "format": "int64",
          "type": "string"
        },
        "recordsRead": {
          "type": "string",
          "format": "int64"
        },
        "shufflePushReadMetrics": {
          "$ref": "ShufflePushReadMetrics"
        },
        "localBlocksFetched": {
          "type": "string",
          "format": "int64"
        },
        "localBytesRead": {
          "type": "string",
          "format": "int64"
        },
        "remoteBlocksFetched": {
          "type": "string",
          "format": "int64"
        }
      }
    },
    "AccessSparkApplicationSqlSparkPlanGraphResponse": {
      "description": "SparkPlanGraph for a Spark Application execution limited to maximum 10000 clusters.",
      "type": "object",
      "properties": {
        "sparkPlanGraph": {
          "description": "SparkPlanGraph for a Spark Application execution.",
          "$ref": "SparkPlanGraph"
        }
      },
      "id": "AccessSparkApplicationSqlSparkPlanGraphResponse"
    },
    "StageInputMetrics": {
      "id": "StageInputMetrics",
      "description": "Metrics about the input read by the stage.",
      "type": "object",
      "properties": {
        "recordsRead": {
          "format": "int64",
          "type": "string"
        },
        "bytesRead": {
          "type": "string",
          "format": "int64"
        }
      }
    },
    "SparkRuntimeInfo": {
      "type": "object",
      "properties": {
        "javaVersion": {
          "type": "string"
        },
        "javaHome": {
          "type": "string"
        },
        "scalaVersion": {
          "type": "string"
        }
      },
      "id": "SparkRuntimeInfo"
    },
    "RddOperationCluster": {
      "id": "RddOperationCluster",
      "description": "A grouping of nodes representing higher level constructs (stage, job etc.).",
      "type": "object",
      "properties": {
        "childNodes": {
          "type": "array",
          "items": {
            "$ref": "RddOperationNode"
          }
        },
        "rddClusterId": {
          "type": "string"
        },
        "childClusters": {
          "type": "array",
          "items": {
            "$ref": "RddOperationCluster"
          }
        },
        "name": {
          "type": "string"
        }
      }
    },
    "AccessSparkApplicationStageRddOperationGraphResponse": {
      "id": "AccessSparkApplicationStageRddOperationGraphResponse",
      "description": "RDD operation graph for a Spark Application Stage limited to maximum 10000 clusters.",
      "type": "object",
      "properties": {
        "rddOperationGraph": {
          "description": "RDD operation graph for a Spark Application Stage.",
          "$ref": "RddOperationGraph"
        }
      }
    },
    "AccessSessionSparkApplicationNativeBuildInfoResponse": {
      "id": "AccessSessionSparkApplicationNativeBuildInfoResponse",
      "description": "Details of a native build info for a Spark Application",
      "type": "object",
      "properties": {
        "executionData": {
          "description": "Native SQL Execution Data",
          "$ref": "NativeBuildInfoUiData"
        }
      }
    },
    "WorkflowTemplate": {
      "id": "WorkflowTemplate",
      "description": "A Dataproc workflow template resource.",
      "type": "object",
      "properties": {
        "id": {
          "type": "string"
        },
        "encryptionConfig": {
          "description": "Optional. Encryption settings for encrypting workflow template job arguments.",
          "$ref": "GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig"
        },
        "dagTimeout": {
          "format": "google-duration",
          "description": "Optional. Timeout duration for the DAG of jobs, expressed in seconds (see JSON representation of duration (https://developers.google.com/protocol-buffers/docs/proto3#json)). The timeout duration must be from 10 minutes (\"600s\") to 24 hours (\"86400s\"). The timer begins when the first job is submitted. If the workflow is running at the end of the timeout period, any remaining jobs are cancelled, the workflow is ended, and if the workflow was running on a managed cluster, the cluster is deleted.",
          "type": "string"
        },
        "createTime": {
          "description": "Output only. The time template was created.",
          "type": "string",
          "readOnly": true,
          "format": "google-datetime"
        },
        "labels": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. The labels to associate with this template. These labels will be propagated to all jobs and clusters created by the workflow instance.Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt).Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt).No more than 32 labels can be associated with a template.",
          "type": "object"
        },
        "placement": {
          "description": "Required. WorkflowTemplate scheduling information.",
          "$ref": "WorkflowTemplatePlacement"
        },
        "updateTime": {
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The time template was last updated.",
          "type": "string"
        },
        "version": {
          "description": "Optional. Used to perform a consistent read-modify-write.This field should be left blank for a CreateWorkflowTemplate request. It is required for an UpdateWorkflowTemplate request, and must match the current server version. A typical update template flow would fetch the current template with a GetWorkflowTemplate request, which will return the current template with the version field filled in with the current server version. The user updates other fields in the template, then returns it as part of the UpdateWorkflowTemplate request.",
          "type": "integer",
          "format": "int32"
        },
        "parameters": {
          "description": "Optional. Template parameters whose values are substituted into the template. Values for parameters must be provided when the template is instantiated.",
          "type": "array",
          "items": {
            "$ref": "TemplateParameter"
          }
        },
        "jobs": {
          "description": "Required. The Directed Acyclic Graph of Jobs to submit.",
          "type": "array",
          "items": {
            "$ref": "OrderedJob"
          }
        },
        "name": {
          "description": "Output only. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id}",
          "type": "string",
          "readOnly": true
        }
      }
    },
    "ExecutorPeakMetricsDistributions": {
      "type": "object",
      "properties": {
        "executorMetrics": {
          "type": "array",
          "items": {
            "$ref": "ExecutorMetrics"
          }
        },
        "quantiles": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        }
      },
      "id": "ExecutorPeakMetricsDistributions"
    },
    "DriverSchedulingConfig": {
      "id": "DriverSchedulingConfig",
      "description": "Driver scheduling configuration.",
      "type": "object",
      "properties": {
        "vcores": {
          "description": "Required. The number of vCPUs the driver is requesting.",
          "type": "integer",
          "format": "int32"
        },
        "memoryMb": {
          "description": "Required. The amount of memory in MB the driver is requesting.",
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "SparkStandaloneAutoscalingConfig": {
      "description": "Basic autoscaling configurations for Spark Standalone.",
      "type": "object",
      "properties": {
        "scaleDownFactor": {
          "description": "Required. Fraction of required executors to remove from Spark Serverless clusters. A scale-down factor of 1.0 will result in scaling down so that there are no more executors for the Spark Job.(more aggressive scaling). A scale-down factor closer to 0 will result in a smaller magnitude of scaling donw (less aggressive scaling).Bounds: 0.0, 1.0.",
          "type": "number",
          "format": "double"
        },
        "scaleUpMinWorkerFraction": {
          "format": "double",
          "description": "Optional. Minimum scale-up threshold as a fraction of total cluster size before scaling occurs. For example, in a 20-worker cluster, a threshold of 0.1 means the autoscaler must recommend at least a 2-worker scale-up for the cluster to scale. A threshold of 0 means the autoscaler will scale up on any recommended change.Bounds: 0.0, 1.0. Default: 0.0.",
          "type": "number"
        },
        "removeOnlyIdleWorkers": {
          "description": "Optional. Remove only idle workers when scaling down cluster",
          "type": "boolean"
        },
        "scaleUpFactor": {
          "description": "Required. Fraction of required workers to add to Spark Standalone clusters. A scale-up factor of 1.0 will result in scaling up so that there are no more required workers for the Spark Job (more aggressive scaling). A scale-up factor closer to 0 will result in a smaller magnitude of scaling up (less aggressive scaling).Bounds: 0.0, 1.0.",
          "type": "number",
          "format": "double"
        },
        "gracefulDecommissionTimeout": {
          "format": "google-duration",
          "description": "Required. Timeout for Spark graceful decommissioning of spark workers. Specifies the duration to wait for spark worker to complete spark decommissioning tasks before forcefully removing workers. Only applicable to downscaling operations.Bounds: 0s, 1d.",
          "type": "string"
        },
        "scaleDownMinWorkerFraction": {
          "format": "double",
          "description": "Optional. Minimum scale-down threshold as a fraction of total cluster size before scaling occurs. For example, in a 20-worker cluster, a threshold of 0.1 means the autoscaler must recommend at least a 2 worker scale-down for the cluster to scale. A threshold of 0 means the autoscaler will scale down on any recommended change.Bounds: 0.0, 1.0. Default: 0.0.",
          "type": "number"
        }
      },
      "id": "SparkStandaloneAutoscalingConfig"
    },
    "ExecutorStageSummary": {
      "id": "ExecutorStageSummary",
      "description": "Executor resources consumed by a stage.",
      "type": "object",
      "properties": {
        "inputBytes": {
          "type": "string",
          "format": "int64"
        },
        "isExcludedForStage": {
          "type": "boolean"
        },
        "shuffleWriteRecords": {
          "type": "string",
          "format": "int64"
        },
        "stageId": {
          "type": "string",
          "format": "int64"
        },
        "outputBytes": {
          "format": "int64",
          "type": "string"
        },
        "killedTasks": {
          "format": "int32",
          "type": "integer"
        },
        "shuffleReadRecords": {
          "format": "int64",
          "type": "string"
        },
        "shuffleWrite": {
          "type": "string",
          "format": "int64"
        },
        "stageAttemptId": {
          "format": "int32",
          "type": "integer"
        },
        "memoryBytesSpilled": {
          "format": "int64",
          "type": "string"
        },
        "diskBytesSpilled": {
          "type": "string",
          "format": "int64"
        },
        "failedTasks": {
          "format": "int32",
          "type": "integer"
        },
        "shuffleRead": {
          "format": "int64",
          "type": "string"
        },
        "succeededTasks": {
          "type": "integer",
          "format": "int32"
        },
        "executorId": {
          "type": "string"
        },
        "peakMemoryMetrics": {
          "$ref": "ExecutorMetrics"
        },
        "taskTimeMillis": {
          "type": "string",
          "format": "int64"
        },
        "inputRecords": {
          "format": "int64",
          "type": "string"
        },
        "outputRecords": {
          "format": "int64",
          "type": "string"
        }
      }
    },
    "BatchOperationMetadata": {
      "description": "Metadata describing the Batch operation.",
      "type": "object",
      "properties": {
        "batch": {
          "description": "Name of the batch for the operation.",
          "type": "string"
        },
        "batchUuid": {
          "description": "Batch UUID for the operation.",
          "type": "string"
        },
        "operationType": {
          "enum": [
            "BATCH_OPERATION_TYPE_UNSPECIFIED",
            "BATCH"
          ],
          "enumDescriptions": [
            "Batch operation type is unknown.",
            "Batch operation type."
          ],
          "description": "The operation type.",
          "type": "string"
        },
        "description": {
          "description": "Short description of the operation.",
          "type": "string"
        },
        "warnings": {
          "description": "Warnings encountered during operation execution.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "createTime": {
          "description": "The time when the operation was created.",
          "type": "string",
          "format": "google-datetime"
        },
        "labels": {
          "description": "Labels associated with the operation.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "doneTime": {
          "description": "The time when the operation finished.",
          "type": "string",
          "format": "google-datetime"
        }
      },
      "id": "BatchOperationMetadata"
    },
    "StateHistory": {
      "description": "Historical state information.",
      "type": "object",
      "properties": {
        "stateMessage": {
          "readOnly": true,
          "description": "Output only. Details about the state at this point in history.",
          "type": "string"
        },
        "state": {
          "description": "Output only. The state of the batch at this point in history.",
          "type": "string",
          "enumDescriptions": [
            "The batch state is unknown.",
            "The batch is created before running.",
            "The batch is running.",
            "The batch is cancelling.",
            "The batch cancellation was successful.",
            "The batch completed successfully.",
            "The batch is no longer running due to an error."
          ],
          "readOnly": true,
          "enum": [
            "STATE_UNSPECIFIED",
            "PENDING",
            "RUNNING",
            "CANCELLING",
            "CANCELLED",
            "SUCCEEDED",
            "FAILED"
          ]
        },
        "stateStartTime": {
          "description": "Output only. The time when the batch entered the historical state.",
          "type": "string",
          "readOnly": true,
          "format": "google-datetime"
        }
      },
      "id": "StateHistory"
    },
    "StartupConfig": {
      "id": "StartupConfig",
      "description": "Configuration to handle the startup of instances during cluster create and update process.",
      "type": "object",
      "properties": {
        "requiredRegistrationFraction": {
          "description": "Optional. The config setting to enable cluster creation/ updation to be successful only after required_registration_fraction of instances are up and running. This configuration is applicable to only secondary workers for now. The cluster will fail if required_registration_fraction of instances are not available. This will include instance creation, agent registration, and service registration (if enabled).",
          "type": "number",
          "format": "double"
        }
      }
    },
    "AccessSparkApplicationNativeSqlQueryResponse": {
      "description": "Details of a query for a Spark Application",
      "type": "object",
      "properties": {
        "executionData": {
          "description": "Native SQL Execution Data",
          "$ref": "NativeSqlExecutionUiData"
        }
      },
      "id": "AccessSparkApplicationNativeSqlQueryResponse"
    },
    "GkeClusterConfig": {
      "description": "The cluster's GKE config.",
      "type": "object",
      "properties": {
        "namespacedGkeDeploymentTarget": {
          "description": "Optional. Deprecated. Use gkeClusterTarget. Used only for the deprecated beta. A target for the deployment.",
          "$ref": "NamespacedGkeDeploymentTarget",
          "deprecated": true
        },
        "nodePoolTarget": {
          "description": "Optional. GKE node pools where workloads will be scheduled. At least one node pool must be assigned the DEFAULT GkeNodePoolTarget.Role. If a GkeNodePoolTarget is not specified, Dataproc constructs a DEFAULT GkeNodePoolTarget. Each role can be given to only one GkeNodePoolTarget. All node pools must have the same location settings.",
          "type": "array",
          "items": {
            "$ref": "GkeNodePoolTarget"
          }
        },
        "gkeClusterTarget": {
          "description": "Optional. A target GKE cluster to deploy to. It must be in the same project and region as the Dataproc cluster (the GKE cluster can be zonal or regional). Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'",
          "type": "string"
        }
      },
      "id": "GkeClusterConfig"
    },
    "TaskData": {
      "description": "Data corresponding to tasks created by spark.",
      "type": "object",
      "properties": {
        "speculative": {
          "type": "boolean"
        },
        "gettingResultTimeMillis": {
          "format": "int64",
          "type": "string"
        },
        "status": {
          "type": "string"
        },
        "index": {
          "type": "integer",
          "format": "int32"
        },
        "schedulerDelayMillis": {
          "type": "string",
          "format": "int64"
        },
        "hasMetrics": {
          "type": "boolean"
        },
        "taskId": {
          "type": "string",
          "format": "int64"
        },
        "taskLocality": {
          "type": "string"
        },
        "stageId": {
          "format": "int64",
          "type": "string"
        },
        "host": {
          "type": "string"
        },
        "errorMessage": {
          "type": "string"
        },
        "launchTime": {
          "type": "string",
          "format": "google-datetime"
        },
        "taskMetrics": {
          "$ref": "TaskMetrics"
        },
        "executorLogs": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "accumulatorUpdates": {
          "type": "array",
          "items": {
            "$ref": "AccumulableInfo"
          }
        },
        "durationMillis": {
          "type": "string",
          "format": "int64"
        },
        "executorId": {
          "type": "string"
        },
        "partitionId": {
          "format": "int32",
          "type": "integer"
        },
        "resultFetchStart": {
          "type": "string",
          "format": "google-datetime"
        },
        "stageAttemptId": {
          "format": "int32",
          "type": "integer"
        },
        "attempt": {
          "format": "int32",
          "type": "integer"
        }
      },
      "id": "TaskData"
    },
    "UsageMetrics": {
      "id": "UsageMetrics",
      "description": "Usage metrics represent approximate total resources consumed by a workload.",
      "type": "object",
      "properties": {
        "milliAcceleratorSeconds": {
          "description": "Optional. Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)). Deprecated: This field is only used in runtime versions below 3.0.",
          "type": "string",
          "format": "int64"
        },
        "acceleratorType": {
          "description": "Optional. Accelerator type being used, if any Deprecated: This field is only used in runtime versions below 3.0.",
          "type": "string"
        },
        "milliAcceleratorSecondsA10080": {
          "format": "int64",
          "description": "Optional. A100-80 accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).",
          "type": "string"
        },
        "updateTime": {
          "description": "Optional. The timestamp of the usage metrics.",
          "type": "string",
          "format": "google-datetime"
        },
        "shuffleStorageGbSeconds": {
          "format": "int64",
          "description": "Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).",
          "type": "string"
        },
        "milliAcceleratorSecondsA10040": {
          "description": "Optional. A100-40 accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).",
          "type": "string",
          "format": "int64"
        },
        "milliDcuSeconds": {
          "format": "int64",
          "description": "Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).",
          "type": "string"
        },
        "milliAcceleratorSecondsL4": {
          "description": "Optional. L4 accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).",
          "type": "string",
          "format": "int64"
        }
      }
    },
    "GkeNodePoolConfig": {
      "description": "The configuration of a GKE node pool used by a Dataproc-on-GKE cluster (https://cloud.google.com/dataproc/docs/concepts/jobs/dataproc-gke#create-a-dataproc-on-gke-cluster).",
      "type": "object",
      "properties": {
        "autoscaling": {
          "description": "Optional. The autoscaler configuration for this node pool. The autoscaler is enabled only when a valid configuration is present.",
          "$ref": "GkeNodePoolAutoscalingConfig"
        },
        "locations": {
          "description": "Optional. The list of Compute Engine zones (https://cloud.google.com/compute/docs/zones#available) where node pool nodes associated with a Dataproc on GKE virtual cluster will be located.Note: All node pools associated with a virtual cluster must be located in the same region as the virtual cluster, and they must be located in the same zone within that region.If a location is not specified during node pool creation, Dataproc on GKE will choose the zone.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "config": {
          "description": "Optional. The node pool configuration.",
          "$ref": "GkeNodeConfig"
        }
      },
      "id": "GkeNodePoolConfig"
    },
    "AppSummary": {
      "type": "object",
      "properties": {
        "numCompletedStages": {
          "format": "int32",
          "type": "integer"
        },
        "numCompletedJobs": {
          "format": "int32",
          "type": "integer"
        }
      },
      "id": "AppSummary"
    },
    "ClusterSelector": {
      "description": "A selector that chooses target cluster for jobs based on metadata.",
      "type": "object",
      "properties": {
        "zone": {
          "description": "Optional. The zone where workflow process executes. This parameter does not affect the selection of the cluster.If unspecified, the zone of the first cluster matching the selector is used.",
          "type": "string"
        },
        "clusterLabels": {
          "description": "Required. The cluster labels. Cluster must have all labels to match.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "id": "ClusterSelector"
    },
    "RepairClusterRequest": {
      "id": "RepairClusterRequest",
      "description": "A request to repair a cluster.",
      "type": "object",
      "properties": {
        "parentOperationId": {
          "description": "Optional. operation id of the parent operation sending the repair request",
          "type": "string"
        },
        "requestId": {
          "description": "Optional. A unique ID used to identify the request. If the server receives two RepairClusterRequests with the same ID, the second request is ignored, and the first google.longrunning.Operation created and stored in the backend is returned.Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.",
          "type": "string"
        },
        "cluster": {
          "description": "Optional. Cluster to be repaired",
          "$ref": "ClusterToRepair"
        },
        "nodePools": {
          "items": {
            "$ref": "NodePool"
          },
          "description": "Optional. Node pools and corresponding repair action to be taken. All node pools should be unique in this request. i.e. Multiple entries for the same node pool id are not allowed.",
          "type": "array"
        },
        "clusterUuid": {
          "description": "Optional. Specifying the cluster_uuid means the RPC will fail (with error NOT_FOUND) if a cluster with the specified UUID does not exist.",
          "type": "string"
        },
        "gracefulDecommissionTimeout": {
          "format": "google-duration",
          "description": "Optional. Timeout for graceful YARN decommissioning. Graceful decommissioning facilitates the removal of cluster nodes without interrupting jobs in progress. The timeout specifies the amount of time to wait for jobs finish before forcefully removing nodes. The default timeout is 0 for forceful decommissioning, and the maximum timeout period is 1 day. (see JSON Mapping—Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).graceful_decommission_timeout is supported in image versions 1.2+.",
          "type": "string"
        },
        "dataprocSuperUser": {
          "description": "Optional. Whether the request is submitted by a super user. If true, IAM will check 'dataproc.clusters.repair' permission instead of 'dataproc.clusters.update' permission. This is to give Dataproc superuser the ability to repair clusters without granting the overly broad update permission.",
          "type": "boolean"
        }
      }
    },
    "AccumulableInfo": {
      "type": "object",
      "properties": {
        "accumullableInfoId": {
          "type": "string",
          "format": "int64"
        },
        "update": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "id": "AccumulableInfo"
    },
    "WorkflowGraph": {
      "description": "The workflow graph.",
      "type": "object",
      "properties": {
        "nodes": {
          "description": "Output only. The workflow nodes.",
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "WorkflowNode"
          }
        }
      },
      "id": "WorkflowGraph"
    },
    "RepositoryConfig": {
      "description": "Configuration for dependency repositories",
      "type": "object",
      "properties": {
        "pypiRepositoryConfig": {
          "description": "Optional. Configuration for PyPi repository.",
          "$ref": "PyPiRepositoryConfig"
        }
      },
      "id": "RepositoryConfig"
    },
    "TrinoJob": {
      "id": "TrinoJob",
      "description": "A Dataproc job for running Trino (https://trino.io/) queries. IMPORTANT: The Dataproc Trino Optional Component (https://cloud.google.com/dataproc/docs/concepts/components/trino) must be enabled when the cluster is created to submit a Trino job to the cluster.",
      "type": "object",
      "properties": {
        "continueOnFailure": {
          "description": "Optional. Whether to continue executing queries if a query fails. The default value is false. Setting to true can be useful when executing independent parallel queries.",
          "type": "boolean"
        },
        "properties": {
          "description": "Optional. A mapping of property names to values. Used to set Trino session properties (https://trino.io/docs/current/sql/set-session.html) Equivalent to using the --session flag in the Trino CLI",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "queryFileUri": {
          "description": "The HCFS URI of the script that contains SQL queries.",
          "type": "string"
        },
        "queryList": {
          "description": "A list of queries.",
          "$ref": "QueryList"
        },
        "loggingConfig": {
          "description": "Optional. The runtime log config for job execution.",
          "$ref": "LoggingConfig"
        },
        "outputFormat": {
          "description": "Optional. The format in which query output will be displayed. See the Trino documentation for supported output formats",
          "type": "string"
        },
        "clientTags": {
          "description": "Optional. Trino client tags to attach to this query",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "AttachedDiskConfig": {
      "id": "AttachedDiskConfig",
      "description": "Specifies the config of attached disk options for single VM instance.",
      "type": "object",
      "properties": {
        "provisionedThroughput": {
          "description": "Optional. Indicates how much throughput to provision for the attached disk. This sets the number of throughput mb per second that the disk can handle. See https://cloud.google.com/compute/docs/disks/hyperdisks#hyperdisk-features",
          "type": "string",
          "format": "int64"
        },
        "diskType": {
          "enumDescriptions": [
            "Required unspecified disk type.",
            "Hyperdisk Balanced disk type.",
            "Hyperdisk Extreme disk type.",
            "Hyperdisk ML disk type.",
            "Hyperdisk Throughput disk type."
          ],
          "enum": [
            "DISK_TYPE_UNSPECIFIED",
            "HYPERDISK_BALANCED",
            "HYPERDISK_EXTREME",
            "HYPERDISK_ML",
            "HYPERDISK_THROUGHPUT"
          ],
          "description": "Optional. Disk type.",
          "type": "string"
        },
        "diskSizeGb": {
          "format": "int32",
          "description": "Optional. Disk size in GB.",
          "type": "integer"
        },
        "provisionedIops": {
          "description": "Optional. Indicates how many IOPS to provision for the attached disk. This sets the number of I/O operations per second that the disk can handle. See https://cloud.google.com/compute/docs/disks/hyperdisks#hyperdisk-features",
          "type": "string",
          "format": "int64"
        }
      }
    },
    "SearchSparkApplicationStageAttemptTasksResponse": {
      "id": "SearchSparkApplicationStageAttemptTasksResponse",
      "description": "List of tasks for a stage of a Spark Application",
      "type": "object",
      "properties": {
        "sparkApplicationStageAttemptTasks": {
          "description": "Output only. Data corresponding to tasks created by spark.",
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "TaskData"
          }
        },
        "nextPageToken": {
          "description": "This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListSparkApplicationStageAttemptTasksRequest.",
          "type": "string"
        }
      }
    },
    "InstanceGroupConfig": {
      "id": "InstanceGroupConfig",
      "description": "The config settings for Compute Engine resources in an instance group, such as a master or worker group.",
      "type": "object",
      "properties": {
        "imageUri": {
          "description": "Optional. The Compute Engine image resource used for cluster instances.The URI can represent an image or image family.Image examples: https://www.googleapis.com/compute/v1/projects/[project_id]/global/images/[image-id] projects/[project_id]/global/images/[image-id] image-idImage family examples. The service will use the most recent image from the family: https://www.googleapis.com/compute/v1/projects/[project_id]/global/images/family/[custom-image-family-name] projects/[project_id]/global/images/family/[custom-image-family-name]If the URI is unspecified, it will be inferred from SoftwareConfig.image_version or the system default.",
          "type": "string"
        },
        "accelerators": {
          "items": {
            "$ref": "AcceleratorConfig"
          },
          "description": "Optional. The Compute Engine accelerator configuration for these instances.",
          "type": "array"
        },
        "preemptibility": {
          "enum": [
            "PREEMPTIBILITY_UNSPECIFIED",
            "NON_PREEMPTIBLE",
            "PREEMPTIBLE",
            "SPOT"
          ],
          "enumDescriptions": [
            "Preemptibility is unspecified, the system will choose the appropriate setting for each instance group.",
            "Instances are non-preemptible.This option is allowed for all instance groups and is the only valid value for Master and Worker instance groups.",
            "Instances are preemptible (https://cloud.google.com/compute/docs/instances/preemptible).This option is allowed only for secondary worker (https://cloud.google.com/dataproc/docs/concepts/compute/secondary-vms) groups.",
            "Instances are Spot VMs (https://cloud.google.com/compute/docs/instances/spot).This option is allowed only for secondary worker (https://cloud.google.com/dataproc/docs/concepts/compute/secondary-vms) groups. Spot VMs are the latest version of preemptible VMs (https://cloud.google.com/compute/docs/instances/preemptible), and provide additional features."
          ],
          "description": "Optional. Specifies the preemptibility of the instance group.The default value for master and worker groups is NON_PREEMPTIBLE. This default cannot be changed.The default value for secondary instances is PREEMPTIBLE.",
          "type": "string"
        },
        "machineTypeUri": {
          "description": "Optional. The Compute Engine machine type used for cluster instances.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 n1-standard-2Auto Zone Exception: If you are using Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement), you must use the short name of the machine type resource, for example, n1-standard-2.",
          "type": "string"
        },
        "managedGroupConfig": {
          "description": "Output only. The config for Compute Engine Instance Group Manager that manages this group. This is only used for preemptible instance groups.",
          "$ref": "ManagedGroupConfig",
          "readOnly": true
        },
        "numInstances": {
          "description": "Optional. The number of VM instances in the instance group. For HA cluster master_config groups, must be set to 3. For standard cluster master_config groups, must be set to 1.",
          "type": "integer",
          "format": "int32"
        },
        "instanceNames": {
          "items": {
            "type": "string"
          },
          "description": "Output only. The list of instance names, derived from cluster_name, num_instances, and the instance group.",
          "type": "array",
          "readOnly": true
        },
        "instanceReferences": {
          "description": "Output only. List of references to Compute Engine instances.",
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "InstanceReference"
          }
        },
        "diskConfig": {
          "description": "Optional. Disk option config settings.",
          "$ref": "DiskConfig"
        },
        "isPreemptible": {
          "description": "Output only. Specifies that this instance group contains preemptible instances.",
          "type": "boolean",
          "readOnly": true
        },
        "minNumInstances": {
          "format": "int32",
          "description": "Optional. The minimum number of primary worker instances to create. If min_num_instances is set, cluster creation will succeed if the number of primary workers created is at least equal to the min_num_instances number.Example: Cluster creation request with num_instances = 5 and min_num_instances = 3: If 4 VMs are created and 1 instance fails, the failed VM is deleted. The cluster is resized to 4 instances and placed in a RUNNING state. If 2 instances are created and 3 instances fail, the cluster in placed in an ERROR state. The failed VMs are not deleted.",
          "type": "integer"
        },
        "instanceFlexibilityPolicy": {
          "description": "Optional. Instance flexibility Policy allowing a mixture of VM shapes and provisioning models.",
          "$ref": "InstanceFlexibilityPolicy"
        },
        "minCpuPlatform": {
          "description": "Optional. Specifies the minimum cpu platform for the Instance Group. See Minimum CPU Platform (https://cloud.google.com/dataproc/docs/concepts/compute/dataproc-min-cpu).",
          "type": "string"
        },
        "startupConfig": {
          "description": "Optional. Configuration to handle the startup of instances during cluster create and update process.",
          "$ref": "StartupConfig"
        }
      }
    },
    "SearchSessionSparkApplicationStageAttemptTasksResponse": {
      "description": "List of tasks for a stage of a Spark Application",
      "type": "object",
      "properties": {
        "sparkApplicationStageAttemptTasks": {
          "readOnly": true,
          "description": "Output only. Data corresponding to tasks created by spark.",
          "type": "array",
          "items": {
            "$ref": "TaskData"
          }
        },
        "nextPageToken": {
          "description": "This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent SearchSessionSparkApplicationStageAttemptTasksRequest.",
          "type": "string"
        }
      },
      "id": "SearchSessionSparkApplicationStageAttemptTasksResponse"
    },
    "EncryptionConfig": {
      "description": "Encryption settings for the cluster.",
      "type": "object",
      "properties": {
        "gcePdKmsKeyName": {
          "description": "Optional. The Cloud KMS key resource name to use for persistent disk encryption for all instances in the cluster. See Use CMEK with cluster data (https://cloud.google.com//dataproc/docs/concepts/configuring-clusters/customer-managed-encryption#use_cmek_with_cluster_data) for more information.",
          "type": "string"
        },
        "kmsKey": {
          "description": "Optional. The Cloud KMS key resource name to use for cluster persistent disk and job argument encryption. See Use CMEK with cluster data (https://cloud.google.com//dataproc/docs/concepts/configuring-clusters/customer-managed-encryption#use_cmek_with_cluster_data) for more information.When this key resource name is provided, the following job arguments of the following job types submitted to the cluster are encrypted using CMEK: FlinkJob args (https://cloud.google.com/dataproc/docs/reference/rest/v1/FlinkJob) HadoopJob args (https://cloud.google.com/dataproc/docs/reference/rest/v1/HadoopJob) SparkJob args (https://cloud.google.com/dataproc/docs/reference/rest/v1/SparkJob) SparkRJob args (https://cloud.google.com/dataproc/docs/reference/rest/v1/SparkRJob) PySparkJob args (https://cloud.google.com/dataproc/docs/reference/rest/v1/PySparkJob) SparkSqlJob (https://cloud.google.com/dataproc/docs/reference/rest/v1/SparkSqlJob) scriptVariables and queryList.queries HiveJob (https://cloud.google.com/dataproc/docs/reference/rest/v1/HiveJob) scriptVariables and queryList.queries PigJob (https://cloud.google.com/dataproc/docs/reference/rest/v1/PigJob) scriptVariables and queryList.queries PrestoJob (https://cloud.google.com/dataproc/docs/reference/rest/v1/PrestoJob) scriptVariables and queryList.queries",
          "type": "string"
        }
      },
      "id": "EncryptionConfig"
    },
    "AutoscalingConfig": {
      "id": "AutoscalingConfig",
      "description": "Autoscaling Policy config associated with the cluster.",
      "type": "object",
      "properties": {
        "policyUri": {
          "description": "Optional. The autoscaling policy used by the cluster.Only resource names including projectid and location (region) are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id] projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]Note that the policy must be in the same project and region.",
          "type": "string"
        }
      }
    },
    "ExecutorResourceRequest": {
      "description": "Resources used per executor used by the application.",
      "type": "object",
      "properties": {
        "discoveryScript": {
          "type": "string"
        },
        "amount": {
          "type": "string",
          "format": "int64"
        },
        "vendor": {
          "type": "string"
        },
        "resourceName": {
          "type": "string"
        }
      },
      "id": "ExecutorResourceRequest"
    },
    "WorkflowTemplatePlacement": {
      "description": "Specifies workflow execution target.Either managed_cluster or cluster_selector is required.",
      "type": "object",
      "properties": {
        "managedCluster": {
          "description": "A cluster that is managed by the workflow.",
          "$ref": "ManagedCluster"
        },
        "clusterSelector": {
          "description": "Optional. A selector that chooses target cluster for jobs based on metadata.The selector is evaluated at the time each job is submitted.",
          "$ref": "ClusterSelector"
        }
      },
      "id": "WorkflowTemplatePlacement"
    },
    "GkeNodePoolTarget": {
      "id": "GkeNodePoolTarget",
      "description": "GKE node pools that Dataproc workloads run on.",
      "type": "object",
      "properties": {
        "roles": {
          "items": {
            "type": "string",
            "enum": [
              "ROLE_UNSPECIFIED",
              "DEFAULT",
              "CONTROLLER",
              "SPARK_DRIVER",
              "SPARK_EXECUTOR"
            ],
            "enumDescriptions": [
              "Role is unspecified.",
              "At least one node pool must have the DEFAULT role. Work assigned to a role that is not associated with a node pool is assigned to the node pool with the DEFAULT role. For example, work assigned to the CONTROLLER role will be assigned to the node pool with the DEFAULT role if no node pool has the CONTROLLER role.",
              "Run work associated with the Dataproc control plane (for example, controllers and webhooks). Very low resource requirements.",
              "Run work associated with a Spark driver of a job.",
              "Run work associated with a Spark executor of a job."
            ]
          },
          "description": "Required. The roles associated with the GKE node pool.",
          "type": "array"
        },
        "nodePool": {
          "description": "Required. The target GKE node pool. Format: 'projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{node_pool}'",
          "type": "string"
        },
        "nodePoolConfig": {
          "description": "Input only. The configuration for the GKE node pool.If specified, Dataproc attempts to create a node pool with the specified shape. If one with the same name already exists, it is verified against all specified fields. If a field differs, the virtual cluster creation will fail.If omitted, any node pool with the specified name is used. If a node pool with the specified name does not exist, Dataproc create a node pool with default values.This is an input only field. It will not be returned by the API.",
          "$ref": "GkeNodePoolConfig"
        }
      }
    },
    "DiagnoseClusterRequest": {
      "description": "A request to collect cluster diagnostic information.",
      "type": "object",
      "properties": {
        "jobs": {
          "description": "Optional. Specifies a list of jobs on which diagnosis is to be performed. Format: projects/{project}/regions/{region}/jobs/{job}",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "diagnosisInterval": {
          "description": "Optional. Time interval in which diagnosis should be carried out on the cluster.",
          "$ref": "Interval"
        },
        "yarnApplicationIds": {
          "items": {
            "type": "string"
          },
          "description": "Optional. Specifies a list of yarn applications on which diagnosis is to be performed.",
          "type": "array"
        },
        "tarballAccess": {
          "enum": [
            "TARBALL_ACCESS_UNSPECIFIED",
            "GOOGLE_CLOUD_SUPPORT",
            "GOOGLE_DATAPROC_DIAGNOSE"
          ],
          "enumDescriptions": [
            "Tarball Access unspecified. Falls back to default access of the bucket",
            "Google Cloud Support group has read access to the diagnostic tarball",
            "The diagnose service account has read access to the diagnostic tarball"
          ],
          "description": "Optional. (Optional) The access type to the diagnostic tarball. If not specified, falls back to default access of the bucket",
          "type": "string"
        },
        "yarnApplicationId": {
          "deprecated": true,
          "description": "Optional. DEPRECATED Specifies the yarn application on which diagnosis is to be performed.",
          "type": "string"
        },
        "tarballGcsDir": {
          "description": "Optional. (Optional) The output Cloud Storage directory for the diagnostic tarball. If not specified, a task-specific directory in the cluster's staging bucket will be used.",
          "type": "string"
        },
        "job": {
          "deprecated": true,
          "description": "Optional. DEPRECATED Specifies the job on which diagnosis is to be performed. Format: projects/{project}/regions/{region}/jobs/{job}",
          "type": "string"
        }
      },
      "id": "DiagnoseClusterRequest"
    },
    "LifecycleConfig": {
      "description": "Specifies the cluster auto-delete schedule configuration.",
      "type": "object",
      "properties": {
        "idleStopTtl": {
          "description": "Optional. The duration to keep the cluster started while idling (when no jobs are running). Passing this threshold will cause the cluster to be stopped. Minimum value is 5 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).",
          "type": "string",
          "format": "google-duration"
        },
        "autoStopTime": {
          "format": "google-datetime",
          "description": "Optional. The time when cluster will be auto-stopped (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).",
          "type": "string"
        },
        "idleDeleteTtl": {
          "description": "Optional. The duration to keep the cluster alive while idling (when no jobs are running). Passing this threshold will cause the cluster to be deleted. Minimum value is 5 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).",
          "type": "string",
          "format": "google-duration"
        },
        "autoStopTtl": {
          "format": "google-duration",
          "description": "Optional. The lifetime duration of the cluster. The cluster will be auto-stopped at the end of this period, calculated from the time of submission of the create or update cluster request. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).",
          "type": "string"
        },
        "autoDeleteTime": {
          "description": "Optional. The time when cluster will be auto-deleted (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).",
          "type": "string",
          "format": "google-datetime"
        },
        "autoDeleteTtl": {
          "format": "google-duration",
          "description": "Optional. The lifetime duration of cluster. The cluster will be auto-deleted at the end of this period. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).",
          "type": "string"
        },
        "idleStartTime": {
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The time when cluster became idle (most recent job finished) and became eligible for deletion due to idleness (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).",
          "type": "string"
        }
      },
      "id": "LifecycleConfig"
    },
    "CancelJobRequest": {
      "description": "A request to cancel a job.",
      "type": "object",
      "properties": {},
      "id": "CancelJobRequest"
    },
    "ShuffleWriteMetrics": {
      "id": "ShuffleWriteMetrics",
      "description": "Shuffle data written by task.",
      "type": "object",
      "properties": {
        "bytesWritten": {
          "type": "string",
          "format": "int64"
        },
        "writeTimeNanos": {
          "format": "int64",
          "type": "string"
        },
        "recordsWritten": {
          "format": "int64",
          "type": "string"
        }
      }
    },
    "ShuffleReadQuantileMetrics": {
      "type": "object",
      "properties": {
        "readRecords": {
          "$ref": "Quantiles"
        },
        "totalBlocksFetched": {
          "$ref": "Quantiles"
        },
        "remoteBytesReadToDisk": {
          "$ref": "Quantiles"
        },
        "readBytes": {
          "$ref": "Quantiles"
        },
        "remoteBytesRead": {
          "$ref": "Quantiles"
        },
        "remoteReqsDuration": {
          "$ref": "Quantiles"
        },
        "remoteBlocksFetched": {
          "$ref": "Quantiles"
        },
        "localBlocksFetched": {
          "$ref": "Quantiles"
        },
        "fetchWaitTimeMillis": {
          "$ref": "Quantiles"
        },
        "shufflePushReadMetrics": {
          "$ref": "ShufflePushReadQuantileMetrics"
        }
      },
      "id": "ShuffleReadQuantileMetrics"
    },
    "ResourceProfileInfo": {
      "description": "Resource profile that contains information about all the resources required by executors and tasks.",
      "type": "object",
      "properties": {
        "taskResources": {
          "type": "object",
          "additionalProperties": {
            "$ref": "TaskResourceRequest"
          }
        },
        "resourceProfileId": {
          "format": "int32",
          "type": "integer"
        },
        "executorResources": {
          "additionalProperties": {
            "$ref": "ExecutorResourceRequest"
          },
          "type": "object"
        }
      },
      "id": "ResourceProfileInfo"
    },
    "NodeGroup": {
      "description": "Node Group. The NodeGroup resource is not related to the NodeGroupAffinity resource.",
      "type": "object",
      "properties": {
        "labels": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. Node group labels. Label keys must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values can be empty. If specified, they must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). The node group must have no more than 32 labels.",
          "type": "object"
        },
        "name": {
          "description": "The Node group resource name (https://aip.dev/122).",
          "type": "string"
        },
        "roles": {
          "description": "Required. Node group roles.",
          "type": "array",
          "items": {
            "type": "string",
            "enum": [
              "ROLE_UNSPECIFIED",
              "DRIVER"
            ],
            "enumDescriptions": [
              "Required unspecified role.",
              "Job drivers run on the node pool."
            ]
          }
        },
        "nodeGroupConfig": {
          "description": "Optional. The node group instance group configuration.",
          "$ref": "InstanceGroupConfig"
        }
      },
      "id": "NodeGroup"
    },
    "NodePool": {
      "id": "NodePool",
      "description": "indicating a list of workers of same type",
      "type": "object",
      "properties": {
        "id": {
          "description": "Required. A unique id of the node pool. Primary and Secondary workers can be specified using special reserved ids PRIMARY_WORKER_POOL and SECONDARY_WORKER_POOL respectively. Aux node pools can be referenced using corresponding pool id.",
          "type": "string"
        },
        "repairAction": {
          "enumDescriptions": [
            "No action will be taken by default.",
            "delete the specified list of nodes."
          ],
          "enum": [
            "REPAIR_ACTION_UNSPECIFIED",
            "DELETE"
          ],
          "description": "Required. Repair action to take on specified resources of the node pool.",
          "type": "string"
        },
        "instanceNames": {
          "items": {
            "type": "string"
          },
          "description": "Name of instances to be repaired. These instances must belong to specified node pool.",
          "type": "array"
        }
      }
    },
    "ClusterStatus": {
      "description": "The status of a cluster and its instances.",
      "type": "object",
      "properties": {
        "state": {
          "enum": [
            "UNKNOWN",
            "CREATING",
            "RUNNING",
            "ERROR",
            "ERROR_DUE_TO_UPDATE",
            "DELETING",
            "UPDATING",
            "STOPPING",
            "STOPPED",
            "STARTING",
            "REPAIRING",
            "SCHEDULED"
          ],
          "readOnly": true,
          "enumDescriptions": [
            "The cluster state is unknown.",
            "The cluster is being created and set up. It is not ready for use.",
            "The cluster is currently running and healthy. It is ready for use.Note: The cluster state changes from \"creating\" to \"running\" status after the master node(s), first two primary worker nodes (and the last primary worker node if primary workers \u003e 2) are running.",
            "The cluster encountered an error. It is not ready for use.",
            "The cluster has encountered an error while being updated. Jobs can be submitted to the cluster, but the cluster cannot be updated.",
            "The cluster is being deleted. It cannot be used.",
            "The cluster is being updated. It continues to accept and process jobs.",
            "The cluster is being stopped. It cannot be used.",
            "The cluster is currently stopped. It is not ready for use.",
            "The cluster is being started. It is not ready for use.",
            "The cluster is being repaired. It is not ready for use.",
            "Cluster creation is currently waiting for resources to be available. Once all resources are available, it will transition to CREATING and then RUNNING."
          ],
          "description": "Output only. The cluster's state.",
          "type": "string"
        },
        "detail": {
          "description": "Optional. Details of cluster's state.",
          "type": "string"
        },
        "stateStartTime": {
          "description": "Output only. Time when this state was entered (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).",
          "type": "string",
          "readOnly": true,
          "format": "google-datetime"
        },
        "substate": {
          "enum": [
            "UNSPECIFIED",
            "UNHEALTHY",
            "STALE_STATUS"
          ],
          "readOnly": true,
          "enumDescriptions": [
            "The cluster substate is unknown.",
            "The cluster is known to be in an unhealthy state (for example, critical daemons are not running or HDFS capacity is exhausted).Applies to RUNNING state.",
            "The agent-reported status is out of date (may occur if the service loses communication with the Agent).Applies to RUNNING state."
          ],
          "description": "Output only. Additional state information that includes status reported by the agent.",
          "type": "string"
        }
      },
      "id": "ClusterStatus"
    },
    "RddDataDistribution": {
      "id": "RddDataDistribution",
      "description": "Details about RDD usage.",
      "type": "object",
      "properties": {
        "offHeapMemoryRemaining": {
          "type": "string",
          "format": "int64"
        },
        "onHeapMemoryUsed": {
          "format": "int64",
          "type": "string"
        },
        "diskUsed": {
          "type": "string",
          "format": "int64"
        },
        "memoryUsed": {
          "format": "int64",
          "type": "string"
        },
        "offHeapMemoryUsed": {
          "type": "string",
          "format": "int64"
        },
        "address": {
          "type": "string"
        },
        "memoryRemaining": {
          "type": "string",
          "format": "int64"
        },
        "onHeapMemoryRemaining": {
          "format": "int64",
          "type": "string"
        }
      }
    },
    "WriteSessionSparkApplicationContextResponse": {
      "id": "WriteSessionSparkApplicationContextResponse",
      "description": "Response returned as an acknowledgement of receipt of data.",
      "type": "object",
      "properties": {}
    },
    "Cluster": {
      "id": "Cluster",
      "description": "Describes the identifying information, config, and status of a cluster",
      "type": "object",
      "properties": {
        "status": {
          "description": "Output only. Cluster status.",
          "$ref": "ClusterStatus",
          "readOnly": true
        },
        "virtualClusterConfig": {
          "description": "Optional. The virtual cluster config is used when creating a cluster that does not directly control the underlying compute resources, for example, when creating a GKE cluster (https://cloud.google.com/dataproc/docs/guides/dpgke/dataproc-gke-overview). the service may set default values, and values may change when clusters are updated. Exactly one of config or virtual_cluster_config must be specified.",
          "$ref": "VirtualClusterConfig"
        },
        "statusHistory": {
          "items": {
            "$ref": "ClusterStatus"
          },
          "readOnly": true,
          "description": "Output only. The previous cluster status.",
          "type": "array"
        },
        "clusterUuid": {
          "readOnly": true,
          "description": "Output only. A cluster UUID (Unique Universal Identifier). The service generates this value when it creates the cluster.",
          "type": "string"
        },
        "projectId": {
          "description": "Required. The Google Cloud Platform project ID that the cluster belongs to.",
          "type": "string"
        },
        "metrics": {
          "readOnly": true,
          "description": "Output only. Contains cluster daemon metrics such as HDFS and YARN stats.Beta Feature: This report is available for testing purposes only. It may be changed before final release.",
          "$ref": "ClusterMetrics"
        },
        "clusterName": {
          "description": "Required. The cluster name, which must be unique within a project. The name must start with a lowercase letter, and can contain up to 51 lowercase letters, numbers, and hyphens. It cannot end with a hyphen. The name of a deleted cluster can be reused.",
          "type": "string"
        },
        "labels": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. The labels to associate with this cluster. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a cluster.",
          "type": "object"
        },
        "config": {
          "description": "Optional. The cluster config for a cluster of Compute Engine Instances. Note that the service may set default values, and values may change when clusters are updated.Exactly one of ClusterConfig or VirtualClusterConfig must be specified.",
          "$ref": "ClusterConfig"
        }
      }
    },
    "StageMetrics": {
      "id": "StageMetrics",
      "description": "Stage Level Aggregated Metrics",
      "type": "object",
      "properties": {
        "peakExecutionMemoryBytes": {
          "type": "string",
          "format": "int64"
        },
        "jvmGcTimeMillis": {
          "type": "string",
          "format": "int64"
        },
        "executorDeserializeTimeMillis": {
          "format": "int64",
          "type": "string"
        },
        "resultSize": {
          "format": "int64",
          "type": "string"
        },
        "stageOutputMetrics": {
          "$ref": "StageOutputMetrics"
        },
        "stageShuffleWriteMetrics": {
          "$ref": "StageShuffleWriteMetrics"
        },
        "executorCpuTimeNanos": {
          "format": "int64",
          "type": "string"
        },
        "executorDeserializeCpuTimeNanos": {
          "format": "int64",
          "type": "string"
        },
        "resultSerializationTimeMillis": {
          "type": "string",
          "format": "int64"
        },
        "diskBytesSpilled": {
          "type": "string",
          "format": "int64"
        },
        "memoryBytesSpilled": {
          "type": "string",
          "format": "int64"
        },
        "stageShuffleReadMetrics": {
          "$ref": "StageShuffleReadMetrics"
        },
        "stageInputMetrics": {
          "$ref": "StageInputMetrics"
        },
        "executorRunTimeMillis": {
          "format": "int64",
          "type": "string"
        }
      }
    },
    "RegexValidation": {
      "id": "RegexValidation",
      "description": "Validation based on regular expressions.",
      "type": "object",
      "properties": {
        "regexes": {
          "items": {
            "type": "string"
          },
          "description": "Required. RE2 regular expressions used to validate the parameter's value. The value must match the regex in its entirety (substring matches are not sufficient).",
          "type": "array"
        }
      }
    },
    "JupyterConfig": {
      "description": "Jupyter configuration for an interactive session.",
      "type": "object",
      "properties": {
        "displayName": {
          "description": "Optional. Display name, shown in the Jupyter kernelspec card.",
          "type": "string"
        },
        "kernel": {
          "enumDescriptions": [
            "The kernel is unknown.",
            "Python kernel.",
            "Scala kernel."
          ],
          "enum": [
            "KERNEL_UNSPECIFIED",
            "PYTHON",
            "SCALA"
          ],
          "description": "Optional. Kernel",
          "type": "string"
        }
      },
      "id": "JupyterConfig"
    },
    "SqlPlanMetric": {
      "description": "Metrics related to SQL execution.",
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "accumulatorId": {
          "type": "string",
          "format": "int64"
        },
        "metricType": {
          "type": "string"
        }
      },
      "id": "SqlPlanMetric"
    },
    "SummarizeSessionSparkApplicationStageAttemptTasksResponse": {
      "id": "SummarizeSessionSparkApplicationStageAttemptTasksResponse",
      "description": "Summary of tasks for a Spark Application stage attempt.",
      "type": "object",
      "properties": {
        "stageAttemptTasksSummary": {
          "description": "Summary of tasks for a Spark Application Stage Attempt",
          "$ref": "StageAttemptTasksSummary"
        }
      }
    },
    "ExecutorMetrics": {
      "type": "object",
      "properties": {
        "metrics": {
          "type": "object",
          "additionalProperties": {
            "type": "string",
            "format": "int64"
          }
        }
      },
      "id": "ExecutorMetrics"
    },
    "AccessSessionSparkApplicationResponse": {
      "id": "AccessSessionSparkApplicationResponse",
      "description": "A summary of Spark Application",
      "type": "object",
      "properties": {
        "application": {
          "readOnly": true,
          "description": "Output only. High level information corresponding to an application.",
          "$ref": "ApplicationInfo"
        }
      }
    },
    "StreamBlockData": {
      "description": "Stream Block Data.",
      "type": "object",
      "properties": {
        "storageLevel": {
          "type": "string"
        },
        "useDisk": {
          "type": "boolean"
        },
        "name": {
          "type": "string"
        },
        "useMemory": {
          "type": "boolean"
        },
        "hostPort": {
          "type": "string"
        },
        "memSize": {
          "format": "int64",
          "type": "string"
        },
        "diskSize": {
          "type": "string",
          "format": "int64"
        },
        "deserialized": {
          "type": "boolean"
        },
        "executorId": {
          "type": "string"
        }
      },
      "id": "StreamBlockData"
    },
    "YarnApplication": {
      "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.",
      "type": "object",
      "properties": {
        "name": {
          "description": "Required. The application name.",
          "type": "string"
        },
        "progress": {
          "format": "float",
          "description": "Required. The numerical progress of the application, from 1 to 100.",
          "type": "number"
        },
        "memoryMbSeconds": {
          "description": "Optional. The cumulative memory usage of the application for a job, measured in mb-seconds.",
          "type": "string",
          "format": "int64"
        },
        "state": {
          "enumDescriptions": [
            "Status is unspecified.",
            "Status is NEW.",
            "Status is NEW_SAVING.",
            "Status is SUBMITTED.",
            "Status is ACCEPTED.",
            "Status is RUNNING.",
            "Status is FINISHED.",
            "Status is FAILED.",
            "Status is KILLED."
          ],
          "enum": [
            "STATE_UNSPECIFIED",
            "NEW",
            "NEW_SAVING",
            "SUBMITTED",
            "ACCEPTED",
            "RUNNING",
            "FINISHED",
            "FAILED",
            "KILLED"
          ],
          "description": "Required. The application state.",
          "type": "string"
        },
        "trackingUrl": {
          "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.",
          "type": "string"
        },
        "vcoreSeconds": {
          "format": "int64",
          "description": "Optional. The cumulative CPU time consumed by the application for a job, measured in vcore-seconds.",
          "type": "string"
        }
      },
      "id": "YarnApplication"
    },
    "ValueValidation": {
      "description": "Validation based on a list of allowed values.",
      "type": "object",
      "properties": {
        "values": {
          "description": "Required. List of allowed values for the parameter.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "id": "ValueValidation"
    },
    "NamespacedGkeDeploymentTarget": {
      "id": "NamespacedGkeDeploymentTarget",
      "deprecated": true,
      "description": "Deprecated. Used only for the deprecated beta. A full, namespace-isolated deployment target for an existing GKE cluster.",
      "type": "object",
      "properties": {
        "targetGkeCluster": {
          "description": "Optional. The target GKE cluster to deploy to. Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'",
          "type": "string"
        },
        "clusterNamespace": {
          "description": "Optional. A namespace within the GKE cluster to deploy into.",
          "type": "string"
        }
      }
    },
    "QueryList": {
      "description": "A list of queries to run on a cluster.",
      "type": "object",
      "properties": {
        "queries": {
          "description": "Required. The queries to execute. You do not need to end a query expression with a semicolon. Multiple queries can be specified in one string by separating each with a semicolon. Here is an example of a Dataproc API snippet that uses a QueryList to specify a HiveJob: \"hiveJob\": { \"queryList\": { \"queries\": [ \"query1\", \"query2\", \"query3;query4\", ] } } ",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "id": "QueryList"
    },
    "JobPlacement": {
      "description": "Dataproc job config.",
      "type": "object",
      "properties": {
        "clusterName": {
          "description": "Required. The name of the cluster where the job will be submitted.",
          "type": "string"
        },
        "clusterUuid": {
          "description": "Output only. A cluster UUID generated by the Dataproc service when the job is submitted.",
          "type": "string",
          "readOnly": true
        },
        "clusterLabels": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. Cluster labels to identify a cluster where the job will be submitted.",
          "type": "object"
        }
      },
      "id": "JobPlacement"
    },
    "PySparkJob": {
      "id": "PySparkJob",
      "description": "A Dataproc job for running Apache PySpark (https://spark.apache.org/docs/latest/api/python/index.html#pyspark-overview) applications on YARN.",
      "type": "object",
      "properties": {
        "mainPythonFileUri": {
          "description": "Required. The HCFS URI of the main Python file to use as the driver. Must be a .py file.",
          "type": "string"
        },
        "pythonFileUris": {
          "items": {
            "type": "string"
          },
          "description": "Optional. HCFS file URIs of Python files to pass to the PySpark framework. Supported file types: .py, .egg, and .zip.",
          "type": "array"
        },
        "archiveUris": {
          "items": {
            "type": "string"
          },
          "description": "Optional. HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.Note: Spark applications must be deployed in cluster mode (https://spark.apache.org/docs/latest/cluster-overview.html) for correct environment propagation.",
          "type": "array"
        },
        "loggingConfig": {
          "description": "Optional. The runtime log config for job execution.",
          "$ref": "LoggingConfig"
        },
        "properties": {
          "description": "Optional. A mapping of property names to values, used to configure PySpark. Properties that conflict with values set by the Dataproc API might be overwritten. Can include properties set in /etc/spark/conf/spark-defaults.conf and classes in user code.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "args": {
          "items": {
            "type": "string"
          },
          "description": "Optional. The arguments to pass to the driver. Do not include arguments, such as --conf, that can be set as job properties, since a collision may occur that causes an incorrect job submission.",
          "type": "array"
        },
        "jarFileUris": {
          "description": "Optional. HCFS URIs of jar files to add to the CLASSPATHs of the Python driver and tasks.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "fileUris": {
          "description": "Optional. HCFS URIs of files to be placed in the working directory of each executor. Useful for naively parallel tasks.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "WriteSparkApplicationContextResponse": {
      "description": "Response returned as an acknowledgement of receipt of data.",
      "type": "object",
      "properties": {},
      "id": "WriteSparkApplicationContextResponse"
    },
    "InstantiateWorkflowTemplateRequest": {
      "id": "InstantiateWorkflowTemplateRequest",
      "description": "A request to instantiate a workflow template.",
      "type": "object",
      "properties": {
        "requestId": {
          "description": "Optional. A tag that prevents multiple concurrent workflow instances with the same tag from running. This mitigates risk of concurrent instances started due to retries.It is recommended to always set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The tag must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.",
          "type": "string"
        },
        "parameters": {
          "description": "Optional. Map from parameter names to values that should be used for those parameters. Values may not exceed 1000 characters.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "version": {
          "description": "Optional. The version of workflow template to instantiate. If specified, the workflow will be instantiated only if the current version of the workflow template has the supplied version.This option cannot be used to instantiate a previous version of workflow template.",
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "ShufflePushReadQuantileMetrics": {
      "type": "object",
      "properties": {
        "remoteMergedChunksFetched": {
          "$ref": "Quantiles"
        },
        "mergedFetchFallbackCount": {
          "$ref": "Quantiles"
        },
        "remoteMergedBytesRead": {
          "$ref": "Quantiles"
        },
        "remoteMergedReqsDuration": {
          "$ref": "Quantiles"
        },
        "corruptMergedBlockChunks": {
          "$ref": "Quantiles"
        },
        "localMergedBlocksFetched": {
          "$ref": "Quantiles"
        },
        "localMergedBytesRead": {
          "$ref": "Quantiles"
        },
        "remoteMergedBlocksFetched": {
          "$ref": "Quantiles"
        },
        "localMergedChunksFetched": {
          "$ref": "Quantiles"
        }
      },
      "id": "ShufflePushReadQuantileMetrics"
    },
    "KerberosConfig": {
      "id": "KerberosConfig",
      "description": "Specifies Kerberos related configuration.",
      "type": "object",
      "properties": {
        "truststorePasswordUri": {
          "description": "Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided truststore. For the self-signed certificate, this password is generated by the service.",
          "type": "string"
        },
        "kdcDbKeyUri": {
          "description": "Optional. The Cloud Storage URI of a KMS encrypted file containing the master key of the KDC database.",
          "type": "string"
        },
        "tgtLifetimeHours": {
          "format": "int32",
          "description": "Optional. The lifetime of the ticket granting ticket, in hours. If not specified, or user specifies 0, then default value 10 will be used.",
          "type": "integer"
        },
        "crossRealmTrustAdminServer": {
          "description": "Optional. The admin server (IP or hostname) for the remote trusted realm in a cross realm trust relationship.",
          "type": "string"
        },
        "crossRealmTrustSharedPasswordUri": {
          "description": "Optional. The Cloud Storage URI of a KMS encrypted file containing the shared password between the on-cluster Kerberos realm and the remote trusted realm, in a cross realm trust relationship.",
          "type": "string"
        },
        "rootPrincipalPasswordUri": {
          "description": "Optional. The Cloud Storage URI of a KMS encrypted file containing the root principal password.",
          "type": "string"
        },
        "kmsKeyUri": {
          "description": "Optional. The URI of the KMS key used to encrypt sensitive files.",
          "type": "string"
        },
        "keystorePasswordUri": {
          "description": "Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided keystore. For the self-signed certificate, this password is generated by the service.",
          "type": "string"
        },
        "keystoreUri": {
          "description": "Optional. The Cloud Storage URI of the keystore file used for SSL encryption. If not provided, the service will provide a self-signed certificate.",
          "type": "string"
        },
        "crossRealmTrustRealm": {
          "description": "Optional. The remote realm the on-cluster KDC will trust, should the user enable cross realm trust.",
          "type": "string"
        },
        "truststoreUri": {
          "description": "Optional. The Cloud Storage URI of the truststore file used for SSL encryption. If not provided, the service will provide a self-signed certificate.",
          "type": "string"
        },
        "realm": {
          "description": "Optional. The name of the on-cluster Kerberos realm. If not specified, the uppercased domain of hostnames will be the realm.",
          "type": "string"
        },
        "keyPasswordUri": {
          "description": "Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided key. For the self-signed certificate, this password is generated by the service.",
          "type": "string"
        },
        "enableKerberos": {
          "description": "Optional. Flag to indicate whether to Kerberize the cluster (default: false). Set this field to true to enable Kerberos on a cluster.",
          "type": "boolean"
        },
        "crossRealmTrustKdc": {
          "description": "Optional. The KDC (IP or hostname) for the remote trusted realm in a cross realm trust relationship.",
          "type": "string"
        }
      }
    },
    "TaskResourceRequest": {
      "description": "Resources used per task created by the application.",
      "type": "object",
      "properties": {
        "resourceName": {
          "type": "string"
        },
        "amount": {
          "type": "number",
          "format": "double"
        }
      },
      "id": "TaskResourceRequest"
    },
    "Operation": {
      "description": "This resource represents a long-running operation that is the result of a network API call.",
      "type": "object",
      "properties": {
        "name": {
          "description": "The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the name should be a resource name ending with operations/{unique_id}.",
          "type": "string"
        },
        "response": {
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object. Contains field @type with type URL."
          },
          "description": "The normal, successful response of the operation. If the original method returns no data on success, such as Delete, the response is google.protobuf.Empty. If the original method is standard Get/Create/Update, the response should be the resource. For other methods, the response should have the type XxxResponse, where Xxx is the original method name. For example, if the original method name is TakeSnapshot(), the inferred response type is TakeSnapshotResponse.",
          "type": "object"
        },
        "error": {
          "description": "The error result of the operation in case of failure or cancellation.",
          "$ref": "Status"
        },
        "metadata": {
          "description": "Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.",
          "type": "object",
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object. Contains field @type with type URL."
          }
        },
        "done": {
          "description": "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.",
          "type": "boolean"
        }
      },
      "id": "Operation"
    },
    "SecurityConfig": {
      "id": "SecurityConfig",
      "description": "Security related configuration, including encryption, Kerberos, etc.",
      "type": "object",
      "properties": {
        "kerberosConfig": {
          "description": "Optional. Kerberos related configuration.",
          "$ref": "KerberosConfig"
        },
        "identityConfig": {
          "description": "Optional. Identity related configuration, including service account based secure multi-tenancy user mappings.",
          "$ref": "IdentityConfig"
        }
      }
    },
    "TerminateSessionRequest": {
      "id": "TerminateSessionRequest",
      "description": "A request to terminate an interactive session.",
      "type": "object",
      "properties": {
        "requestId": {
          "description": "Optional. A unique ID used to identify the request. If the service receives two TerminateSessionRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.TerminateSessionRequest)s with the same ID, the second request is ignored.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.",
          "type": "string"
        }
      }
    },
    "SparkWrapperObject": {
      "id": "SparkWrapperObject",
      "description": "Outer message that contains the data obtained from spark listener, packaged with information that is required to process it.",
      "type": "object",
      "properties": {
        "rddStorageInfo": {
          "$ref": "RddStorageInfo"
        },
        "stageData": {
          "$ref": "StageData"
        },
        "sparkConnectSessionInfo": {
          "description": "Spark Connect Session Info",
          "$ref": "SparkConnectSessionInfo"
        },
        "streamingQueryProgress": {
          "$ref": "StreamingQueryProgress"
        },
        "nativeBuildInfoUiData": {
          "description": "Native Build Info",
          "$ref": "NativeBuildInfoUiData"
        },
        "jobData": {
          "$ref": "JobData"
        },
        "nativeSqlExecutionUiData": {
          "description": "Native SQL Execution Info",
          "$ref": "NativeSqlExecutionUiData"
        },
        "sqlExecutionUiData": {
          "$ref": "SqlExecutionUiData"
        },
        "executorSummary": {
          "$ref": "ExecutorSummary"
        },
        "speculationStageSummary": {
          "$ref": "SpeculationStageSummary"
        },
        "rddOperationGraph": {
          "$ref": "RddOperationGraph"
        },
        "streamBlockData": {
          "$ref": "StreamBlockData"
        },
        "applicationInfo": {
          "$ref": "ApplicationInfo"
        },
        "sparkPlanGraph": {
          "$ref": "SparkPlanGraph"
        },
        "sparkConnectExecutionInfo": {
          "description": "Spark Connect Execution Info",
          "$ref": "SparkConnectExecutionInfo"
        },
        "eventTimestamp": {
          "format": "google-datetime",
          "description": "VM Timestamp associated with the data object.",
          "type": "string"
        },
        "applicationId": {
          "description": "Application Id created by Spark.",
          "type": "string"
        },
        "processSummary": {
          "$ref": "ProcessSummary"
        },
        "executorStageSummary": {
          "$ref": "ExecutorStageSummary"
        },
        "streamingQueryData": {
          "$ref": "StreamingQueryData"
        },
        "taskData": {
          "$ref": "TaskData"
        },
        "applicationEnvironmentInfo": {
          "$ref": "ApplicationEnvironmentInfo"
        },
        "appSummary": {
          "$ref": "AppSummary"
        },
        "poolData": {
          "$ref": "PoolData"
        },
        "resourceProfileInfo": {
          "$ref": "ResourceProfileInfo"
        }
      }
    },
    "StageData": {
      "description": "Data corresponding to a stage.",
      "type": "object",
      "properties": {
        "submissionTime": {
          "format": "google-datetime",
          "type": "string"
        },
        "numActiveTasks": {
          "type": "integer",
          "format": "int32"
        },
        "jobIds": {
          "type": "array",
          "items": {
            "format": "int64",
            "type": "string"
          }
        },
        "numTasks": {
          "format": "int32",
          "type": "integer"
        },
        "taskQuantileMetrics": {
          "description": "Summary metrics fields. These are included in response only if present in summary_metrics_mask field in request",
          "$ref": "TaskQuantileMetrics"
        },
        "schedulingPool": {
          "type": "string"
        },
        "rddIds": {
          "type": "array",
          "items": {
            "format": "int64",
            "type": "string"
          }
        },
        "numCompletedIndices": {
          "format": "int32",
          "type": "integer"
        },
        "failureReason": {
          "type": "string"
        },
        "numFailedTasks": {
          "format": "int32",
          "type": "integer"
        },
        "details": {
          "type": "string"
        },
        "stageAttemptId": {
          "type": "integer",
          "format": "int32"
        },
        "accumulatorUpdates": {
          "type": "array",
          "items": {
            "$ref": "AccumulableInfo"
          }
        },
        "killedTasksSummary": {
          "additionalProperties": {
            "type": "integer",
            "format": "int32"
          },
          "type": "object"
        },
        "tasks": {
          "additionalProperties": {
            "$ref": "TaskData"
          },
          "type": "object"
        },
        "stageId": {
          "type": "string",
          "format": "int64"
        },
        "completionTime": {
          "type": "string",
          "format": "google-datetime"
        },
        "status": {
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "STAGE_STATUS_UNSPECIFIED",
            "STAGE_STATUS_ACTIVE",
            "STAGE_STATUS_COMPLETE",
            "STAGE_STATUS_FAILED",
            "STAGE_STATUS_PENDING",
            "STAGE_STATUS_SKIPPED"
          ],
          "type": "string"
        },
        "executorSummary": {
          "type": "object",
          "additionalProperties": {
            "$ref": "ExecutorStageSummary"
          }
        },
        "stageMetrics": {
          "$ref": "StageMetrics"
        },
        "peakExecutorMetrics": {
          "$ref": "ExecutorMetrics"
        },
        "numKilledTasks": {
          "type": "integer",
          "format": "int32"
        },
        "locality": {
          "additionalProperties": {
            "format": "int64",
            "type": "string"
          },
          "type": "object"
        },
        "name": {
          "type": "string"
        },
        "numCompleteTasks": {
          "type": "integer",
          "format": "int32"
        },
        "firstTaskLaunchedTime": {
          "format": "google-datetime",
          "type": "string"
        },
        "resourceProfileId": {
          "format": "int32",
          "type": "integer"
        },
        "speculationSummary": {
          "$ref": "SpeculationStageSummary"
        },
        "isShufflePushEnabled": {
          "type": "boolean"
        },
        "parentStageIds": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "int64"
          }
        },
        "description": {
          "type": "string"
        },
        "executorMetricsDistributions": {
          "$ref": "ExecutorMetricsDistributions"
        },
        "shuffleMergersCount": {
          "type": "integer",
          "format": "int32"
        }
      },
      "id": "StageData"
    },
    "GceClusterConfig": {
      "id": "GceClusterConfig",
      "description": "Common config settings for resources of Compute Engine cluster instances, applicable to all instances in the cluster.",
      "type": "object",
      "properties": {
        "confidentialInstanceConfig": {
          "description": "Optional. Confidential Instance Config for clusters using Confidential VMs (https://cloud.google.com/confidential-computing/confidential-vm/docs).",
          "$ref": "ConfidentialInstanceConfig"
        },
        "subnetworkUri": {
          "description": "Optional. The Compute Engine subnetwork to be used for machine communications. Cannot be specified with network_uri.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/regions/[region]/subnetworks/sub0 projects/[project_id]/regions/[region]/subnetworks/sub0 sub0",
          "type": "string"
        },
        "serviceAccount": {
          "description": "Optional. The VM service account (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/service-accounts#service_accounts_in_dataproc) (also see VM Data Plane identity (https://cloud.google.com/dataproc/docs/concepts/iam/dataproc-principals#vm_service_account_data_plane_identity)) used by cluster VM instances to access Google Cloud Platform services.If not specified, the Compute Engine default service account (https://cloud.google.com/compute/docs/access/service-accounts#default_service_account) is used.",
          "type": "string"
        },
        "reservationAffinity": {
          "description": "Optional. Reservation Affinity for consuming Zonal reservation.",
          "$ref": "ReservationAffinity"
        },
        "zoneUri": {
          "description": "Optional. The Compute Engine zone where the cluster will be located. If omitted, the service will pick a zone in the cluster's Compute Engine region. On a get request, zone will always be present.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone] projects/[project_id]/zones/[zone] [zone]",
          "type": "string"
        },
        "networkUri": {
          "description": "Optional. The Compute Engine network to be used for machine communications. Cannot be specified with subnetwork_uri. If neither network_uri nor subnetwork_uri is specified, the \"default\" network of the project is used, if it exists. Cannot be a Custom Subnet Network (see Using Subnetworks (https://cloud.google.com/compute/docs/subnetworks) for more information).A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default projects/[project_id]/global/networks/default default",
          "type": "string"
        },
        "serviceAccountScopes": {
          "items": {
            "type": "string"
          },
          "description": "Optional. The URIs of service account scopes to be included in Compute Engine instances. The following base set of scopes is always included: https://www.googleapis.com/auth/cloud.useraccounts.readonly https://www.googleapis.com/auth/devstorage.read_write https://www.googleapis.com/auth/logging.writeIf no scopes are specified, the following defaults are also provided: https://www.googleapis.com/auth/bigquery https://www.googleapis.com/auth/bigtable.admin.table https://www.googleapis.com/auth/bigtable.data https://www.googleapis.com/auth/devstorage.full_control",
          "type": "array"
        },
        "internalIpOnly": {
          "description": "Optional. This setting applies to subnetwork-enabled networks. It is set to true by default in clusters created with image versions 2.2.x.When set to true: All cluster VMs have internal IP addresses. Google Private Access (https://cloud.google.com/vpc/docs/private-google-access) must be enabled to access the Dataproc API and other Google Cloud APIs. Off-cluster dependencies must be configured to be accessible without external IP addresses.When set to false: Cluster VMs are not restricted to internal IP addresses. Ephemeral external IP addresses are assigned to each cluster VM.",
          "type": "boolean"
        },
        "resourceManagerTags": {
          "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 (https://cloud.google.com/dataproc/docs/guides/use-secure-tags)).",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "autoZoneExcludeZoneUris": {
          "items": {
            "type": "string"
          },
          "description": "Optional. An optional list of Compute Engine zones where the cluster will not be located when Auto Zone is enabled. Only one of zone_uri or auto_zone_exclude_zone_uris can be set. If both are omitted, the service will pick a zone in the cluster Compute Engine region. If auto_zone_exclude_zone_uris is set and there is more than one non-excluded zone, the service will pick one of the non-excluded zones. Otherwise, cluster creation will fail with INVALID_ARGUMENT error.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone] projects/[project_id]/zones/[zone] [zone]",
          "type": "array"
        },
        "shieldedInstanceConfig": {
          "description": "Optional. Shielded Instance Config for clusters using Compute Engine Shielded VMs (https://cloud.google.com/security/shielded-cloud/shielded-vm).",
          "$ref": "ShieldedInstanceConfig"
        },
        "tags": {
          "items": {
            "type": "string"
          },
          "description": "The Compute Engine network tags to add to all instances (see Tagging instances (https://cloud.google.com/vpc/docs/add-remove-network-tags)).",
          "type": "array"
        },
        "metadata": {
          "description": "Optional. The Compute Engine metadata entries to add to all instances (see Project and instance metadata (https://cloud.google.com/compute/docs/storing-retrieving-metadata#project_and_instance_metadata)).",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "nodeGroupAffinity": {
          "description": "Optional. Node Group Affinity for sole-tenant clusters.",
          "$ref": "NodeGroupAffinity"
        },
        "privateIpv6GoogleAccess": {
          "enum": [
            "PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED",
            "INHERIT_FROM_SUBNETWORK",
            "OUTBOUND",
            "BIDIRECTIONAL"
          ],
          "enumDescriptions": [
            "If unspecified, Compute Engine default behavior will apply, which is the same as INHERIT_FROM_SUBNETWORK.",
            "Private access to and from Google Services configuration inherited from the subnetwork configuration. This is the default Compute Engine behavior.",
            "Enables outbound private IPv6 access to Google Services from the cluster.",
            "Enables bidirectional private IPv6 access between Google Services and the cluster."
          ],
          "description": "Optional. The type of IPv6 access for a cluster.",
          "type": "string"
        }
      }
    },
    "SearchSparkApplicationExecutorStageSummaryResponse": {
      "description": "List of Executors associated with a Spark Application Stage.",
      "type": "object",
      "properties": {
        "sparkApplicationStageExecutors": {
          "items": {
            "$ref": "ExecutorStageSummary"
          },
          "description": "Details about executors used by the application stage.",
          "type": "array"
        },
        "nextPageToken": {
          "description": "This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent SearchSparkApplicationExecutorsListRequest.",
          "type": "string"
        }
      },
      "id": "SearchSparkApplicationExecutorStageSummaryResponse"
    },
    "UsageSnapshot": {
      "id": "UsageSnapshot",
      "description": "The usage snapshot represents the resources consumed by a workload at a specified time.",
      "type": "object",
      "properties": {
        "snapshotTime": {
          "format": "google-datetime",
          "description": "Optional. The timestamp of the usage snapshot.",
          "type": "string"
        },
        "acceleratorType": {
          "description": "Optional. Accelerator type being used, if any Deprecated: This field is only used in runtime versions below 3.0.",
          "type": "string"
        },
        "shuffleStorageGbPremium": {
          "description": "Optional. Shuffle Storage in gigabytes (GB) charged at premium tier. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))",
          "type": "string",
          "format": "int64"
        },
        "milliAccelerator": {
          "format": "int64",
          "description": "Optional. Milli (one-thousandth) accelerator. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)) Deprecated: This field is only used in runtime versions below 3.0.",
          "type": "string"
        },
        "milliAcceleratorA10040": {
          "description": "Optional. Milli (one-thousandth) accelerator for A100-40 accelerators. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))",
          "type": "string",
          "format": "int64"
        },
        "milliDcuPremium": {
          "format": "int64",
          "description": "Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) charged at premium tier (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).",
          "type": "string"
        },
        "milliAcceleratorL4": {
          "format": "int64",
          "description": "Optional. Milli (one-thousandth) accelerator for L4 accelerators. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))",
          "type": "string"
        },
        "milliDcu": {
          "format": "int64",
          "description": "Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).",
          "type": "string"
        },
        "shuffleStorageGb": {
          "format": "int64",
          "description": "Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))",
          "type": "string"
        },
        "milliAcceleratorA10080": {
          "description": "Optional. Milli (one-thousandth) accelerator for A100-80 accelerators. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))",
          "type": "string",
          "format": "int64"
        }
      }
    },
    "ExecutionConfig": {
      "id": "ExecutionConfig",
      "description": "Execution configuration for a workload.",
      "type": "object",
      "properties": {
        "networkUri": {
          "description": "Optional. Network URI to connect workload to.",
          "type": "string"
        },
        "networkTags": {
          "description": "Optional. Tags used for network traffic control.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "idleTtl": {
          "format": "google-duration",
          "description": "Optional. Applies to sessions only. The duration to keep the session alive while it's idling. Exceeding this threshold causes the session to terminate. This field cannot be set on a batch workload. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)). Defaults to 1 hour if not set. If both ttl and idle_ttl are specified for an interactive session, the conditions are treated as OR conditions: the workload will be terminated when it has been idle for idle_ttl or when ttl has been exceeded, whichever occurs first.",
          "type": "string"
        },
        "authenticationConfig": {
          "description": "Optional. Authentication configuration used to set the default identity for the workload execution. The config specifies the type of identity (service account or user) that will be used by workloads to access resources on the project(s).",
          "$ref": "AuthenticationConfig"
        },
        "resourceManagerTags": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. Associates Resource Manager tags with the workload nodes. There is a max limit of 30 tags. Keys and values can be either in numeric format, such as tagKeys/{tag_key_id} and tagValues/{tag_value_id}, or in namespaced format, such as {org_id|project_id}/{tag_key_short_name} and {tag_value_short_name}.",
          "type": "object"
        },
        "subnetworkUri": {
          "description": "Optional. Subnetwork URI to connect workload to.",
          "type": "string"
        },
        "ttl": {
          "format": "google-duration",
          "description": "Optional. The duration after which the workload will be terminated, specified as the JSON representation for Duration (https://protobuf.dev/programming-guides/proto3/#json). When the workload exceeds this duration, it will be unconditionally terminated without waiting for ongoing work to finish. If ttl is not specified for a batch workload, the workload will be allowed to run until it exits naturally (or run forever without exiting). If ttl is not specified for an interactive session, it defaults to 24 hours. If ttl is not specified for a batch that uses 2.1+ runtime version, it defaults to 4 hours. Minimum value is 10 minutes; maximum value is 14 days. If both ttl and idle_ttl are specified (for an interactive session), the conditions are treated as OR conditions: the workload will be terminated when it has been idle for idle_ttl or when ttl has been exceeded, whichever occurs first.",
          "type": "string"
        },
        "serviceAccount": {
          "description": "Optional. Service account that used to execute workload.",
          "type": "string"
        },
        "kmsKey": {
          "description": "Optional. The Cloud KMS key to use for encryption.",
          "type": "string"
        },
        "stagingBucket": {
          "description": "Optional. A Cloud Storage bucket used to stage workload dependencies, config files, and store workload output and other ephemeral data, such as Spark history files. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location according to the region where your workload is running, and then create and manage project-level, per-location staging and temporary buckets. This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.",
          "type": "string"
        }
      }
    },
    "ListOperationsResponse": {
      "description": "The response message for Operations.ListOperations.",
      "type": "object",
      "properties": {
        "nextPageToken": {
          "description": "The standard List next-page token.",
          "type": "string"
        },
        "unreachable": {
          "items": {
            "type": "string"
          },
          "description": "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.",
          "type": "array"
        },
        "operations": {
          "description": "A list of operations that matches the specified filter in the request.",
          "type": "array",
          "items": {
            "$ref": "Operation"
          }
        }
      },
      "id": "ListOperationsResponse"
    },
    "ListAutoscalingPoliciesResponse": {
      "id": "ListAutoscalingPoliciesResponse",
      "description": "A response to a request to list autoscaling policies in a project.",
      "type": "object",
      "properties": {
        "policies": {
          "items": {
            "$ref": "AutoscalingPolicy"
          },
          "readOnly": true,
          "description": "Output only. Autoscaling policies list.",
          "type": "array"
        },
        "nextPageToken": {
          "readOnly": true,
          "description": "Output only. This token is included in the response if there are more results to fetch.",
          "type": "string"
        }
      }
    },
    "HadoopJob": {
      "id": "HadoopJob",
      "description": "A Dataproc job for running Apache Hadoop MapReduce (https://hadoop.apache.org/docs/current/hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduceTutorial.html) jobs on Apache Hadoop YARN (https://hadoop.apache.org/docs/r2.7.1/hadoop-yarn/hadoop-yarn-site/YARN.html).",
      "type": "object",
      "properties": {
        "archiveUris": {
          "description": "Optional. HCFS URIs of archives to be extracted in the working directory of Hadoop drivers and tasks. Supported file types: .jar, .tar, .tar.gz, .tgz, or .zip.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "loggingConfig": {
          "description": "Optional. The runtime log config for job execution.",
          "$ref": "LoggingConfig"
        },
        "fileUris": {
          "description": "Optional. HCFS (Hadoop Compatible Filesystem) URIs of files to be copied to the working directory of Hadoop drivers and distributed tasks. Useful for naively parallel tasks.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "properties": {
          "description": "Optional. A mapping of property names to values, used to configure Hadoop. Properties that conflict with values set by the Dataproc API might be overwritten. Can include properties set in /etc/hadoop/conf/*-site and classes in user code.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "mainJarFileUri": {
          "description": "The HCFS URI of the jar file containing the main class. Examples: 'gs://foo-bucket/analytics-binaries/extract-useful-metrics-mr.jar' 'hdfs:/tmp/test-samples/custom-wordcount.jar' 'file:///home/usr/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar'",
          "type": "string"
        },
        "mainClass": {
          "description": "The name of the driver's main class. The jar file containing the class must be in the default CLASSPATH or specified in jar_file_uris.",
          "type": "string"
        },
        "args": {
          "description": "Optional. The arguments to pass to the driver. Do not include arguments, such as -libjars or -Dfoo=bar, that can be set as job properties, since a collision might occur that causes an incorrect job submission.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "jarFileUris": {
          "items": {
            "type": "string"
          },
          "description": "Optional. Jar file URIs to add to the CLASSPATHs of the Hadoop driver and tasks.",
          "type": "array"
        }
      }
    },
    "WorkflowNode": {
      "id": "WorkflowNode",
      "description": "The workflow node.",
      "type": "object",
      "properties": {
        "jobId": {
          "readOnly": true,
          "description": "Output only. The job id; populated after the node enters RUNNING state.",
          "type": "string"
        },
        "stepId": {
          "description": "Output only. The name of the node.",
          "type": "string",
          "readOnly": true
        },
        "prerequisiteStepIds": {
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "description": "Output only. Node's prerequisite nodes.",
          "type": "array"
        },
        "state": {
          "readOnly": true,
          "enum": [
            "NODE_STATE_UNSPECIFIED",
            "BLOCKED",
            "RUNNABLE",
            "RUNNING",
            "COMPLETED",
            "FAILED"
          ],
          "description": "Output only. The node state.",
          "type": "string",
          "enumDescriptions": [
            "State is unspecified.",
            "The node is awaiting prerequisite node to finish.",
            "The node is runnable but not running.",
            "The node is running.",
            "The node completed successfully.",
            "The node failed. A node can be marked FAILED because its ancestor or peer failed."
          ]
        },
        "error": {
          "description": "Output only. The error detail.",
          "type": "string",
          "readOnly": true
        }
      }
    },
    "LoggingConfig": {
      "description": "The runtime logging config of the job.",
      "type": "object",
      "properties": {
        "driverLogLevels": {
          "description": "The per-package log levels for the driver. This can include \"root\" package name to configure rootLogger. Examples: - 'com.google = FATAL' - 'root = INFO' - 'org.apache = DEBUG'",
          "type": "object",
          "additionalProperties": {
            "enumDescriptions": [
              "Level is unspecified. Use default level for log4j.",
              "Use ALL level for log4j.",
              "Use TRACE level for log4j.",
              "Use DEBUG level for log4j.",
              "Use INFO level for log4j.",
              "Use WARN level for log4j.",
              "Use ERROR level for log4j.",
              "Use FATAL level for log4j.",
              "Turn off log4j."
            ],
            "enum": [
              "LEVEL_UNSPECIFIED",
              "ALL",
              "TRACE",
              "DEBUG",
              "INFO",
              "WARN",
              "ERROR",
              "FATAL",
              "OFF"
            ],
            "type": "string"
          }
        }
      },
      "id": "LoggingConfig"
    },
    "SearchSparkApplicationExecutorsResponse": {
      "description": "List of Executors associated with a Spark Application.",
      "type": "object",
      "properties": {
        "sparkApplicationExecutors": {
          "items": {
            "$ref": "ExecutorSummary"
          },
          "description": "Details about executors used by the application.",
          "type": "array"
        },
        "nextPageToken": {
          "description": "This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent SearchSparkApplicationExecutorsListRequest.",
          "type": "string"
        }
      },
      "id": "SearchSparkApplicationExecutorsResponse"
    },
    "InjectCredentialsRequest": {
      "description": "A request to inject credentials into a cluster.",
      "type": "object",
      "properties": {
        "clusterUuid": {
          "description": "Required. The cluster UUID.",
          "type": "string"
        },
        "credentialsCiphertext": {
          "description": "Required. The encrypted credentials being injected in to the cluster.The client is responsible for encrypting the credentials in a way that is supported by the cluster.A wrapped value is used here so that the actual contents of the encrypted credentials are not written to audit logs.",
          "type": "string"
        }
      },
      "id": "InjectCredentialsRequest"
    },
    "SparkPlanGraph": {
      "description": "A graph used for storing information of an executionPlan of DataFrame.",
      "type": "object",
      "properties": {
        "executionId": {
          "type": "string",
          "format": "int64"
        },
        "edges": {
          "type": "array",
          "items": {
            "$ref": "SparkPlanGraphEdge"
          }
        },
        "nodes": {
          "type": "array",
          "items": {
            "$ref": "SparkPlanGraphNodeWrapper"
          }
        }
      },
      "id": "SparkPlanGraph"
    },
    "AccessSparkApplicationResponse": {
      "id": "AccessSparkApplicationResponse",
      "description": "A summary of Spark Application",
      "type": "object",
      "properties": {
        "application": {
          "description": "Output only. High level information corresponding to an application.",
          "$ref": "ApplicationInfo",
          "readOnly": true
        }
      }
    },
    "SessionOperationMetadata": {
      "id": "SessionOperationMetadata",
      "description": "Metadata describing the Session operation.",
      "type": "object",
      "properties": {
        "operationType": {
          "description": "The operation type.",
          "type": "string",
          "enumDescriptions": [
            "Session operation type is unknown.",
            "Create Session operation type.",
            "Terminate Session operation type.",
            "Delete Session operation type."
          ],
          "enum": [
            "SESSION_OPERATION_TYPE_UNSPECIFIED",
            "CREATE",
            "TERMINATE",
            "DELETE"
          ]
        },
        "description": {
          "description": "Short description of the operation.",
          "type": "string"
        },
        "warnings": {
          "items": {
            "type": "string"
          },
          "description": "Warnings encountered during operation execution.",
          "type": "array"
        },
        "sessionUuid": {
          "description": "Session UUID for the operation.",
          "type": "string"
        },
        "createTime": {
          "description": "The time when the operation was created.",
          "type": "string",
          "format": "google-datetime"
        },
        "labels": {
          "description": "Labels associated with the operation.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "session": {
          "description": "Name of the session for the operation.",
          "type": "string"
        },
        "doneTime": {
          "description": "The time when the operation was finished.",
          "type": "string",
          "format": "google-datetime"
        }
      }
    },
    "SearchSparkApplicationStageAttemptsResponse": {
      "id": "SearchSparkApplicationStageAttemptsResponse",
      "description": "A list of Stage Attempts for a Stage of a Spark Application.",
      "type": "object",
      "properties": {
        "sparkApplicationStageAttempts": {
          "readOnly": true,
          "description": "Output only. Data corresponding to a stage attempts",
          "type": "array",
          "items": {
            "$ref": "StageData"
          }
        },
        "nextPageToken": {
          "description": "This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListSparkApplicationStageAttemptsRequest.",
          "type": "string"
        }
      }
    },
    "NodeGroupOperationMetadata": {
      "id": "NodeGroupOperationMetadata",
      "description": "Metadata describing the node group operation.",
      "type": "object",
      "properties": {
        "operationType": {
          "enumDescriptions": [
            "Node group operation type is unknown.",
            "Create node group operation type.",
            "Update node group operation type.",
            "Delete node group operation type.",
            "Resize node group operation type.",
            "Repair node group operation type.",
            "Update node group label operation type.",
            "Start node group operation type.",
            "Stop node group operation type.",
            "This operation type is used to update the metadata config of a node group. We update the metadata of the VMs in the node group and await for intended config change to be completed at the node group level. Currently, only the identity config update is supported."
          ],
          "enum": [
            "NODE_GROUP_OPERATION_TYPE_UNSPECIFIED",
            "CREATE",
            "UPDATE",
            "DELETE",
            "RESIZE",
            "REPAIR",
            "UPDATE_LABELS",
            "START",
            "STOP",
            "UPDATE_METADATA_CONFIG"
          ],
          "description": "The operation type.",
          "type": "string"
        },
        "description": {
          "readOnly": true,
          "description": "Output only. Short description of operation.",
          "type": "string"
        },
        "warnings": {
          "description": "Output only. Errors encountered during operation execution.",
          "type": "array",
          "readOnly": true,
          "items": {
            "type": "string"
          }
        },
        "nodeGroupId": {
          "description": "Output only. Node group ID for the operation.",
          "type": "string",
          "readOnly": true
        },
        "status": {
          "description": "Output only. Current operation status.",
          "$ref": "ClusterOperationStatus",
          "readOnly": true
        },
        "clusterUuid": {
          "readOnly": true,
          "description": "Output only. Cluster UUID associated with the node group operation.",
          "type": "string"
        },
        "statusHistory": {
          "readOnly": true,
          "description": "Output only. The previous operation status.",
          "type": "array",
          "items": {
            "$ref": "ClusterOperationStatus"
          }
        },
        "labels": {
          "readOnly": true,
          "additionalProperties": {
            "type": "string"
          },
          "description": "Output only. Labels associated with the operation.",
          "type": "object"
        }
      }
    },
    "ShuffleWriteQuantileMetrics": {
      "id": "ShuffleWriteQuantileMetrics",
      "type": "object",
      "properties": {
        "writeTimeNanos": {
          "$ref": "Quantiles"
        },
        "writeBytes": {
          "$ref": "Quantiles"
        },
        "writeRecords": {
          "$ref": "Quantiles"
        }
      }
    },
    "ComputeTuningConfigResponse": {
      "description": "Response for ComputeTuningConfig RPC.",
      "type": "object",
      "properties": {
        "recommendedProperties": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Recommended Spark properties for the query (e.g., {\"spark.sql.shuffle.partitions\": \"500\"}).",
          "type": "object"
        }
      },
      "id": "ComputeTuningConfigResponse"
    },
    "AuxiliaryServicesConfig": {
      "id": "AuxiliaryServicesConfig",
      "description": "Auxiliary services configuration for a Cluster.",
      "type": "object",
      "properties": {
        "metastoreConfig": {
          "description": "Optional. The Hive Metastore configuration for this workload.",
          "$ref": "MetastoreConfig"
        },
        "sparkHistoryServerConfig": {
          "description": "Optional. The Spark History Server configuration for the workload.",
          "$ref": "SparkHistoryServerConfig"
        }
      }
    },
    "EnvironmentConfig": {
      "id": "EnvironmentConfig",
      "description": "Environment configuration for a workload.",
      "type": "object",
      "properties": {
        "executionConfig": {
          "description": "Optional. Execution configuration for a workload.",
          "$ref": "ExecutionConfig"
        },
        "peripheralsConfig": {
          "description": "Optional. Peripherals configuration that workload has access to.",
          "$ref": "PeripheralsConfig"
        }
      }
    },
    "NativeBuildInfoUiData": {
      "type": "object",
      "properties": {
        "buildInfo": {
          "description": "Optional. Build related details.",
          "type": "array",
          "items": {
            "$ref": "BuildInfo"
          }
        },
        "buildClass": {
          "description": "Optional. Build class of Native.",
          "type": "string"
        }
      },
      "id": "NativeBuildInfoUiData"
    },
    "DataprocMetricConfig": {
      "description": "Metric config.",
      "type": "object",
      "properties": {
        "metrics": {
          "description": "Required. Metrics sources to enable.",
          "type": "array",
          "items": {
            "$ref": "Metric"
          }
        }
      },
      "id": "DataprocMetricConfig"
    },
    "ApplicationEnvironmentInfo": {
      "description": "Details about the Environment that the application is running in.",
      "type": "object",
      "properties": {
        "sparkProperties": {
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        "classpathEntries": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "metricsProperties": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "systemProperties": {
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        "hadoopProperties": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "runtime": {
          "$ref": "SparkRuntimeInfo"
        },
        "resourceProfiles": {
          "type": "array",
          "items": {
            "$ref": "ResourceProfileInfo"
          }
        }
      },
      "id": "ApplicationEnvironmentInfo"
    },
    "AnalyzeBatchRequest": {
      "id": "AnalyzeBatchRequest",
      "description": "A request to analyze a batch workload.",
      "type": "object",
      "properties": {
        "requestId": {
          "description": "Optional. A unique ID used to identify the request. If the service receives two AnalyzeBatchRequest (http://cloud/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.AnalyzeBatchRequest)s with the same request_id, the second request is ignored and the Operation that corresponds to the first request 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.",
          "type": "string"
        },
        "requestorId": {
          "description": "Optional. The requestor ID is used to identify if the request comes from a GCA investigation or the old Ask Gemini Experience. ",
          "type": "string",
          "deprecated": true
        }
      }
    },
    "SummarizeSparkApplicationStagesResponse": {
      "description": "Summary of a Spark Application stages.",
      "type": "object",
      "properties": {
        "stagesSummary": {
          "description": "Summary of a Spark Application Stages",
          "$ref": "StagesSummary"
        }
      },
      "id": "SummarizeSparkApplicationStagesResponse"
    },
    "SinkProgress": {
      "type": "object",
      "properties": {
        "metrics": {
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        "description": {
          "type": "string"
        },
        "numOutputRows": {
          "type": "string",
          "format": "int64"
        }
      },
      "id": "SinkProgress"
    },
    "GetIamPolicyRequest": {
      "id": "GetIamPolicyRequest",
      "description": "Request message for GetIamPolicy method.",
      "type": "object",
      "properties": {
        "options": {
          "description": "OPTIONAL: A GetPolicyOptions object for specifying options to GetIamPolicy.",
          "$ref": "GetPolicyOptions"
        }
      }
    },
    "InstanceReference": {
      "id": "InstanceReference",
      "description": "A reference to a Compute Engine instance.",
      "type": "object",
      "properties": {
        "instanceName": {
          "description": "The user-friendly name of the Compute Engine instance.",
          "type": "string"
        },
        "publicKey": {
          "description": "The public RSA key used for sharing data with this instance.",
          "type": "string"
        },
        "instanceId": {
          "description": "The unique identifier of the Compute Engine instance.",
          "type": "string"
        },
        "publicEciesKey": {
          "description": "The public ECIES key used for sharing data with this instance.",
          "type": "string"
        }
      }
    },
    "SearchSessionSparkApplicationExecutorsResponse": {
      "id": "SearchSessionSparkApplicationExecutorsResponse",
      "description": "List of Executors associated with a Spark Application.",
      "type": "object",
      "properties": {
        "sparkApplicationExecutors": {
          "items": {
            "$ref": "ExecutorSummary"
          },
          "description": "Details about executors used by the application.",
          "type": "array"
        },
        "nextPageToken": {
          "description": "This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent SearchSessionSparkApplicationExecutorsRequest.",
          "type": "string"
        }
      }
    },
    "AuthenticationConfig": {
      "description": "Authentication configuration for a workload is used to set the default identity for the workload execution. The config specifies the type of identity (service account or user) that will be used by workloads to access resources on the project(s).",
      "type": "object",
      "properties": {
        "userWorkloadAuthenticationType": {
          "description": "Optional. Authentication type for the user workload running in containers.",
          "type": "string",
          "enumDescriptions": [
            "If AuthenticationType is unspecified then END_USER_CREDENTIALS is used for 3.0 and newer runtimes, and SERVICE_ACCOUNT is used for older runtimes.",
            "Use service account credentials for authenticating to other services.",
            "Use OAuth credentials associated with the workload creator/user for authenticating to other services."
          ],
          "enum": [
            "AUTHENTICATION_TYPE_UNSPECIFIED",
            "SERVICE_ACCOUNT",
            "END_USER_CREDENTIALS"
          ]
        }
      },
      "id": "AuthenticationConfig"
    },
    "RddOperationGraph": {
      "id": "RddOperationGraph",
      "description": "Graph representing RDD dependencies. Consists of edges and a root cluster.",
      "type": "object",
      "properties": {
        "outgoingEdges": {
          "type": "array",
          "items": {
            "$ref": "RddOperationEdge"
          }
        },
        "stageId": {
          "format": "int64",
          "type": "string"
        },
        "rootCluster": {
          "$ref": "RddOperationCluster"
        },
        "edges": {
          "type": "array",
          "items": {
            "$ref": "RddOperationEdge"
          }
        },
        "incomingEdges": {
          "type": "array",
          "items": {
            "$ref": "RddOperationEdge"
          }
        }
      }
    },
    "GkeNodeConfig": {
      "description": "Parameters that describe cluster nodes.",
      "type": "object",
      "properties": {
        "preemptible": {
          "description": "Optional. Whether the nodes are created as legacy preemptible VM instances (https://cloud.google.com/compute/docs/instances/preemptible). Also see Spot VMs, preemptible VM instances without a maximum lifetime. Legacy and Spot preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).",
          "type": "boolean"
        },
        "minCpuPlatform": {
          "description": "Optional. Minimum CPU platform (https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform) to be used by this instance. The instance may be scheduled on the specified or a newer CPU platform. Specify the friendly names of CPU platforms, such as \"Intel Haswell\"` or Intel Sandy Bridge\".",
          "type": "string"
        },
        "machineType": {
          "description": "Optional. The name of a Compute Engine machine type (https://cloud.google.com/compute/docs/machine-types).",
          "type": "string"
        },
        "serviceAccount": {
          "description": "Optional. Specifies the service account (https://cloud.google.com/dataproc/docs/guides/dpgke/dataproc-gke-iam) to be used by the node pools. Specify the email address of the service account or its full resource name.Format: projects/{project}/serviceAccounts/{service_account_email} or {service_account_email}.",
          "type": "string"
        },
        "spot": {
          "description": "Optional. Whether the nodes are created as Spot VM instances (https://cloud.google.com/compute/docs/instances/spot). Spot VMs are the latest update to legacy preemptible VMs. Spot VMs do not have a maximum lifetime. Legacy and Spot preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).",
          "type": "boolean"
        },
        "accelerators": {
          "items": {
            "$ref": "GkeNodePoolAcceleratorConfig"
          },
          "description": "Optional. A list of hardware accelerators (https://cloud.google.com/compute/docs/gpus) to attach to each node.",
          "type": "array"
        },
        "bootDiskKmsKey": {
          "description": "Optional. The Customer Managed Encryption Key (CMEK) (https://cloud.google.com/kubernetes-engine/docs/how-to/using-cmek) used to encrypt the boot disk attached to each node in the node pool. Specify the key using the following format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}",
          "type": "string"
        },
        "localSsdCount": {
          "description": "Optional. The number of local SSD disks to attach to the node, which is limited by the maximum number of disks allowable per zone (see Adding Local SSDs (https://cloud.google.com/compute/docs/disks/local-ssd)).",
          "type": "integer",
          "format": "int32"
        }
      },
      "id": "GkeNodeConfig"
    },
    "SparkHistoryServerConfig": {
      "description": "Spark History Server configuration for the workload.",
      "type": "object",
      "properties": {
        "dataprocCluster": {
          "description": "Optional. Resource name of an existing Dataproc Cluster to act as a Spark History Server for the workload.Example: projects/[project_id]/regions/[region]/clusters/[cluster_name]",
          "type": "string"
        }
      },
      "id": "SparkHistoryServerConfig"
    },
    "ParameterValidation": {
      "description": "Configuration for parameter validation.",
      "type": "object",
      "properties": {
        "regex": {
          "description": "Validation based on regular expressions.",
          "$ref": "RegexValidation"
        },
        "values": {
          "description": "Validation based on a list of allowed values.",
          "$ref": "ValueValidation"
        }
      },
      "id": "ParameterValidation"
    },
    "PropertiesInfo": {
      "description": "Properties of the workload organized by origin.",
      "type": "object",
      "properties": {
        "autotuningProperties": {
          "readOnly": true,
          "additionalProperties": {
            "$ref": "ValueInfo"
          },
          "description": "Output only. Properties set by autotuning engine.",
          "type": "object"
        }
      },
      "id": "PropertiesInfo"
    },
    "IdentityConfig": {
      "description": "Identity related configuration, including service account based secure multi-tenancy user mappings.",
      "type": "object",
      "properties": {
        "userServiceAccountMapping": {
          "description": "Required. Map of user to service account.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "enableSsh": {
          "description": "Optional. Whether to enable SSH access for the cluster. The default is true for image versions prior to 3.1 and false for image versions 3.1 and later. The default behavior can be changed when creating clusters using image versions 2.3.30 and later.",
          "type": "boolean"
        }
      },
      "id": "IdentityConfig"
    },
    "TaskMetrics": {
      "description": "Executor Task Metrics",
      "type": "object",
      "properties": {
        "memoryBytesSpilled": {
          "format": "int64",
          "type": "string"
        },
        "shuffleReadMetrics": {
          "$ref": "ShuffleReadMetrics"
        },
        "resultSerializationTimeMillis": {
          "type": "string",
          "format": "int64"
        },
        "diskBytesSpilled": {
          "type": "string",
          "format": "int64"
        },
        "executorRunTimeMillis": {
          "type": "string",
          "format": "int64"
        },
        "outputMetrics": {
          "$ref": "OutputMetrics"
        },
        "executorDeserializeTimeMillis": {
          "type": "string",
          "format": "int64"
        },
        "jvmGcTimeMillis": {
          "format": "int64",
          "type": "string"
        },
        "inputMetrics": {
          "$ref": "InputMetrics"
        },
        "peakExecutionMemoryBytes": {
          "format": "int64",
          "type": "string"
        },
        "executorDeserializeCpuTimeNanos": {
          "format": "int64",
          "type": "string"
        },
        "executorCpuTimeNanos": {
          "type": "string",
          "format": "int64"
        },
        "resultSize": {
          "type": "string",
          "format": "int64"
        },
        "shuffleWriteMetrics": {
          "$ref": "ShuffleWriteMetrics"
        }
      },
      "id": "TaskMetrics"
    },
    "SourceProgress": {
      "id": "SourceProgress",
      "type": "object",
      "properties": {
        "endOffset": {
          "type": "string"
        },
        "inputRowsPerSecond": {
          "format": "double",
          "type": "number"
        },
        "processedRowsPerSecond": {
          "type": "number",
          "format": "double"
        },
        "description": {
          "type": "string"
        },
        "numInputRows": {
          "type": "string",
          "format": "int64"
        },
        "startOffset": {
          "type": "string"
        },
        "latestOffset": {
          "type": "string"
        },
        "metrics": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      }
    },
    "FallbackReason": {
      "description": "Native SQL Execution Data",
      "type": "object",
      "properties": {
        "fallbackNode": {
          "description": "Optional. Fallback node information.",
          "type": "string"
        },
        "fallbackReason": {
          "description": "Optional. Fallback to Spark reason.",
          "type": "string"
        }
      },
      "id": "FallbackReason"
    },
    "KubernetesClusterConfig": {
      "description": "The configuration for running the Dataproc cluster on Kubernetes.",
      "type": "object",
      "properties": {
        "gkeClusterConfig": {
          "description": "Required. The configuration for running the Dataproc cluster on GKE.",
          "$ref": "GkeClusterConfig"
        },
        "kubernetesSoftwareConfig": {
          "description": "Optional. The software configuration for this Dataproc cluster running on Kubernetes.",
          "$ref": "KubernetesSoftwareConfig"
        },
        "kubernetesNamespace": {
          "description": "Optional. A namespace within the Kubernetes cluster to deploy into. If this namespace does not exist, it is created. If it exists, Dataproc verifies that another Dataproc VirtualCluster is not installed into it. If not specified, the name of the Dataproc Cluster is used.",
          "type": "string"
        }
      },
      "id": "KubernetesClusterConfig"
    },
    "ListSessionTemplatesResponse": {
      "id": "ListSessionTemplatesResponse",
      "description": "A list of session templates.",
      "type": "object",
      "properties": {
        "sessionTemplates": {
          "description": "Output only. Session template list",
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "SessionTemplate"
          }
        },
        "nextPageToken": {
          "description": "A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        }
      }
    },
    "Empty": {
      "id": "Empty",
      "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } ",
      "type": "object",
      "properties": {}
    },
    "BuildInfo": {
      "id": "BuildInfo",
      "description": "Native Build Info",
      "type": "object",
      "properties": {
        "buildValue": {
          "description": "Optional. Build value.",
          "type": "string"
        },
        "buildKey": {
          "description": "Optional. Build key.",
          "type": "string"
        }
      }
    },
    "OutputQuantileMetrics": {
      "id": "OutputQuantileMetrics",
      "type": "object",
      "properties": {
        "bytesWritten": {
          "$ref": "Quantiles"
        },
        "recordsWritten": {
          "$ref": "Quantiles"
        }
      }
    },
    "RddStorageInfo": {
      "description": "Overall data about RDD storage.",
      "type": "object",
      "properties": {
        "numPartitions": {
          "format": "int32",
          "type": "integer"
        },
        "partitions": {
          "type": "array",
          "items": {
            "$ref": "RddPartitionInfo"
          }
        },
        "name": {
          "type": "string"
        },
        "storageLevel": {
          "type": "string"
        },
        "rddStorageId": {
          "format": "int32",
          "type": "integer"
        },
        "memoryUsed": {
          "type": "string",
          "format": "int64"
        },
        "diskUsed": {
          "format": "int64",
          "type": "string"
        },
        "numCachedPartitions": {
          "format": "int32",
          "type": "integer"
        },
        "dataDistribution": {
          "type": "array",
          "items": {
            "$ref": "RddDataDistribution"
          }
        }
      },
      "id": "RddStorageInfo"
    },
    "InstanceFlexibilityPolicy": {
      "id": "InstanceFlexibilityPolicy",
      "description": "Instance flexibility Policy allowing a mixture of VM shapes and provisioning models.",
      "type": "object",
      "properties": {
        "instanceMachineTypes": {
          "description": "Output only. A map of instance short name to machine type. The key is the short name of the Compute Engine instance, and the value is the full machine-type name (e.g., 'n1-standard-16'). See Machine types for more information on valid machine type strings.",
          "type": "object",
          "readOnly": true,
          "additionalProperties": {
            "type": "string"
          }
        },
        "provisioningModelMix": {
          "description": "Optional. Defines how the Group selects the provisioning model to ensure required reliability.",
          "$ref": "ProvisioningModelMix"
        },
        "instanceSelectionResults": {
          "items": {
            "$ref": "InstanceSelectionResult"
          },
          "description": "Output only. A list of instance selection results in the group.",
          "type": "array",
          "readOnly": true
        },
        "instanceSelectionList": {
          "description": "Optional. List of instance selection options that the group will use when creating new VMs.",
          "type": "array",
          "items": {
            "$ref": "InstanceSelection"
          }
        }
      }
    },
    "StagesSummary": {
      "id": "StagesSummary",
      "description": "Data related to Stages page summary",
      "type": "object",
      "properties": {
        "numSkippedStages": {
          "type": "integer",
          "format": "int32"
        },
        "applicationId": {
          "type": "string"
        },
        "numCompletedStages": {
          "format": "int32",
          "type": "integer"
        },
        "numPendingStages": {
          "format": "int32",
          "type": "integer"
        },
        "numActiveStages": {
          "type": "integer",
          "format": "int32"
        },
        "numFailedStages": {
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "JobReference": {
      "description": "Encapsulates the full scoping used to reference a job.",
      "type": "object",
      "properties": {
        "projectId": {
          "description": "Optional. The ID of the Google Cloud Platform project that the job belongs to. If specified, must match the request project ID.",
          "type": "string"
        },
        "jobId": {
          "description": "Optional. The job ID, which must be unique within the project.The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or hyphens (-). The maximum length is 100 characters.If not specified by the caller, the job ID will be provided by the server.",
          "type": "string"
        }
      },
      "id": "JobReference"
    },
    "CohortInfo": {
      "description": "Information about the cohort that the workload belongs to.",
      "type": "object",
      "properties": {
        "cohort": {
          "description": "Output only. Final cohort that was used to tune the workload.",
          "type": "string",
          "readOnly": true
        },
        "cohortSource": {
          "description": "Output only. Source of the cohort.",
          "type": "string",
          "enumDescriptions": [
            "Cohort source is unspecified.",
            "Indicates that the cohort was explicitly provided.",
            "Composed from the labels coming from Airflow/Composer."
          ],
          "readOnly": true,
          "enum": [
            "COHORT_SOURCE_UNSPECIFIED",
            "USER_PROVIDED",
            "AIRFLOW"
          ]
        }
      },
      "id": "CohortInfo"
    },
    "GkeNodePoolAcceleratorConfig": {
      "id": "GkeNodePoolAcceleratorConfig",
      "description": "A GkeNodeConfigAcceleratorConfig represents a Hardware Accelerator request for a node pool.",
      "type": "object",
      "properties": {
        "acceleratorType": {
          "description": "The accelerator type resource namename (see GPUs on Compute Engine).",
          "type": "string"
        },
        "acceleratorCount": {
          "format": "int64",
          "description": "The number of accelerator cards exposed to an instance.",
          "type": "string"
        },
        "gpuPartitionSize": {
          "description": "Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide (https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning).",
          "type": "string"
        }
      }
    },
    "WriteSessionSparkApplicationContextRequest": {
      "id": "WriteSessionSparkApplicationContextRequest",
      "description": "Write Spark Application data to internal storage systems",
      "type": "object",
      "properties": {
        "parent": {
          "description": "Required. Parent (Batch) resource reference.",
          "type": "string"
        },
        "sparkWrapperObjects": {
          "items": {
            "$ref": "SparkWrapperObject"
          },
          "description": "Required. The batch of spark application context objects sent for ingestion.",
          "type": "array"
        }
      }
    },
    "SearchSessionSparkApplicationExecutorStageSummaryResponse": {
      "description": "List of Executors associated with a Spark Application Stage.",
      "type": "object",
      "properties": {
        "nextPageToken": {
          "description": "This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent SearchSessionSparkApplicationExecutorStageSummaryRequest.",
          "type": "string"
        },
        "sparkApplicationStageExecutors": {
          "description": "Details about executors used by the application stage.",
          "type": "array",
          "items": {
            "$ref": "ExecutorStageSummary"
          }
        }
      },
      "id": "SearchSessionSparkApplicationExecutorStageSummaryResponse"
    },
    "Metric": {
      "id": "Metric",
      "description": "A custom metric.",
      "type": "object",
      "properties": {
        "metricSource": {
          "description": "Required. A standard set of metrics is collected unless metricOverrides are specified for the metric source (see Custom metrics (https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#custom_metrics) for more information).",
          "type": "string",
          "enumDescriptions": [
            "Required unspecified metric source.",
            "Monitoring agent metrics. If this source is enabled, the service enables the monitoring agent in Compute Engine, and collects monitoring agent metrics, which are published with an agent.googleapis.com prefix.",
            "HDFS metric source.",
            "Spark metric source.",
            "YARN metric source.",
            "Spark History Server metric source.",
            "Hiveserver2 metric source.",
            "hivemetastore metric source",
            "flink metric source"
          ],
          "enum": [
            "METRIC_SOURCE_UNSPECIFIED",
            "MONITORING_AGENT_DEFAULTS",
            "HDFS",
            "SPARK",
            "YARN",
            "SPARK_HISTORY_SERVER",
            "HIVESERVER2",
            "HIVEMETASTORE",
            "FLINK"
          ]
        },
        "metricOverrides": {
          "items": {
            "type": "string"
          },
          "description": "Optional. Specify one or more Custom metrics (https://cloud.google.com/dataproc/docs/guides/dataproc-metrics#custom_metrics) to collect for the metric course (for the SPARK metric source (any Spark metric (https://spark.apache.org/docs/latest/monitoring.html#metrics) can be specified).Provide metrics in the following format:METRIC_SOURCE:INSTANCE :GROUP:METRIC Use camelcase as appropriate.Examples: yarn:ResourceManager:QueueMetrics:AppsCompleted spark:driver:DAGScheduler:job.allJobs sparkHistoryServer:JVM:Memory:NonHeapMemoryUsage.committed hiveserver2:JVM:Memory:NonHeapMemoryUsage.used Notes: Only the specified overridden metrics are collected for the metric source. For example, if one or more spark:executive metrics are listed as metric overrides, other SPARK metrics are not collected. The collection of the metrics for other enabled custom metric sources is unaffected. For example, if both SPARK and YARN metric sources are enabled, and overrides are provided for Spark metrics only, all YARN metrics are collected.",
          "type": "array"
        }
      }
    },
    "TestIamPermissionsResponse": {
      "id": "TestIamPermissionsResponse",
      "description": "Response message for TestIamPermissions method.",
      "type": "object",
      "properties": {
        "permissions": {
          "description": "A subset of TestPermissionsRequest.permissions that the caller is allowed.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "Batch": {
      "id": "Batch",
      "description": "A representation of a batch workload in the service.",
      "type": "object",
      "properties": {
        "environmentConfig": {
          "description": "Optional. Environment configuration for the batch execution.",
          "$ref": "EnvironmentConfig"
        },
        "uuid": {
          "description": "Output only. A batch UUID (Unique Universal Identifier). The service generates this value when it creates the batch.",
          "type": "string",
          "readOnly": true
        },
        "state": {
          "description": "Output only. The state of the batch.",
          "type": "string",
          "enumDescriptions": [
            "The batch state is unknown.",
            "The batch is created before running.",
            "The batch is running.",
            "The batch is cancelling.",
            "The batch cancellation was successful.",
            "The batch completed successfully.",
            "The batch is no longer running due to an error."
          ],
          "readOnly": true,
          "enum": [
            "STATE_UNSPECIFIED",
            "PENDING",
            "RUNNING",
            "CANCELLING",
            "CANCELLED",
            "SUCCEEDED",
            "FAILED"
          ]
        },
        "runtimeConfig": {
          "description": "Optional. Runtime configuration for the batch execution.",
          "$ref": "RuntimeConfig"
        },
        "operation": {
          "description": "Output only. The resource name of the operation associated with this batch.",
          "type": "string",
          "readOnly": true
        },
        "pysparkBatch": {
          "description": "Optional. PySpark batch config.",
          "$ref": "PySparkBatch"
        },
        "sparkSqlBatch": {
          "description": "Optional. SparkSql batch config.",
          "$ref": "SparkSqlBatch"
        },
        "creator": {
          "description": "Output only. The email address of the user who created the batch.",
          "type": "string",
          "readOnly": true
        },
        "name": {
          "readOnly": true,
          "description": "Output only. The resource name of the batch.",
          "type": "string"
        },
        "stateHistory": {
          "items": {
            "$ref": "StateHistory"
          },
          "readOnly": true,
          "description": "Output only. Historical state information for the batch.",
          "type": "array"
        },
        "sparkRBatch": {
          "description": "Optional. SparkR batch config.",
          "$ref": "SparkRBatch"
        },
        "stateTime": {
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The time when the batch entered a current state.",
          "type": "string"
        },
        "sparkBatch": {
          "description": "Optional. Spark batch config.",
          "$ref": "SparkBatch"
        },
        "pysparkNotebookBatch": {
          "description": "Optional. PySpark notebook batch config.",
          "$ref": "PySparkNotebookBatch"
        },
        "createTime": {
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The time when the batch was created.",
          "type": "string"
        },
        "labels": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. The labels to associate with this batch. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a batch.",
          "type": "object"
        },
        "runtimeInfo": {
          "description": "Output only. Runtime information about batch execution.",
          "$ref": "RuntimeInfo",
          "readOnly": true
        },
        "stateMessage": {
          "description": "Output only. Batch state details, such as a failure description if the state is FAILED.",
          "type": "string",
          "readOnly": true
        }
      }
    },
    "AccessSessionSparkApplicationSqlSparkPlanGraphResponse": {
      "description": "SparkPlanGraph for a Spark Application execution limited to maximum 10000 clusters.",
      "type": "object",
      "properties": {
        "sparkPlanGraph": {
          "description": "SparkPlanGraph for a Spark Application execution.",
          "$ref": "SparkPlanGraph"
        }
      },
      "id": "AccessSessionSparkApplicationSqlSparkPlanGraphResponse"
    },
    "SparkJob": {
      "description": "A Dataproc job for running Apache Spark (https://spark.apache.org/) applications on YARN.",
      "type": "object",
      "properties": {
        "archiveUris": {
          "items": {
            "type": "string"
          },
          "description": "Optional. HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.",
          "type": "array"
        },
        "loggingConfig": {
          "description": "Optional. The runtime log config for job execution.",
          "$ref": "LoggingConfig"
        },
        "mainJarFileUri": {
          "description": "The HCFS URI of the jar file that contains the main class.",
          "type": "string"
        },
        "mainClass": {
          "description": "The name of the driver's main class. The jar file that contains the class must be in the default CLASSPATH or specified in SparkJob.jar_file_uris.",
          "type": "string"
        },
        "args": {
          "items": {
            "type": "string"
          },
          "description": "Optional. The arguments to pass to the driver. Do not include arguments, such as --conf, that can be set as job properties, since a collision may occur that causes an incorrect job submission.",
          "type": "array"
        },
        "jarFileUris": {
          "description": "Optional. HCFS URIs of jar files to add to the CLASSPATHs of the Spark driver and tasks.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "properties": {
          "description": "Optional. A mapping of property names to values, used to configure Spark. Properties that conflict with values set by the Dataproc API might be overwritten. Can include properties set in /etc/spark/conf/spark-defaults.conf and classes in user code.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "fileUris": {
          "items": {
            "type": "string"
          },
          "description": "Optional. HCFS URIs of files to be placed in the working directory of each executor. Useful for naively parallel tasks.",
          "type": "array"
        }
      },
      "id": "SparkJob"
    },
    "ExecutorSummary": {
      "description": "Details about executors used by the application.",
      "type": "object",
      "properties": {
        "isExcluded": {
          "type": "boolean"
        },
        "executorId": {
          "type": "string"
        },
        "totalTasks": {
          "format": "int32",
          "type": "integer"
        },
        "peakMemoryMetrics": {
          "$ref": "ExecutorMetrics"
        },
        "maxMemory": {
          "format": "int64",
          "type": "string"
        },
        "totalShuffleRead": {
          "format": "int64",
          "type": "string"
        },
        "totalShuffleWrite": {
          "type": "string",
          "format": "int64"
        },
        "rddBlocks": {
          "type": "integer",
          "format": "int32"
        },
        "executorLogs": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "removeReason": {
          "type": "string"
        },
        "memoryMetrics": {
          "$ref": "MemoryMetrics"
        },
        "memoryUsed": {
          "type": "string",
          "format": "int64"
        },
        "totalDurationMillis": {
          "format": "int64",
          "type": "string"
        },
        "totalInputBytes": {
          "format": "int64",
          "type": "string"
        },
        "totalGcTimeMillis": {
          "format": "int64",
          "type": "string"
        },
        "hostPort": {
          "type": "string"
        },
        "failedTasks": {
          "type": "integer",
          "format": "int32"
        },
        "excludedInStages": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "int64"
          }
        },
        "diskUsed": {
          "type": "string",
          "format": "int64"
        },
        "activeTasks": {
          "type": "integer",
          "format": "int32"
        },
        "resourceProfileId": {
          "format": "int32",
          "type": "integer"
        },
        "isActive": {
          "type": "boolean"
        },
        "maxTasks": {
          "format": "int32",
          "type": "integer"
        },
        "addTime": {
          "format": "google-datetime",
          "type": "string"
        },
        "completedTasks": {
          "format": "int32",
          "type": "integer"
        },
        "removeTime": {
          "format": "google-datetime",
          "type": "string"
        },
        "resources": {
          "additionalProperties": {
            "$ref": "ResourceInformation"
          },
          "type": "object"
        },
        "attributes": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "totalCores": {
          "type": "integer",
          "format": "int32"
        }
      },
      "id": "ExecutorSummary"
    },
    "Quantiles": {
      "description": "Quantile metrics data related to Tasks. Units can be seconds, bytes, milliseconds, etc depending on the message type.",
      "type": "object",
      "properties": {
        "percentile25": {
          "format": "int64",
          "type": "string"
        },
        "percentile75": {
          "type": "string",
          "format": "int64"
        },
        "maximum": {
          "type": "string",
          "format": "int64"
        },
        "sum": {
          "format": "int64",
          "type": "string"
        },
        "percentile50": {
          "format": "int64",
          "type": "string"
        },
        "count": {
          "type": "string",
          "format": "int64"
        },
        "minimum": {
          "format": "int64",
          "type": "string"
        }
      },
      "id": "Quantiles"
    },
    "StageShufflePushReadMetrics": {
      "type": "object",
      "properties": {
        "remoteMergedBytesRead": {
          "type": "string",
          "format": "int64"
        },
        "remoteMergedReqsDuration": {
          "format": "int64",
          "type": "string"
        },
        "remoteMergedChunksFetched": {
          "format": "int64",
          "type": "string"
        },
        "mergedFetchFallbackCount": {
          "type": "string",
          "format": "int64"
        },
        "remoteMergedBlocksFetched": {
          "format": "int64",
          "type": "string"
        },
        "localMergedChunksFetched": {
          "format": "int64",
          "type": "string"
        },
        "corruptMergedBlockChunks": {
          "type": "string",
          "format": "int64"
        },
        "localMergedBlocksFetched": {
          "type": "string",
          "format": "int64"
        },
        "localMergedBytesRead": {
          "type": "string",
          "format": "int64"
        }
      },
      "id": "StageShufflePushReadMetrics"
    },
    "MetastoreConfig": {
      "id": "MetastoreConfig",
      "description": "Specifies a Metastore configuration.",
      "type": "object",
      "properties": {
        "dataprocMetastoreService": {
          "description": "Required. Resource name of an existing Metastore service.Example: projects/[project_id]/locations/[dataproc_region]/services/[service-name]",
          "type": "string"
        }
      }
    },
    "OrderedJob": {
      "id": "OrderedJob",
      "description": "A job executed by the workflow.",
      "type": "object",
      "properties": {
        "stepId": {
          "description": "Required. The step id. The id must be unique among all jobs within the template.The step id is used as prefix for job id, as job goog-dataproc-workflow-step-id label, and in prerequisiteStepIds field from other steps.The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between 3 and 50 characters.",
          "type": "string"
        },
        "flinkJob": {
          "description": "Optional. Job is a Flink job.",
          "$ref": "FlinkJob"
        },
        "sparkSqlJob": {
          "description": "Optional. Job is a SparkSql job.",
          "$ref": "SparkSqlJob"
        },
        "prerequisiteStepIds": {
          "description": "Optional. The optional list of prerequisite job step_ids. If not specified, the job will start at the beginning of workflow.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "hiveJob": {
          "description": "Optional. Job is a Hive job.",
          "$ref": "HiveJob"
        },
        "pysparkJob": {
          "description": "Optional. Job is a PySpark job.",
          "$ref": "PySparkJob"
        },
        "trinoJob": {
          "description": "Optional. Job is a Trino job.",
          "$ref": "TrinoJob"
        },
        "labels": {
          "description": "Optional. The labels to associate with this job.Label keys must be between 1 and 63 characters long, and must conform to the following regular expression: \\p{Ll}\\p{Lo}{0,62}Label values must be between 1 and 63 characters long, and must conform to the following regular expression: \\p{Ll}\\p{Lo}\\p{N}_-{0,63}No more than 32 labels can be associated with a given job.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "sparkRJob": {
          "description": "Optional. Job is a SparkR job.",
          "$ref": "SparkRJob"
        },
        "scheduling": {
          "description": "Optional. Job scheduling configuration.",
          "$ref": "JobScheduling"
        },
        "hadoopJob": {
          "description": "Optional. Job is a Hadoop job.",
          "$ref": "HadoopJob"
        },
        "prestoJob": {
          "description": "Optional. Job is a Presto job.",
          "$ref": "PrestoJob"
        },
        "pigJob": {
          "description": "Optional. Job is a Pig job.",
          "$ref": "PigJob"
        },
        "sparkJob": {
          "description": "Optional. Job is a Spark job.",
          "$ref": "SparkJob"
        }
      }
    },
    "SparkPlanGraphNode": {
      "id": "SparkPlanGraphNode",
      "description": "Represents a node in the spark plan tree.",
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "sparkPlanGraphNodeId": {
          "format": "int64",
          "type": "string"
        },
        "metrics": {
          "type": "array",
          "items": {
            "$ref": "SqlPlanMetric"
          }
        },
        "metadata": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. Additional metadata for the spark plan graph cluster.",
          "type": "object"
        },
        "desc": {
          "type": "string"
        }
      }
    },
    "AccessSessionSparkApplicationNativeSqlQueryResponse": {
      "id": "AccessSessionSparkApplicationNativeSqlQueryResponse",
      "description": "Details of a native query for a Spark Application",
      "type": "object",
      "properties": {
        "executionData": {
          "description": "Native SQL Execution Data",
          "$ref": "NativeSqlExecutionUiData"
        }
      }
    },
    "StreamingQueryData": {
      "id": "StreamingQueryData",
      "description": "Streaming",
      "type": "object",
      "properties": {
        "isActive": {
          "type": "boolean"
        },
        "endTimestamp": {
          "format": "int64",
          "type": "string"
        },
        "runId": {
          "type": "string"
        },
        "exception": {
          "type": "string"
        },
        "streamingQueryId": {
          "type": "string"
        },
        "startTimestamp": {
          "type": "string",
          "format": "int64"
        },
        "name": {
          "type": "string"
        }
      }
    },
    "SparkRJob": {
      "id": "SparkRJob",
      "description": "A Dataproc job for running Apache SparkR (https://spark.apache.org/docs/latest/sparkr.html) applications on YARN.",
      "type": "object",
      "properties": {
        "archiveUris": {
          "description": "Optional. HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "loggingConfig": {
          "description": "Optional. The runtime log config for job execution.",
          "$ref": "LoggingConfig"
        },
        "mainRFileUri": {
          "description": "Required. The HCFS URI of the main R file to use as the driver. Must be a .R file.",
          "type": "string"
        },
        "fileUris": {
          "items": {
            "type": "string"
          },
          "description": "Optional. HCFS URIs of files to be placed in the working directory of each executor. Useful for naively parallel tasks.",
          "type": "array"
        },
        "properties": {
          "description": "Optional. A mapping of property names to values, used to configure SparkR. Properties that conflict with values set by the Dataproc API might be overwritten. Can include properties set in /etc/spark/conf/spark-defaults.conf and classes in user code.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "args": {
          "description": "Optional. The arguments to pass to the driver. Do not include arguments, such as --conf, that can be set as job properties, since a collision may occur that causes an incorrect job submission.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "SparkPlanGraphCluster": {
      "id": "SparkPlanGraphCluster",
      "description": "Represents a tree of spark plan.",
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "desc": {
          "type": "string"
        },
        "sparkPlanGraphClusterId": {
          "type": "string",
          "format": "int64"
        },
        "nodes": {
          "type": "array",
          "items": {
            "$ref": "SparkPlanGraphNodeWrapper"
          }
        },
        "metrics": {
          "type": "array",
          "items": {
            "$ref": "SqlPlanMetric"
          }
        },
        "metadata": {
          "description": "Optional. Additional metadata for the spark plan graph cluster.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      }
    },
    "SearchSparkApplicationSqlQueriesResponse": {
      "id": "SearchSparkApplicationSqlQueriesResponse",
      "description": "List of all queries for a Spark Application.",
      "type": "object",
      "properties": {
        "sparkApplicationSqlQueries": {
          "items": {
            "$ref": "SqlExecutionUiData"
          },
          "readOnly": true,
          "description": "Output only. SQL Execution Data",
          "type": "array"
        },
        "nextPageToken": {
          "description": "This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent SearchSparkApplicationSqlQueriesRequest.",
          "type": "string"
        }
      }
    },
    "InstanceSelection": {
      "id": "InstanceSelection",
      "description": "Defines machines types and a rank to which the machines types belong.",
      "type": "object",
      "properties": {
        "machineTypes": {
          "description": "Optional. Full machine-type names, e.g. \"n1-standard-16\".",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "diskConfig": {
          "description": "Optional. Disk configuration to apply to the instances in this instance selection. If specified on any entry in instanceSelectionList, then it must be specified on every entry in instanceSelectionList and the instanceGroupConfig must not specify any diskConfig.",
          "$ref": "DiskConfig"
        },
        "rank": {
          "description": "Optional. Preference of this instance selection. Lower number means higher preference. The service will first try to create a VM based on the machine-type with priority rank and fallback to next rank based on availability. Machine types and instance selections with the same priority have the same preference.",
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "StageOutputMetrics": {
      "id": "StageOutputMetrics",
      "description": "Metrics about the output written by the stage.",
      "type": "object",
      "properties": {
        "bytesWritten": {
          "type": "string",
          "format": "int64"
        },
        "recordsWritten": {
          "type": "string",
          "format": "int64"
        }
      }
    },
    "Status": {
      "id": "Status",
      "description": "The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC (https://github.com/grpc). Each Status message contains three pieces of data: error code, error message, and error details.You can find out more about this error model and how to work with it in the API Design Guide (https://cloud.google.com/apis/design/errors).",
      "type": "object",
      "properties": {
        "details": {
          "items": {
            "type": "object",
            "additionalProperties": {
              "type": "any",
              "description": "Properties of the object. Contains field @type with type URL."
            }
          },
          "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.",
          "type": "array"
        },
        "code": {
          "format": "int32",
          "description": "The status code, which should be an enum value of google.rpc.Code.",
          "type": "integer"
        },
        "message": {
          "description": "A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.",
          "type": "string"
        }
      }
    },
    "WorkflowMetadata": {
      "description": "A Dataproc workflow template resource.",
      "type": "object",
      "properties": {
        "dagStartTime": {
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. DAG start time, only set for workflows with dag_timeout when DAG begins.",
          "type": "string"
        },
        "state": {
          "readOnly": true,
          "enum": [
            "UNKNOWN",
            "PENDING",
            "RUNNING",
            "DONE"
          ],
          "description": "Output only. The workflow state.",
          "type": "string",
          "enumDescriptions": [
            "Unused.",
            "The operation has been created.",
            "The operation is running.",
            "The operation is done; either cancelled or completed."
          ]
        },
        "startTime": {
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. Workflow start time.",
          "type": "string"
        },
        "createCluster": {
          "description": "Output only. The create cluster operation metadata.",
          "$ref": "ClusterOperation",
          "readOnly": true
        },
        "parameters": {
          "description": "Map from parameter names to values that were used for those parameters.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "clusterUuid": {
          "readOnly": true,
          "description": "Output only. The UUID of target cluster.",
          "type": "string"
        },
        "template": {
          "description": "Output only. The resource name of the workflow template as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id}",
          "type": "string",
          "readOnly": true
        },
        "dagEndTime": {
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. DAG end time, only set for workflows with dag_timeout when DAG ends.",
          "type": "string"
        },
        "clusterName": {
          "description": "Output only. The name of the target cluster.",
          "type": "string",
          "readOnly": true
        },
        "dagTimeout": {
          "description": "Output only. The timeout duration for the DAG of jobs, expressed in seconds (see JSON representation of duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).",
          "type": "string",
          "readOnly": true,
          "format": "google-duration"
        },
        "deleteCluster": {
          "readOnly": true,
          "description": "Output only. The delete cluster operation metadata.",
          "$ref": "ClusterOperation"
        },
        "graph": {
          "readOnly": true,
          "description": "Output only. The workflow graph.",
          "$ref": "WorkflowGraph"
        },
        "endTime": {
          "description": "Output only. Workflow end time.",
          "type": "string",
          "readOnly": true,
          "format": "google-datetime"
        },
        "version": {
          "readOnly": true,
          "format": "int32",
          "description": "Output only. The version of template at the time of workflow instantiation.",
          "type": "integer"
        }
      },
      "id": "WorkflowMetadata"
    },
    "PyPiRepositoryConfig": {
      "id": "PyPiRepositoryConfig",
      "description": "Configuration for PyPi repository",
      "type": "object",
      "properties": {
        "pypiRepository": {
          "description": "Optional. The PyPi repository address. Note: This field is not available for batch workloads.",
          "type": "string"
        }
      }
    },
    "SubmitJobRequest": {
      "description": "A request to submit a job.",
      "type": "object",
      "properties": {
        "job": {
          "description": "Required. The job resource.",
          "$ref": "Job"
        },
        "requestId": {
          "description": "Optional. A unique id used to identify the request. If the server receives two SubmitJobRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.SubmitJobRequest)s with the same id, then the second request will be ignored and the first Job created and stored in the backend is returned.It is recommended to always set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.",
          "type": "string"
        }
      },
      "id": "SubmitJobRequest"
    },
    "GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig": {
      "description": "Encryption settings for encrypting workflow template job arguments.",
      "type": "object",
      "properties": {
        "kmsKey": {
          "description": "Optional. The Cloud KMS key name to use for encrypting workflow template job arguments.When this this key is provided, the following workflow template job arguments (https://cloud.google.com/dataproc/docs/concepts/workflows/use-workflows#adding_jobs_to_a_template), if present, are CMEK encrypted (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/customer-managed-encryption#use_cmek_with_workflow_template_data): FlinkJob args (https://cloud.google.com/dataproc/docs/reference/rest/v1/FlinkJob) HadoopJob args (https://cloud.google.com/dataproc/docs/reference/rest/v1/HadoopJob) SparkJob args (https://cloud.google.com/dataproc/docs/reference/rest/v1/SparkJob) SparkRJob args (https://cloud.google.com/dataproc/docs/reference/rest/v1/SparkRJob) PySparkJob args (https://cloud.google.com/dataproc/docs/reference/rest/v1/PySparkJob) SparkSqlJob (https://cloud.google.com/dataproc/docs/reference/rest/v1/SparkSqlJob) scriptVariables and queryList.queries HiveJob (https://cloud.google.com/dataproc/docs/reference/rest/v1/HiveJob) scriptVariables and queryList.queries PigJob (https://cloud.google.com/dataproc/docs/reference/rest/v1/PigJob) scriptVariables and queryList.queries PrestoJob (https://cloud.google.com/dataproc/docs/reference/rest/v1/PrestoJob) scriptVariables and queryList.queries",
          "type": "string"
        }
      },
      "id": "GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig"
    },
    "ClusterToRepair": {
      "description": "Cluster to be repaired",
      "type": "object",
      "properties": {
        "clusterRepairAction": {
          "enumDescriptions": [
            "No action will be taken by default.",
            "Repair cluster in ERROR_DUE_TO_UPDATE states."
          ],
          "enum": [
            "CLUSTER_REPAIR_ACTION_UNSPECIFIED",
            "REPAIR_ERROR_DUE_TO_UPDATE_CLUSTER"
          ],
          "description": "Required. Repair action to take on the cluster resource.",
          "type": "string"
        }
      },
      "id": "ClusterToRepair"
    },
    "AnalyzeOperationMetadata": {
      "description": "Metadata describing the Analyze operation.",
      "type": "object",
      "properties": {
        "analyzedWorkloadName": {
          "readOnly": true,
          "description": "Output only. name of the workload being analyzed.",
          "type": "string"
        },
        "analyzedWorkloadType": {
          "enumDescriptions": [
            "Undefined option",
            "Serverless batch job"
          ],
          "description": "Output only. Type of the workload being analyzed.",
          "type": "string",
          "enum": [
            "WORKLOAD_TYPE_UNSPECIFIED",
            "BATCH"
          ],
          "readOnly": true
        },
        "description": {
          "readOnly": true,
          "description": "Output only. Short description of the operation.",
          "type": "string"
        },
        "warnings": {
          "items": {
            "type": "string"
          },
          "description": "Output only. Warnings encountered during operation execution.",
          "type": "array",
          "readOnly": true
        },
        "doneTime": {
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The time when the operation finished.",
          "type": "string"
        },
        "createTime": {
          "description": "Output only. The time when the operation was created.",
          "type": "string",
          "readOnly": true,
          "format": "google-datetime"
        },
        "labels": {
          "description": "Output only. Labels associated with the operation.",
          "type": "object",
          "readOnly": true,
          "additionalProperties": {
            "type": "string"
          }
        },
        "analyzedWorkloadUuid": {
          "description": "Output only. unique identifier of the workload typically generated by control plane. E.g. batch uuid.",
          "type": "string",
          "readOnly": true
        }
      },
      "id": "AnalyzeOperationMetadata"
    },
    "InputQuantileMetrics": {
      "id": "InputQuantileMetrics",
      "type": "object",
      "properties": {
        "bytesRead": {
          "$ref": "Quantiles"
        },
        "recordsRead": {
          "$ref": "Quantiles"
        }
      }
    },
    "ShieldedInstanceConfig": {
      "id": "ShieldedInstanceConfig",
      "description": "Shielded Instance Config for clusters using Compute Engine Shielded VMs (https://cloud.google.com/security/shielded-cloud/shielded-vm).",
      "type": "object",
      "properties": {
        "enableVtpm": {
          "description": "Optional. Defines whether instances have the vTPM enabled.",
          "type": "boolean"
        },
        "enableIntegrityMonitoring": {
          "description": "Optional. Defines whether instances have integrity monitoring enabled.",
          "type": "boolean"
        },
        "enableSecureBoot": {
          "description": "Optional. Defines whether instances have Secure Boot enabled.",
          "type": "boolean"
        }
      }
    },
    "Interval": {
      "description": "Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive).The start must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). When both start and end are unspecified, the interval matches any time.",
      "type": "object",
      "properties": {
        "startTime": {
          "format": "google-datetime",
          "description": "Optional. Inclusive start of the interval.If specified, a Timestamp matching this interval will have to be the same or after the start.",
          "type": "string"
        },
        "endTime": {
          "description": "Optional. Exclusive end of the interval.If specified, a Timestamp matching this interval will have to be before the end.",
          "type": "string",
          "format": "google-datetime"
        }
      },
      "id": "Interval"
    },
    "SparkRBatch": {
      "id": "SparkRBatch",
      "description": "A configuration for running an Apache SparkR (https://spark.apache.org/docs/latest/sparkr.html) batch workload.",
      "type": "object",
      "properties": {
        "mainRFileUri": {
          "description": "Required. The HCFS URI of the main R file to use as the driver. Must be a .R or .r file.",
          "type": "string"
        },
        "args": {
          "items": {
            "type": "string"
          },
          "description": "Optional. The arguments to pass to the Spark driver. Do not include arguments that can be set as batch properties, such as --conf, since a collision can occur that causes an incorrect batch submission.",
          "type": "array"
        },
        "fileUris": {
          "description": "Optional. HCFS URIs of files to be placed in the working directory of each executor.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "archiveUris": {
          "items": {
            "type": "string"
          },
          "description": "Optional. HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.",
          "type": "array"
        }
      }
    },
    "ResizeNodeGroupRequest": {
      "id": "ResizeNodeGroupRequest",
      "description": "A request to resize a node group.",
      "type": "object",
      "properties": {
        "size": {
          "description": "Required. The number of running instances for the node group to maintain. The group adds or removes instances to maintain the number of instances specified by this parameter.",
          "type": "integer",
          "format": "int32"
        },
        "requestId": {
          "description": "Optional. A unique ID used to identify the request. If the server receives two ResizeNodeGroupRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.ResizeNodeGroupRequests) with the same ID, the second request is ignored and the first google.longrunning.Operation created and stored in the backend is returned.Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.",
          "type": "string"
        },
        "gracefulDecommissionTimeout": {
          "description": "Optional. Timeout for graceful YARN decommissioning. Graceful decommissioning (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/scaling-clusters#graceful_decommissioning) allows the removal of nodes from the Compute Engine node group without interrupting jobs in progress. This timeout specifies how long to wait for jobs in progress to finish before forcefully removing nodes (and potentially interrupting jobs). Default timeout is 0 (for forceful decommission), and the maximum allowed timeout is 1 day. (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).Only supported on Dataproc image versions 1.2 and higher.",
          "type": "string",
          "format": "google-duration"
        },
        "parentOperationId": {
          "description": "Optional. operation id of the parent operation sending the resize request",
          "type": "string"
        }
      }
    },
    "ListSessionsResponse": {
      "description": "A list of interactive sessions.",
      "type": "object",
      "properties": {
        "sessions": {
          "description": "Output only. The sessions from the specified collection.",
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "Session"
          }
        },
        "nextPageToken": {
          "description": "A token, which can be sent as page_token, to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        }
      },
      "id": "ListSessionsResponse"
    },
    "SummarizeSparkApplicationJobsResponse": {
      "description": "Summary of a Spark Application jobs.",
      "type": "object",
      "properties": {
        "jobsSummary": {
          "description": "Summary of a Spark Application Jobs",
          "$ref": "JobsSummary"
        }
      },
      "id": "SummarizeSparkApplicationJobsResponse"
    },
    "InstanceGroupAutoscalingPolicyConfig": {
      "id": "InstanceGroupAutoscalingPolicyConfig",
      "description": "Configuration for the size bounds of an instance group, including its proportional size to other groups.",
      "type": "object",
      "properties": {
        "minInstances": {
          "description": "Optional. Minimum number of instances for this group.Primary workers - Bounds: 2, max_instances. Default: 2. Secondary workers - Bounds: 0, max_instances. Default: 0.",
          "type": "integer",
          "format": "int32"
        },
        "maxInstances": {
          "format": "int32",
          "description": "Required. Maximum number of instances for this group. Required for primary workers. Note that by default, clusters will not use secondary workers. Required for secondary workers if the minimum secondary instances is set.Primary workers - Bounds: [min_instances, ). Secondary workers - Bounds: [min_instances, ). Default: 0.",
          "type": "integer"
        },
        "weight": {
          "description": "Optional. Weight for the instance group, which is used to determine the fraction of total workers in the cluster from this instance group. For example, if primary workers have weight 2, and secondary workers have weight 1, the cluster will have approximately 2 primary workers for each secondary worker.The cluster may not reach the specified balance if constrained by min/max bounds or other autoscaling settings. For example, if max_instances for secondary workers is 0, then only primary workers will be added. The cluster can also be out of balance when created.If weight is not set on any instance group, the cluster will default to equal weight for all groups: the cluster will attempt to maintain an equal number of workers in each group within the configured size bounds for each group. If weight is set for one group only, the cluster will default to zero weight on the unset group. For example if weight is set only on primary workers, the cluster will use primary workers only and no secondary workers.",
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "RuntimeConfig": {
      "description": "Runtime configuration for a workload.",
      "type": "object",
      "properties": {
        "version": {
          "description": "Optional. Version of the batch runtime.",
          "type": "string"
        },
        "repositoryConfig": {
          "description": "Optional. Dependency repository configuration.",
          "$ref": "RepositoryConfig"
        },
        "autotuningConfig": {
          "description": "Optional. Autotuning configuration of the workload.",
          "$ref": "AutotuningConfig"
        },
        "containerImage": {
          "description": "Optional. Optional custom container image for the job runtime environment. If not specified, a default container image will be used.",
          "type": "string"
        },
        "properties": {
          "description": "Optional. A mapping of property names to values, which are used to configure workload execution.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "cohort": {
          "description": "Optional. Cohort identifier. Identifies families of the workloads that have the same shape, for example, daily ETL jobs.",
          "type": "string"
        }
      },
      "id": "RuntimeConfig"
    },
    "ApplicationAttemptInfo": {
      "id": "ApplicationAttemptInfo",
      "description": "Specific attempt of an application.",
      "type": "object",
      "properties": {
        "startTime": {
          "type": "string",
          "format": "google-datetime"
        },
        "completed": {
          "type": "boolean"
        },
        "appSparkVersion": {
          "type": "string"
        },
        "endTime": {
          "format": "google-datetime",
          "type": "string"
        },
        "sparkUser": {
          "type": "string"
        },
        "attemptId": {
          "type": "string"
        },
        "lastUpdated": {
          "format": "google-datetime",
          "type": "string"
        },
        "durationMillis": {
          "type": "string",
          "format": "int64"
        }
      }
    },
    "ResourceInformation": {
      "type": "object",
      "properties": {
        "addresses": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "name": {
          "type": "string"
        }
      },
      "id": "ResourceInformation"
    },
    "ReservationAffinity": {
      "id": "ReservationAffinity",
      "description": "Reservation Affinity for consuming Zonal reservation.",
      "type": "object",
      "properties": {
        "consumeReservationType": {
          "enum": [
            "TYPE_UNSPECIFIED",
            "NO_RESERVATION",
            "ANY_RESERVATION",
            "SPECIFIC_RESERVATION"
          ],
          "enumDescriptions": [
            "",
            "Do not consume from any allocated capacity.",
            "Consume any reservation available.",
            "Must consume from a specific reservation. Must specify key value fields for specifying the reservations."
          ],
          "description": "Optional. Type of reservation to consume",
          "type": "string"
        },
        "key": {
          "description": "Optional. Corresponds to the label key of reservation resource.",
          "type": "string"
        },
        "values": {
          "description": "Optional. Corresponds to the label values of reservation resource.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "ListClustersResponse": {
      "description": "The list of all clusters in a project.",
      "type": "object",
      "properties": {
        "nextPageToken": {
          "readOnly": true,
          "description": "Output only. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListClustersRequest.",
          "type": "string"
        },
        "clusters": {
          "description": "Output only. The clusters in the project.",
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "Cluster"
          }
        }
      },
      "id": "ListClustersResponse"
    },
    "Expr": {
      "id": "Expr",
      "description": "Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec.Example (Comparison): title: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() \u003c 100\" Example (Equality): title: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\" Example (Logic): title: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != 'private' && document.type != 'internal'\" Example (Data Manipulation): title: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"'New message received at ' + string(document.create_time)\" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.",
      "type": "object",
      "properties": {
        "title": {
          "description": "Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.",
          "type": "string"
        },
        "description": {
          "description": "Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.",
          "type": "string"
        },
        "location": {
          "description": "Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.",
          "type": "string"
        },
        "expression": {
          "description": "Textual representation of an expression in Common Expression Language syntax.",
          "type": "string"
        }
      }
    },
    "SparkSqlJob": {
      "description": "A Dataproc job for running Apache Spark SQL (https://spark.apache.org/sql/) queries.",
      "type": "object",
      "properties": {
        "queryFileUri": {
          "description": "The HCFS URI of the script that contains SQL queries.",
          "type": "string"
        },
        "queryList": {
          "description": "A list of queries.",
          "$ref": "QueryList"
        },
        "loggingConfig": {
          "description": "Optional. The runtime log config for job execution.",
          "$ref": "LoggingConfig"
        },
        "scriptVariables": {
          "description": "Optional. Mapping of query variable names to values (equivalent to the Spark SQL command: SET name=\"value\";).",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "jarFileUris": {
          "items": {
            "type": "string"
          },
          "description": "Optional. HCFS URIs of jar files to be added to the Spark CLASSPATH.",
          "type": "array"
        },
        "properties": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. A mapping of property names to values, used to configure Spark SQL's SparkConf. Properties that conflict with values set by the Dataproc API might be overwritten.",
          "type": "object"
        }
      },
      "id": "SparkSqlJob"
    },
    "AcceleratorConfig": {
      "description": "Specifies the type and number of accelerator cards attached to the instances of an instance. See GPUs on Compute Engine (https://cloud.google.com/compute/docs/gpus/).",
      "type": "object",
      "properties": {
        "acceleratorCount": {
          "description": "The number of the accelerator cards of this type exposed to this instance.",
          "type": "integer",
          "format": "int32"
        },
        "acceleratorTypeUri": {
          "description": "Full URL, partial URI, or short name of the accelerator type resource to expose to this instance. See Compute Engine AcceleratorTypes (https://cloud.google.com/compute/docs/reference/v1/acceleratorTypes).Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-t4 projects/[project_id]/zones/[zone]/acceleratorTypes/nvidia-tesla-t4 nvidia-tesla-t4Auto Zone Exception: If you are using Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement), you must use the short name of the accelerator type resource, for example, nvidia-tesla-t4.",
          "type": "string"
        }
      },
      "id": "AcceleratorConfig"
    },
    "EndpointConfig": {
      "description": "Endpoint config for this cluster",
      "type": "object",
      "properties": {
        "httpPorts": {
          "readOnly": true,
          "additionalProperties": {
            "type": "string"
          },
          "description": "Output only. The map of port descriptions to URLs. Will only be populated if enable_http_port_access is true.",
          "type": "object"
        },
        "enableHttpPortAccess": {
          "description": "Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.",
          "type": "boolean"
        }
      },
      "id": "EndpointConfig"
    },
    "ConfidentialInstanceConfig": {
      "id": "ConfidentialInstanceConfig",
      "description": "Confidential Instance Config for clusters using Confidential VMs (https://cloud.google.com/confidential-computing/confidential-vm/docs)",
      "type": "object",
      "properties": {
        "enableConfidentialCompute": {
          "description": "Optional. Deprecated: Use 'confidential_instance_type' instead. Defines whether the instance should have confidential compute enabled.",
          "type": "boolean",
          "deprecated": true
        },
        "confidentialInstanceType": {
          "description": "Optional. Defines the type of Confidential Compute technology to use.",
          "type": "string",
          "enumDescriptions": [
            "Confidential Instance Type is not specified.",
            "AMD Secure Encrypted Virtualization (https://cloud.google.com/confidential-computing/confidential-vm/docs/confidential-vm-overview#amd_sev)",
            "AMD Secure Encrypted Virtualization-Secure Nested Paging (https://cloud.google.com/confidential-computing/confidential-vm/docs/confidential-vm-overview#amd_sev-snp)",
            "Intel Trust Domain Extensions (https://cloud.google.com/confidential-computing/confidential-vm/docs/confidential-vm-overview#intel_tdx)"
          ],
          "enum": [
            "CONFIDENTIAL_INSTANCE_TYPE_UNSPECIFIED",
            "SEV",
            "SEV_SNP",
            "TDX"
          ]
        }
      }
    },
    "AccessSessionSparkApplicationJobResponse": {
      "id": "AccessSessionSparkApplicationJobResponse",
      "description": "Details of a particular job associated with Spark Application",
      "type": "object",
      "properties": {
        "jobData": {
          "description": "Output only. Data corresponding to a spark job.",
          "$ref": "JobData",
          "readOnly": true
        }
      }
    },
    "PeripheralsConfig": {
      "description": "Auxiliary services configuration for a workload.",
      "type": "object",
      "properties": {
        "metastoreService": {
          "description": "Optional. Resource name of an existing Dataproc Metastore service.Example: projects/[project_id]/locations/[region]/services/[service_id]",
          "type": "string"
        },
        "sparkHistoryServerConfig": {
          "description": "Optional. The Spark History Server configuration for the workload.",
          "$ref": "SparkHistoryServerConfig"
        }
      },
      "id": "PeripheralsConfig"
    },
    "TemplateParameter": {
      "id": "TemplateParameter",
      "description": "A configurable parameter that replaces one or more fields in the template. Parameterizable fields: - Labels - File uris - Job properties - Job arguments - Script variables - Main class (in HadoopJob and SparkJob) - Zone (in ClusterSelector)",
      "type": "object",
      "properties": {
        "fields": {
          "items": {
            "type": "string"
          },
          "description": "Required. Paths to all fields that the parameter replaces. A field is allowed to appear in at most one parameter's list of field paths.A field path is similar in syntax to a google.protobuf.FieldMask. For example, a field path that references the zone field of a workflow template's cluster selector would be specified as placement.clusterSelector.zone.Also, field paths can reference fields using the following syntax: Values in maps can be referenced by key: labels'key' placement.clusterSelector.clusterLabels'key' placement.managedCluster.labels'key' placement.clusterSelector.clusterLabels'key' jobs'step-id'.labels'key' Jobs in the jobs list can be referenced by step-id: jobs'step-id'.hadoopJob.mainJarFileUri jobs'step-id'.hiveJob.queryFileUri jobs'step-id'.pySparkJob.mainPythonFileUri jobs'step-id'.hadoopJob.jarFileUris0 jobs'step-id'.hadoopJob.archiveUris0 jobs'step-id'.hadoopJob.fileUris0 jobs'step-id'.pySparkJob.pythonFileUris0 Items in repeated fields can be referenced by a zero-based index: jobs'step-id'.sparkJob.args0 Other examples: jobs'step-id'.hadoopJob.properties'key' jobs'step-id'.hadoopJob.args0 jobs'step-id'.hiveJob.scriptVariables'key' jobs'step-id'.hadoopJob.mainJarFileUri placement.clusterSelector.zoneIt may not be possible to parameterize maps and repeated fields in their entirety since only individual map values and individual items in repeated fields can be referenced. For example, the following field paths are invalid: placement.clusterSelector.clusterLabels jobs'step-id'.sparkJob.args",
          "type": "array"
        },
        "description": {
          "description": "Optional. Brief description of the parameter. Must not exceed 1024 characters.",
          "type": "string"
        },
        "name": {
          "description": "Required. Parameter name. The parameter name is used as the key, and paired with the parameter value, which are passed to the template when the template is instantiated. The name must contain only capital letters (A-Z), numbers (0-9), and underscores (_), and must not start with a number. The maximum length is 40 characters.",
          "type": "string"
        },
        "validation": {
          "description": "Optional. Validation rules to be applied to this parameter's value.",
          "$ref": "ParameterValidation"
        }
      }
    },
    "SparkConnectSessionInfo": {
      "description": "Represents session-level information for Spark Connect",
      "type": "object",
      "properties": {
        "finishTimestamp": {
          "description": "Timestamp when the session finished.",
          "type": "string",
          "format": "int64"
        },
        "sessionId": {
          "description": "Required. Session ID of the session.",
          "type": "string"
        },
        "userId": {
          "description": "User ID of the user who started the session.",
          "type": "string"
        },
        "totalExecution": {
          "format": "int64",
          "description": "Optional. Total number of executions in the session.",
          "type": "string"
        },
        "startTimestamp": {
          "description": "Timestamp when the session started.",
          "type": "string",
          "format": "int64"
        }
      },
      "id": "SparkConnectSessionInfo"
    },
    "ClusterOperation": {
      "id": "ClusterOperation",
      "description": "The cluster operation triggered by a workflow.",
      "type": "object",
      "properties": {
        "operationId": {
          "readOnly": true,
          "description": "Output only. The id of the cluster operation.",
          "type": "string"
        },
        "error": {
          "readOnly": true,
          "description": "Output only. Error, if operation failed.",
          "type": "string"
        },
        "done": {
          "readOnly": true,
          "description": "Output only. Indicates the operation is done.",
          "type": "boolean"
        }
      }
    },
    "StageShuffleWriteMetrics": {
      "description": "Shuffle data written for the stage.",
      "type": "object",
      "properties": {
        "bytesWritten": {
          "format": "int64",
          "type": "string"
        },
        "writeTimeNanos": {
          "format": "int64",
          "type": "string"
        },
        "recordsWritten": {
          "format": "int64",
          "type": "string"
        }
      },
      "id": "StageShuffleWriteMetrics"
    },
    "PigJob": {
      "description": "A Dataproc job for running Apache Pig (https://pig.apache.org/) queries on YARN.",
      "type": "object",
      "properties": {
        "continueOnFailure": {
          "description": "Optional. Whether to continue executing queries if a query fails. The default value is false. Setting to true can be useful when executing independent parallel queries.",
          "type": "boolean"
        },
        "jarFileUris": {
          "description": "Optional. HCFS URIs of jar files to add to the CLASSPATH of the Pig Client and Hadoop MapReduce (MR) tasks. Can contain Pig UDFs.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "properties": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. A mapping of property names to values, used to configure Pig. Properties that conflict with values set by the Dataproc API might be overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml, /etc/pig/conf/pig.properties, and classes in user code.",
          "type": "object"
        },
        "queryFileUri": {
          "description": "The HCFS URI of the script that contains the Pig queries.",
          "type": "string"
        },
        "queryList": {
          "description": "A list of queries.",
          "$ref": "QueryList"
        },
        "loggingConfig": {
          "description": "Optional. The runtime log config for job execution.",
          "$ref": "LoggingConfig"
        },
        "scriptVariables": {
          "description": "Optional. Mapping of query variable names to values (equivalent to the Pig command: name=[value]).",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "id": "PigJob"
    },
    "SummarizeSessionSparkApplicationJobsResponse": {
      "description": "Summary of a Spark Application jobs.",
      "type": "object",
      "properties": {
        "jobsSummary": {
          "description": "Summary of a Spark Application Jobs",
          "$ref": "JobsSummary"
        }
      },
      "id": "SummarizeSessionSparkApplicationJobsResponse"
    },
    "AutotuningConfig": {
      "description": "Autotuning configuration of the workload.",
      "type": "object",
      "properties": {
        "scenarios": {
          "description": "Optional. Scenarios for which tunings are applied.",
          "type": "array",
          "items": {
            "enumDescriptions": [
              "Default value.",
              "Scaling recommendations such as initialExecutors.",
              "Adding hints for potential relation broadcasts.",
              "Memory management for workloads.",
              "No autotuning.",
              "Automatic selection of scenarios."
            ],
            "enum": [
              "SCENARIO_UNSPECIFIED",
              "SCALING",
              "BROADCAST_HASH_JOIN",
              "MEMORY",
              "NONE",
              "AUTO"
            ],
            "type": "string"
          }
        }
      },
      "id": "AutotuningConfig"
    },
    "TaskQuantileMetrics": {
      "type": "object",
      "properties": {
        "shuffleWriteMetrics": {
          "$ref": "ShuffleWriteQuantileMetrics"
        },
        "resultSize": {
          "$ref": "Quantiles"
        },
        "gettingResultTimeMillis": {
          "$ref": "Quantiles"
        },
        "executorCpuTimeNanos": {
          "$ref": "Quantiles"
        },
        "executorDeserializeCpuTimeNanos": {
          "$ref": "Quantiles"
        },
        "peakExecutionMemoryBytes": {
          "$ref": "Quantiles"
        },
        "executorDeserializeTimeMillis": {
          "$ref": "Quantiles"
        },
        "inputMetrics": {
          "$ref": "InputQuantileMetrics"
        },
        "jvmGcTimeMillis": {
          "$ref": "Quantiles"
        },
        "schedulerDelayMillis": {
          "$ref": "Quantiles"
        },
        "executorRunTimeMillis": {
          "$ref": "Quantiles"
        },
        "outputMetrics": {
          "$ref": "OutputQuantileMetrics"
        },
        "resultSerializationTimeMillis": {
          "$ref": "Quantiles"
        },
        "diskBytesSpilled": {
          "$ref": "Quantiles"
        },
        "memoryBytesSpilled": {
          "$ref": "Quantiles"
        },
        "shuffleReadMetrics": {
          "$ref": "ShuffleReadQuantileMetrics"
        },
        "durationMillis": {
          "$ref": "Quantiles"
        }
      },
      "id": "TaskQuantileMetrics"
    },
    "SearchSessionSparkApplicationStageAttemptsResponse": {
      "description": "A list of Stage Attempts for a Stage of a Spark Application.",
      "type": "object",
      "properties": {
        "sparkApplicationStageAttempts": {
          "readOnly": true,
          "description": "Output only. Data corresponding to a stage attempts",
          "type": "array",
          "items": {
            "$ref": "StageData"
          }
        },
        "nextPageToken": {
          "description": "This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent SearchSessionSparkApplicationStageAttemptsRequest.",
          "type": "string"
        }
      },
      "id": "SearchSessionSparkApplicationStageAttemptsResponse"
    },
    "HiveJob": {
      "id": "HiveJob",
      "description": "A Dataproc job for running Apache Hive (https://hive.apache.org/) queries on YARN.",
      "type": "object",
      "properties": {
        "queryFileUri": {
          "description": "The HCFS URI of the script that contains Hive queries.",
          "type": "string"
        },
        "queryList": {
          "description": "A list of queries.",
          "$ref": "QueryList"
        },
        "scriptVariables": {
          "description": "Optional. Mapping of query variable names to values (equivalent to the Hive command: SET name=\"value\";).",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "continueOnFailure": {
          "description": "Optional. Whether to continue executing queries if a query fails. The default value is false. Setting to true can be useful when executing independent parallel queries.",
          "type": "boolean"
        },
        "jarFileUris": {
          "description": "Optional. HCFS URIs of jar files to add to the CLASSPATH of the Hive server and Hadoop MapReduce (MR) tasks. Can contain Hive SerDes and UDFs.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "properties": {
          "description": "Optional. A mapping of property names and values, used to configure Hive. Properties that conflict with values set by the Dataproc API might be overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml, /etc/hive/conf/hive-site.xml, and classes in user code.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      }
    },
    "ListBatchesResponse": {
      "id": "ListBatchesResponse",
      "description": "A list of batch workloads.",
      "type": "object",
      "properties": {
        "nextPageToken": {
          "description": "A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "batches": {
          "description": "Output only. The batches from the specified collection.",
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "Batch"
          }
        },
        "unreachable": {
          "items": {
            "type": "string"
          },
          "description": "Output only. List of Batches that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response.",
          "type": "array",
          "readOnly": true
        }
      }
    },
    "NodeGroupAffinity": {
      "description": "Node Group Affinity for clusters using sole-tenant node groups. The NodeGroupAffinity resource is not related to the NodeGroup resource.",
      "type": "object",
      "properties": {
        "nodeGroupUri": {
          "description": "Required. The URI of a sole-tenant node group resource (https://cloud.google.com/compute/docs/reference/rest/v1/nodeGroups) that the cluster will be created on.A full URL, partial URI, or node group name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 projects/[project_id]/zones/[zone]/nodeGroups/node-group-1 node-group-1",
          "type": "string"
        }
      },
      "id": "NodeGroupAffinity"
    },
    "DiskConfig": {
      "description": "Specifies the config of boot disk and attached disk options for a group of VM instances.",
      "type": "object",
      "properties": {
        "bootDiskType": {
          "description": "Optional. Type of the boot disk (default is pd-standard). Valid values: pd-balanced (Persistent Disk Balanced Solid State Drive), pd-ssd (Persistent Disk Solid State Drive), or pd-standard (Persistent Disk Hard Disk Drive). See Disk types (https://cloud.google.com/compute/docs/disks#disk-types).",
          "type": "string"
        },
        "localSsdInterface": {
          "description": "Optional. Interface type of local SSDs (default is scsi). Valid values: scsi (Small Computer System Interface), nvme (Non-Volatile Memory Express). See local SSD performance (https://cloud.google.com/compute/docs/disks/local-ssd#performance).",
          "type": "string"
        },
        "bootDiskProvisionedIops": {
          "format": "int64",
          "description": "Optional. Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle. This field is supported only if boot_disk_type is hyperdisk-balanced.",
          "type": "string"
        },
        "numLocalSsds": {
          "format": "int32",
          "description": "Optional. Number of attached SSDs, from 0 to 8 (default is 0). If SSDs are not attached, the boot disk is used to store runtime logs and HDFS (https://hadoop.apache.org/docs/r1.2.1/hdfs_user_guide.html) data. If one or more SSDs are attached, this runtime bulk data is spread across them, and the boot disk contains only basic config and installed binaries.Note: Local SSD options may vary by machine type and number of vCPUs selected.",
          "type": "integer"
        },
        "bootDiskProvisionedThroughput": {
          "description": "Optional. Indicates how much throughput to provision for the disk. This sets the number of throughput mb per second that the disk can handle. Values must be greater than or equal to 1. This field is supported only if boot_disk_type is hyperdisk-balanced.",
          "type": "string",
          "format": "int64"
        },
        "attachedDiskConfigs": {
          "description": "Optional. A list of attached disk configs for a group of VM instances.",
          "type": "array",
          "items": {
            "$ref": "AttachedDiskConfig"
          }
        },
        "bootDiskSizeGb": {
          "format": "int32",
          "description": "Optional. Size in GB of the boot disk (default is 500GB).",
          "type": "integer"
        }
      },
      "id": "DiskConfig"
    },
    "ValueInfo": {
      "id": "ValueInfo",
      "description": "Annotatated property value.",
      "type": "object",
      "properties": {
        "value": {
          "description": "Property value.",
          "type": "string"
        },
        "overriddenValue": {
          "description": "Optional. Value which was replaced by the corresponding component.",
          "type": "string"
        },
        "annotation": {
          "description": "Annotation, comment or explanation why the property was set.",
          "type": "string"
        }
      }
    },
    "MemoryMetrics": {
      "id": "MemoryMetrics",
      "type": "object",
      "properties": {
        "usedOnHeapStorageMemory": {
          "type": "string",
          "format": "int64"
        },
        "totalOnHeapStorageMemory": {
          "format": "int64",
          "type": "string"
        },
        "usedOffHeapStorageMemory": {
          "format": "int64",
          "type": "string"
        },
        "totalOffHeapStorageMemory": {
          "format": "int64",
          "type": "string"
        }
      }
    },
    "SetIamPolicyRequest": {
      "description": "Request message for SetIamPolicy method.",
      "type": "object",
      "properties": {
        "policy": {
          "description": "REQUIRED: The complete policy to be applied to the resource. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might reject them.",
          "$ref": "Policy"
        }
      },
      "id": "SetIamPolicyRequest"
    },
    "Binding": {
      "id": "Binding",
      "description": "Associates members, or principals, with a role.",
      "type": "object",
      "properties": {
        "members": {
          "items": {
            "type": "string"
          },
          "description": "Specifies the principals requesting access for a Google Cloud resource. members can have the following values: allUsers: A special identifier that represents anyone who is on the internet; with or without a Google account. allAuthenticatedUsers: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. user:{emailid}: An email address that represents a specific Google account. For example, alice@example.com . serviceAccount:{emailid}: An email address that represents a Google service account. For example, my-other-app@appspot.gserviceaccount.com. serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]: An identifier for a Kubernetes service account (https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, my-project.svc.id.goog[my-namespace/my-kubernetes-sa]. group:{emailid}: An email address that represents a Google group. For example, admins@example.com. domain:{domain}: The G Suite domain (primary) that represents all the users of that domain. For example, google.com or example.com. principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}: A single identity in a workforce identity pool. principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}: All workforce identities in a group. principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}: All workforce identities with a specific attribute value. principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*: All identities in a workforce identity pool. principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}: A single identity in a workload identity pool. principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}: A workload identity pool group. principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}: All identities in a workload identity pool with a certain attribute. principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*: All identities in a workload identity pool. deleted:user:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a user that has been recently deleted. For example, alice@example.com?uid=123456789012345678901. If the user is recovered, this value reverts to user:{emailid} and the recovered user retains the role in the binding. deleted:serviceAccount:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901. If the service account is undeleted, this value reverts to serviceAccount:{emailid} and the undeleted service account retains the role in the binding. deleted:group:{emailid}?uid={uniqueid}: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, admins@example.com?uid=123456789012345678901. If the group is recovered, this value reverts to group:{emailid} and the recovered group retains the role in the binding. deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}: Deleted single identity in a workforce identity pool. For example, deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value.",
          "type": "array"
        },
        "role": {
          "description": "Role that is assigned to the list of members, or principals. For example, roles/viewer, roles/editor, or roles/owner.For an overview of the IAM roles and permissions, see the IAM documentation (https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see here (https://cloud.google.com/iam/docs/understanding-roles).",
          "type": "string"
        },
        "condition": {
          "description": "The condition that is associated with this binding.If the condition evaluates to true, then this binding applies to the current request.If the condition evaluates to false, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding.To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies).",
          "$ref": "Expr"
        }
      }
    },
    "JobData": {
      "description": "Data corresponding to a spark job.",
      "type": "object",
      "properties": {
        "description": {
          "type": "string"
        },
        "stageIds": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "int64"
          }
        },
        "jobId": {
          "format": "int64",
          "type": "string"
        },
        "numActiveStages": {
          "format": "int32",
          "type": "integer"
        },
        "jobGroup": {
          "type": "string"
        },
        "numSkippedStages": {
          "format": "int32",
          "type": "integer"
        },
        "numFailedTasks": {
          "format": "int32",
          "type": "integer"
        },
        "killTasksSummary": {
          "additionalProperties": {
            "type": "integer",
            "format": "int32"
          },
          "type": "object"
        },
        "numKilledTasks": {
          "format": "int32",
          "type": "integer"
        },
        "status": {
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "JOB_EXECUTION_STATUS_UNSPECIFIED",
            "JOB_EXECUTION_STATUS_RUNNING",
            "JOB_EXECUTION_STATUS_SUCCEEDED",
            "JOB_EXECUTION_STATUS_FAILED",
            "JOB_EXECUTION_STATUS_UNKNOWN"
          ]
        },
        "sqlExecutionId": {
          "format": "int64",
          "type": "string"
        },
        "numFailedStages": {
          "format": "int32",
          "type": "integer"
        },
        "name": {
          "type": "string"
        },
        "numSkippedTasks": {
          "format": "int32",
          "type": "integer"
        },
        "numCompletedIndices": {
          "format": "int32",
          "type": "integer"
        },
        "skippedStages": {
          "type": "array",
          "items": {
            "type": "integer",
            "format": "int32"
          }
        },
        "numActiveTasks": {
          "format": "int32",
          "type": "integer"
        },
        "completionTime": {
          "type": "string",
          "format": "google-datetime"
        },
        "submissionTime": {
          "format": "google-datetime",
          "type": "string"
        },
        "numTasks": {
          "type": "integer",
          "format": "int32"
        },
        "numCompletedTasks": {
          "type": "integer",
          "format": "int32"
        },
        "numCompletedStages": {
          "type": "integer",
          "format": "int32"
        }
      },
      "id": "JobData"
    },
    "InputMetrics": {
      "id": "InputMetrics",
      "description": "Metrics about the input data read by the task.",
      "type": "object",
      "properties": {
        "recordsRead": {
          "format": "int64",
          "type": "string"
        },
        "bytesRead": {
          "type": "string",
          "format": "int64"
        }
      }
    },
    "StartClusterRequest": {
      "description": "A request to start a cluster.",
      "type": "object",
      "properties": {
        "clusterUuid": {
          "description": "Optional. Specifying the cluster_uuid means the RPC will fail (with error NOT_FOUND) if a cluster with the specified UUID does not exist.",
          "type": "string"
        },
        "requestId": {
          "description": "Optional. A unique ID used to identify the request. If the server receives two StartClusterRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.StartClusterRequest)s with the same id, then the second request will be ignored and the first google.longrunning.Operation created and stored in the backend is returned.Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.",
          "type": "string"
        }
      },
      "id": "StartClusterRequest"
    },
    "SqlExecutionUiData": {
      "description": "SQL Execution Data",
      "type": "object",
      "properties": {
        "jobs": {
          "additionalProperties": {
            "enum": [
              "JOB_EXECUTION_STATUS_UNSPECIFIED",
              "JOB_EXECUTION_STATUS_RUNNING",
              "JOB_EXECUTION_STATUS_SUCCEEDED",
              "JOB_EXECUTION_STATUS_FAILED",
              "JOB_EXECUTION_STATUS_UNKNOWN"
            ],
            "enumDescriptions": [
              "",
              "",
              "",
              "",
              ""
            ],
            "type": "string"
          },
          "type": "object"
        },
        "metricValuesIsNull": {
          "type": "boolean"
        },
        "physicalPlanDescription": {
          "type": "string"
        },
        "executionId": {
          "type": "string",
          "format": "int64"
        },
        "completionTime": {
          "type": "string",
          "format": "google-datetime"
        },
        "metrics": {
          "type": "array",
          "items": {
            "$ref": "SqlPlanMetric"
          }
        },
        "submissionTime": {
          "format": "google-datetime",
          "type": "string"
        },
        "errorMessage": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "rootExecutionId": {
          "type": "string",
          "format": "int64"
        },
        "stages": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "int64"
          }
        },
        "modifiedConfigs": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "metricValues": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "details": {
          "type": "string"
        }
      },
      "id": "SqlExecutionUiData"
    },
    "SparkPlanGraphNodeWrapper": {
      "description": "Wrapper user to represent either a node or a cluster.",
      "type": "object",
      "properties": {
        "node": {
          "$ref": "SparkPlanGraphNode"
        },
        "cluster": {
          "$ref": "SparkPlanGraphCluster"
        }
      },
      "id": "SparkPlanGraphNodeWrapper"
    },
    "ConsolidatedExecutorSummary": {
      "description": "Consolidated summary about executors used by the application.",
      "type": "object",
      "properties": {
        "totalCores": {
          "type": "integer",
          "format": "int32"
        },
        "totalInputBytes": {
          "type": "string",
          "format": "int64"
        },
        "totalGcTimeMillis": {
          "format": "int64",
          "type": "string"
        },
        "completedTasks": {
          "format": "int32",
          "type": "integer"
        },
        "memoryMetrics": {
          "$ref": "MemoryMetrics"
        },
        "memoryUsed": {
          "format": "int64",
          "type": "string"
        },
        "totalDurationMillis": {
          "type": "string",
          "format": "int64"
        },
        "totalShuffleWrite": {
          "type": "string",
          "format": "int64"
        },
        "rddBlocks": {
          "type": "integer",
          "format": "int32"
        },
        "totalShuffleRead": {
          "type": "string",
          "format": "int64"
        },
        "totalTasks": {
          "type": "integer",
          "format": "int32"
        },
        "isExcluded": {
          "type": "integer",
          "format": "int32"
        },
        "count": {
          "type": "integer",
          "format": "int32"
        },
        "failedTasks": {
          "format": "int32",
          "type": "integer"
        },
        "diskUsed": {
          "format": "int64",
          "type": "string"
        },
        "activeTasks": {
          "type": "integer",
          "format": "int32"
        },
        "maxMemory": {
          "format": "int64",
          "type": "string"
        }
      },
      "id": "ConsolidatedExecutorSummary"
    },
    "BasicYarnAutoscalingConfig": {
      "description": "Basic autoscaling configurations for YARN.",
      "type": "object",
      "properties": {
        "scaleDownFactor": {
          "format": "double",
          "description": "Required. Fraction of average YARN pending memory in the last cooldown period for which to remove workers. A scale-down factor of 1 will result in scaling down so that there is no available memory remaining after the update (more aggressive scaling). A scale-down factor of 0 disables removing workers, which can be beneficial for autoscaling a single job. See How autoscaling works (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/autoscaling#how_autoscaling_works) for more information.Bounds: 0.0, 1.0.",
          "type": "number"
        },
        "scaleUpMinWorkerFraction": {
          "description": "Optional. Minimum scale-up threshold as a fraction of total cluster size before scaling occurs. For example, in a 20-worker cluster, a threshold of 0.1 means the autoscaler must recommend at least a 2-worker scale-up for the cluster to scale. A threshold of 0 means the autoscaler will scale up on any recommended change.Bounds: 0.0, 1.0. Default: 0.0.",
          "type": "number",
          "format": "double"
        },
        "scaleUpFactor": {
          "description": "Required. Fraction of average YARN pending memory in the last cooldown period for which to add workers. A scale-up factor of 1.0 will result in scaling up so that there is no pending memory remaining after the update (more aggressive scaling). A scale-up factor closer to 0 will result in a smaller magnitude of scaling up (less aggressive scaling). See How autoscaling works (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/autoscaling#how_autoscaling_works) for more information.Bounds: 0.0, 1.0.",
          "type": "number",
          "format": "double"
        },
        "gracefulDecommissionTimeout": {
          "format": "google-duration",
          "description": "Required. Timeout for YARN graceful decommissioning of Node Managers. Specifies the duration to wait for jobs to complete before forcefully removing workers (and potentially interrupting jobs). Only applicable to downscaling operations.Bounds: 0s, 1d.",
          "type": "string"
        },
        "scaleDownMinWorkerFraction": {
          "description": "Optional. Minimum scale-down threshold as a fraction of total cluster size before scaling occurs. For example, in a 20-worker cluster, a threshold of 0.1 means the autoscaler must recommend at least a 2 worker scale-down for the cluster to scale. A threshold of 0 means the autoscaler will scale down on any recommended change.Bounds: 0.0, 1.0. Default: 0.0.",
          "type": "number",
          "format": "double"
        }
      },
      "id": "BasicYarnAutoscalingConfig"
    },
    "StateOperatorProgress": {
      "id": "StateOperatorProgress",
      "type": "object",
      "properties": {
        "operatorName": {
          "type": "string"
        },
        "commitTimeMs": {
          "type": "string",
          "format": "int64"
        },
        "numStateStoreInstances": {
          "format": "int64",
          "type": "string"
        },
        "numRowsTotal": {
          "format": "int64",
          "type": "string"
        },
        "customMetrics": {
          "type": "object",
          "additionalProperties": {
            "format": "int64",
            "type": "string"
          }
        },
        "allUpdatesTimeMs": {
          "type": "string",
          "format": "int64"
        },
        "allRemovalsTimeMs": {
          "type": "string",
          "format": "int64"
        },
        "numRowsDroppedByWatermark": {
          "format": "int64",
          "type": "string"
        },
        "numShufflePartitions": {
          "type": "string",
          "format": "int64"
        },
        "numRowsUpdated": {
          "format": "int64",
          "type": "string"
        },
        "memoryUsedBytes": {
          "type": "string",
          "format": "int64"
        },
        "numRowsRemoved": {
          "type": "string",
          "format": "int64"
        }
      }
    },
    "ClusterOperationStatus": {
      "description": "The status of the operation.",
      "type": "object",
      "properties": {
        "state": {
          "readOnly": true,
          "enum": [
            "UNKNOWN",
            "PENDING",
            "RUNNING",
            "DONE"
          ],
          "description": "Output only. A message containing the operation state.",
          "type": "string",
          "enumDescriptions": [
            "Unused.",
            "The operation has been created.",
            "The operation is running.",
            "The operation is done; either cancelled or completed."
          ]
        },
        "details": {
          "readOnly": true,
          "description": "Output only. A message containing any operation metadata details.",
          "type": "string"
        },
        "stateStartTime": {
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The time this state was entered.",
          "type": "string"
        },
        "innerState": {
          "readOnly": true,
          "description": "Output only. A message containing the detailed operation state.",
          "type": "string"
        }
      },
      "id": "ClusterOperationStatus"
    },
    "StreamingQueryProgress": {
      "id": "StreamingQueryProgress",
      "type": "object",
      "properties": {
        "sources": {
          "type": "array",
          "items": {
            "$ref": "SourceProgress"
          }
        },
        "batchDuration": {
          "format": "int64",
          "type": "string"
        },
        "eventTime": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "sink": {
          "$ref": "SinkProgress"
        },
        "observedMetrics": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "name": {
          "type": "string"
        },
        "stateOperators": {
          "type": "array",
          "items": {
            "$ref": "StateOperatorProgress"
          }
        },
        "runId": {
          "type": "string"
        },
        "streamingQueryProgressId": {
          "type": "string"
        },
        "batchId": {
          "format": "int64",
          "type": "string"
        },
        "timestamp": {
          "type": "string"
        },
        "durationMillis": {
          "type": "object",
          "additionalProperties": {
            "format": "int64",
            "type": "string"
          }
        }
      }
    },
    "StopClusterRequest": {
      "id": "StopClusterRequest",
      "description": "A request to stop a cluster.",
      "type": "object",
      "properties": {
        "clusterUuid": {
          "description": "Optional. Specifying the cluster_uuid means the RPC will fail (with error NOT_FOUND) if a cluster with the specified UUID does not exist.",
          "type": "string"
        },
        "requestId": {
          "description": "Optional. A unique ID used to identify the request. If the server receives two StopClusterRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.StopClusterRequest)s with the same id, then the second request will be ignored and the first google.longrunning.Operation created and stored in the backend is returned.Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.",
          "type": "string"
        }
      }
    },
    "Session": {
      "description": "A representation of a session.",
      "type": "object",
      "properties": {
        "uuid": {
          "description": "Output only. A session UUID (Unique Universal Identifier). The service generates this value when it creates the session.",
          "type": "string",
          "readOnly": true
        },
        "environmentConfig": {
          "description": "Optional. Environment configuration for the session execution.",
          "$ref": "EnvironmentConfig"
        },
        "jupyterSession": {
          "description": "Optional. Jupyter session config.",
          "$ref": "JupyterConfig"
        },
        "runtimeConfig": {
          "description": "Optional. Runtime configuration for the session execution.",
          "$ref": "RuntimeConfig"
        },
        "state": {
          "readOnly": true,
          "enum": [
            "STATE_UNSPECIFIED",
            "CREATING",
            "ACTIVE",
            "TERMINATING",
            "TERMINATED",
            "FAILED"
          ],
          "description": "Output only. A state of the session.",
          "type": "string",
          "enumDescriptions": [
            "The session state is unknown.",
            "The session is created prior to running.",
            "The session is running.",
            "The session is terminating.",
            "The session is terminated successfully.",
            "The session is no longer running due to an error."
          ]
        },
        "sessionTemplate": {
          "description": "Optional. The session template used by the session.Only resource names, including project ID and location, are valid.Example: * https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/sessionTemplates/[template_id] * projects/[project_id]/locations/[dataproc_region]/sessionTemplates/[template_id]The template must be in the same project and Dataproc region as the session.",
          "type": "string"
        },
        "user": {
          "description": "Optional. The email address of the user who owns the session.",
          "type": "string"
        },
        "creator": {
          "description": "Output only. The email address of the user who created the session.",
          "type": "string",
          "readOnly": true
        },
        "name": {
          "description": "Identifier. The resource name of the session.",
          "type": "string"
        },
        "stateHistory": {
          "readOnly": true,
          "description": "Output only. Historical state information for the session.",
          "type": "array",
          "items": {
            "$ref": "SessionStateHistory"
          }
        },
        "stateTime": {
          "description": "Output only. The time when the session entered the current state.",
          "type": "string",
          "readOnly": true,
          "format": "google-datetime"
        },
        "sparkConnectSession": {
          "description": "Optional. Spark connect session config.",
          "$ref": "SparkConnectConfig"
        },
        "createTime": {
          "description": "Output only. The time when the session was created.",
          "type": "string",
          "readOnly": true,
          "format": "google-datetime"
        },
        "labels": {
          "description": "Optional. The labels to associate with the session. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a session.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "runtimeInfo": {
          "description": "Output only. Runtime information about session execution.",
          "$ref": "RuntimeInfo",
          "readOnly": true
        },
        "stateMessage": {
          "readOnly": true,
          "description": "Output only. Session state details, such as the failure description if the state is FAILED.",
          "type": "string"
        }
      },
      "id": "Session"
    },
    "Job": {
      "description": "A Dataproc job resource.",
      "type": "object",
      "properties": {
        "pigJob": {
          "description": "Optional. Job is a Pig job.",
          "$ref": "PigJob"
        },
        "sparkJob": {
          "description": "Optional. Job is a Spark job.",
          "$ref": "SparkJob"
        },
        "statusHistory": {
          "description": "Output only. The previous job status.",
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "JobStatus"
          }
        },
        "sparkRJob": {
          "description": "Optional. Job is a SparkR job.",
          "$ref": "SparkRJob"
        },
        "scheduling": {
          "description": "Optional. Job scheduling configuration.",
          "$ref": "JobScheduling"
        },
        "status": {
          "description": "Output only. The job status. Additional application-specific status information might be contained in the type_job and yarn_applications fields.",
          "$ref": "JobStatus",
          "readOnly": true
        },
        "hadoopJob": {
          "description": "Optional. Job is a Hadoop job.",
          "$ref": "HadoopJob"
        },
        "prestoJob": {
          "description": "Optional. Job is a Presto job.",
          "$ref": "PrestoJob"
        },
        "pysparkJob": {
          "description": "Optional. Job is a PySpark job.",
          "$ref": "PySparkJob"
        },
        "trinoJob": {
          "description": "Optional. Job is a Trino job.",
          "$ref": "TrinoJob"
        },
        "jobUuid": {
          "description": "Output only. A UUID that uniquely identifies a job within the project over time. This is in contrast to a user-settable reference.job_id that might be reused over time.",
          "type": "string",
          "readOnly": true
        },
        "driverControlFilesUri": {
          "description": "Output only. If present, the location of miscellaneous control files which can be used as part of job setup and handling. If not present, control files might be placed in the same location as driver_output_uri.",
          "type": "string",
          "readOnly": true
        },
        "labels": {
          "description": "Optional. The labels to associate with this job. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values can be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a job.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "driverSchedulingConfig": {
          "description": "Optional. Driver scheduling configuration.",
          "$ref": "DriverSchedulingConfig"
        },
        "sparkSqlJob": {
          "description": "Optional. Job is a SparkSql job.",
          "$ref": "SparkSqlJob"
        },
        "done": {
          "readOnly": true,
          "description": "Output only. Indicates whether the job is completed. If the value is false, the job is still in progress. If true, the job is completed, and status.state field will indicate if it was successful, failed, or cancelled.",
          "type": "boolean"
        },
        "hiveJob": {
          "description": "Optional. Job is a Hive job.",
          "$ref": "HiveJob"
        },
        "yarnApplications": {
          "items": {
            "$ref": "YarnApplication"
          },
          "description": "Output only. The collection of YARN applications spun up by this job.Beta Feature: This report is available for testing purposes only. It might be changed before final release.",
          "type": "array",
          "readOnly": true
        },
        "driverOutputResourceUri": {
          "readOnly": true,
          "description": "Output only. A URI pointing to the location of the stdout of the job's driver program.",
          "type": "string"
        },
        "reference": {
          "description": "Optional. The fully qualified reference to the job, which can be used to obtain the equivalent REST path of the job resource. If this property is not specified when a job is created, the server generates a job_id.",
          "$ref": "JobReference"
        },
        "flinkJob": {
          "description": "Optional. Job is a Flink job.",
          "$ref": "FlinkJob"
        },
        "placement": {
          "description": "Required. Job information, including how, when, and where to run the job.",
          "$ref": "JobPlacement"
        }
      },
      "id": "Job"
    },
    "JobStatus": {
      "id": "JobStatus",
      "description": "Dataproc job status.",
      "type": "object",
      "properties": {
        "substate": {
          "enum": [
            "UNSPECIFIED",
            "SUBMITTED",
            "QUEUED",
            "STALE_STATUS"
          ],
          "readOnly": true,
          "enumDescriptions": [
            "The job substate is unknown.",
            "The Job is submitted to the agent.Applies to RUNNING state.",
            "The Job has been received and is awaiting execution (it might be waiting for a condition to be met). See the \"details\" field for the reason for the delay.Applies to RUNNING state.",
            "The agent-reported status is out of date, which can be caused by a loss of communication between the agent and Dataproc. If the agent does not send a timely update, the job will fail.Applies to RUNNING state."
          ],
          "description": "Output only. Additional state information, which includes status reported by the agent.",
          "type": "string"
        },
        "state": {
          "readOnly": true,
          "enum": [
            "STATE_UNSPECIFIED",
            "PENDING",
            "SETUP_DONE",
            "RUNNING",
            "CANCEL_PENDING",
            "CANCEL_STARTED",
            "CANCELLED",
            "DONE",
            "ERROR",
            "ATTEMPT_FAILURE"
          ],
          "description": "Output only. A state message specifying the overall job state.",
          "type": "string",
          "enumDescriptions": [
            "The job state is unknown.",
            "The job is pending; it has been submitted, but is not yet running.",
            "Job has been received by the service and completed initial setup; it will soon be submitted to the cluster.",
            "The job is running on the cluster.",
            "A CancelJob request has been received, but is pending.",
            "Transient in-flight resources have been canceled, and the request to cancel the running job has been issued to the cluster.",
            "The job cancellation was successful.",
            "The job has completed successfully.",
            "The job has completed, but encountered an error.",
            "Job attempt has failed. The detail field contains failure details for this attempt.Applies to restartable jobs only."
          ]
        },
        "details": {
          "description": "Optional. Job state details, such as an error description if the state is ERROR.",
          "type": "string"
        },
        "stateStartTime": {
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The time when this state was entered.",
          "type": "string"
        }
      }
    },
    "AccessSessionSparkApplicationStageRddOperationGraphResponse": {
      "description": "RDD operation graph for a Spark Application Stage limited to maximum 10000 clusters.",
      "type": "object",
      "properties": {
        "rddOperationGraph": {
          "description": "RDD operation graph for a Spark Application Stage.",
          "$ref": "RddOperationGraph"
        }
      },
      "id": "AccessSessionSparkApplicationStageRddOperationGraphResponse"
    },
    "SummarizeSparkApplicationStageAttemptTasksResponse": {
      "description": "Summary of tasks for a Spark Application stage attempt.",
      "type": "object",
      "properties": {
        "stageAttemptTasksSummary": {
          "description": "Summary of tasks for a Spark Application Stage Attempt",
          "$ref": "StageAttemptTasksSummary"
        }
      },
      "id": "SummarizeSparkApplicationStageAttemptTasksResponse"
    },
    "WriteSparkApplicationContextRequest": {
      "id": "WriteSparkApplicationContextRequest",
      "description": "Write Spark Application data to internal storage systems",
      "type": "object",
      "properties": {
        "sparkWrapperObjects": {
          "type": "array",
          "items": {
            "$ref": "SparkWrapperObject"
          }
        },
        "parent": {
          "description": "Required. Parent (Batch) resource reference.",
          "type": "string"
        }
      }
    },
    "AccessSessionSparkApplicationStageAttemptResponse": {
      "id": "AccessSessionSparkApplicationStageAttemptResponse",
      "description": "Stage Attempt for a Stage of a Spark Application",
      "type": "object",
      "properties": {
        "stageData": {
          "readOnly": true,
          "description": "Output only. Data corresponding to a stage.",
          "$ref": "StageData"
        }
      }
    },
    "PrestoJob": {
      "description": "A Dataproc job for running Presto (https://prestosql.io/) queries. IMPORTANT: The Dataproc Presto Optional Component (https://cloud.google.com/dataproc/docs/concepts/components/presto) must be enabled when the cluster is created to submit a Presto job to the cluster.",
      "type": "object",
      "properties": {
        "clientTags": {
          "items": {
            "type": "string"
          },
          "description": "Optional. Presto client tags to attach to this query",
          "type": "array"
        },
        "outputFormat": {
          "description": "Optional. The format in which query output will be displayed. See the Presto documentation for supported output formats",
          "type": "string"
        },
        "queryFileUri": {
          "description": "The HCFS URI of the script that contains SQL queries.",
          "type": "string"
        },
        "queryList": {
          "description": "A list of queries.",
          "$ref": "QueryList"
        },
        "loggingConfig": {
          "description": "Optional. The runtime log config for job execution.",
          "$ref": "LoggingConfig"
        },
        "properties": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. A mapping of property names to values. Used to set Presto session properties (https://prestodb.io/docs/current/sql/set-session.html) Equivalent to using the --session flag in the Presto CLI",
          "type": "object"
        },
        "continueOnFailure": {
          "description": "Optional. Whether to continue executing queries if a query fails. The default value is false. Setting to true can be useful when executing independent parallel queries.",
          "type": "boolean"
        }
      },
      "id": "PrestoJob"
    },
    "PySparkNotebookBatch": {
      "description": "A configuration for running a PySpark Notebook batch workload.",
      "type": "object",
      "properties": {
        "notebookFileUri": {
          "description": "Required. The HCFS URI of the notebook file to execute.",
          "type": "string"
        },
        "pythonFileUris": {
          "description": "Optional. HCFS URIs of Python files to pass to the PySpark framework.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "archiveUris": {
          "items": {
            "type": "string"
          },
          "description": "Optional. HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.",
          "type": "array"
        },
        "jarFileUris": {
          "items": {
            "type": "string"
          },
          "description": "Optional. HCFS URIs of jar files to be added to the Spark CLASSPATH.",
          "type": "array"
        },
        "params": {
          "description": "Optional. The parameters to pass to the notebook.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "fileUris": {
          "items": {
            "type": "string"
          },
          "description": "Optional. HCFS URIs of files to be placed in the working directory of each executor",
          "type": "array"
        }
      },
      "id": "PySparkNotebookBatch"
    },
    "PoolData": {
      "id": "PoolData",
      "description": "Pool Data",
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "stageIds": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "int64"
          }
        }
      }
    },
    "AuxiliaryNodeGroup": {
      "description": "Node group identification and configuration information.",
      "type": "object",
      "properties": {
        "nodeGroupId": {
          "description": "Optional. A node group ID. Generated if not specified.The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of from 3 to 33 characters.",
          "type": "string"
        },
        "nodeGroup": {
          "description": "Required. Node group configuration.",
          "$ref": "NodeGroup"
        }
      },
      "id": "AuxiliaryNodeGroup"
    },
    "Policy": {
      "id": "Policy",
      "description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources.A Policy is a collection of bindings. A binding binds one or more members, or principals, to a single role. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A role is a named list of permissions; each role can be an IAM predefined role or a user-created custom role.For some types of Google Cloud resources, a binding can also specify a condition, which is a logical expression that allows access to a resource only if the expression evaluates to true. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies).JSON example: { \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:mike@example.com\", \"group:admins@example.com\", \"domain:google.com\", \"serviceAccount:my-project-id@appspot.gserviceaccount.com\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:eve@example.com\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time \u003c timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 } YAML example: bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time \u003c timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a description of IAM and its features, see the IAM documentation (https://cloud.google.com/iam/docs/).",
      "type": "object",
      "properties": {
        "bindings": {
          "items": {
            "$ref": "Binding"
          },
          "description": "Associates a list of members, or principals, with a role. Optionally, may specify a condition that determines how and when the bindings are applied. Each of the bindings must contain at least one principal.The bindings in a Policy can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the bindings grant 50 different roles to user:alice@example.com, and not to any other principal, then you can add another 1,450 principals to the bindings in the Policy.",
          "type": "array"
        },
        "version": {
          "description": "Specifies the format of the policy.Valid values are 0, 1, and 3. Requests that specify an invalid value are rejected.Any operation that affects conditional role bindings must specify version 3. This requirement applies to the following operations: Getting a policy that includes a conditional role binding Adding a conditional role binding to a policy Changing a conditional role binding in a policy Removing any role binding, with or without a condition, from a policy that includes conditionsImportant: If you use IAM Conditions, you must include the etag field whenever you call setIamPolicy. If you omit this field, then IAM allows you to overwrite a version 3 policy with a version 1 policy, and all of the conditions in the version 3 policy are lost.If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset.To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies).",
          "type": "integer",
          "format": "int32"
        },
        "etag": {
          "description": "etag is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the etag in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An etag is returned in the response to getIamPolicy, and systems are expected to put that etag in the request to setIamPolicy to ensure that their change will be applied to the same version of the policy.Important: If you use IAM Conditions, you must include the etag field whenever you call setIamPolicy. If you omit this field, then IAM allows you to overwrite a version 3 policy with a version 1 policy, and all of the conditions in the version 3 policy are lost.",
          "type": "string",
          "format": "byte"
        }
      }
    },
    "SearchSessionSparkApplicationStagesResponse": {
      "description": "A list of stages associated with a Spark Application.",
      "type": "object",
      "properties": {
        "sparkApplicationStages": {
          "items": {
            "$ref": "StageData"
          },
          "description": "Output only. Data corresponding to a stage.",
          "type": "array",
          "readOnly": true
        },
        "nextPageToken": {
          "description": "This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent SearchSessionSparkApplicationStages.",
          "type": "string"
        }
      },
      "id": "SearchSessionSparkApplicationStagesResponse"
    },
    "ClusterMetrics": {
      "id": "ClusterMetrics",
      "description": "Contains cluster daemon metrics, such as HDFS and YARN stats.Beta Feature: This report is available for testing purposes only. It may be changed before final release.",
      "type": "object",
      "properties": {
        "yarnMetrics": {
          "additionalProperties": {
            "format": "int64",
            "type": "string"
          },
          "description": "YARN metrics.",
          "type": "object"
        },
        "hdfsMetrics": {
          "description": "The HDFS metrics.",
          "type": "object",
          "additionalProperties": {
            "type": "string",
            "format": "int64"
          }
        }
      }
    },
    "ProcessSummary": {
      "id": "ProcessSummary",
      "description": "Process Summary",
      "type": "object",
      "properties": {
        "isActive": {
          "type": "boolean"
        },
        "processId": {
          "type": "string"
        },
        "hostPort": {
          "type": "string"
        },
        "processLogs": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "addTime": {
          "format": "google-datetime",
          "type": "string"
        },
        "totalCores": {
          "type": "integer",
          "format": "int32"
        },
        "removeTime": {
          "format": "google-datetime",
          "type": "string"
        }
      }
    },
    "ListJobsResponse": {
      "description": "A list of jobs in a project.",
      "type": "object",
      "properties": {
        "unreachable": {
          "description": "Output only. List of jobs with kms_key-encrypted parameters that could not be decrypted. A response to a jobs.get request may indicate the reason for the decryption failure for a specific job.",
          "type": "array",
          "readOnly": true,
          "items": {
            "type": "string"
          }
        },
        "jobs": {
          "readOnly": true,
          "description": "Output only. Jobs list.",
          "type": "array",
          "items": {
            "$ref": "Job"
          }
        },
        "nextPageToken": {
          "description": "Optional. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListJobsRequest.",
          "type": "string"
        }
      },
      "id": "ListJobsResponse"
    },
    "VirtualClusterConfig": {
      "description": "The cluster config for a cluster that does not directly control the underlying compute resources, such as a GKE cluster (https://cloud.google.com/dataproc/docs/guides/dpgke/dataproc-gke-overview).",
      "type": "object",
      "properties": {
        "auxiliaryServicesConfig": {
          "description": "Optional. Configuration of auxiliary services used by this cluster.",
          "$ref": "AuxiliaryServicesConfig"
        },
        "stagingBucket": {
          "description": "Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, the service will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.",
          "type": "string"
        },
        "kubernetesClusterConfig": {
          "description": "Required. The configuration for running the cluster on Kubernetes.",
          "$ref": "KubernetesClusterConfig"
        }
      },
      "id": "VirtualClusterConfig"
    },
    "ManagedCluster": {
      "description": "Cluster that is managed by the workflow.",
      "type": "object",
      "properties": {
        "labels": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. The labels to associate with this cluster.Label keys must be between 1 and 63 characters long, and must conform to the following PCRE regular expression: \\p{Ll}\\p{Lo}{0,62}Label values must be between 1 and 63 characters long, and must conform to the following PCRE regular expression: \\p{Ll}\\p{Lo}\\p{N}_-{0,63}No more than 32 labels can be associated with a given cluster.",
          "type": "object"
        },
        "clusterName": {
          "description": "Required. The cluster name prefix. A unique cluster name will be formed by appending a random suffix.The name must contain only lower-case letters (a-z), numbers (0-9), and hyphens (-). Must begin with a letter. Cannot begin or end with hyphen. Must consist of between 2 and 35 characters.",
          "type": "string"
        },
        "config": {
          "description": "Required. The cluster configuration.",
          "$ref": "ClusterConfig"
        }
      },
      "id": "ManagedCluster"
    },
    "SpeculationStageSummary": {
      "id": "SpeculationStageSummary",
      "description": "Details of the speculation task when speculative execution is enabled.",
      "type": "object",
      "properties": {
        "stageAttemptId": {
          "type": "integer",
          "format": "int32"
        },
        "numKilledTasks": {
          "type": "integer",
          "format": "int32"
        },
        "numActiveTasks": {
          "type": "integer",
          "format": "int32"
        },
        "stageId": {
          "format": "int64",
          "type": "string"
        },
        "numFailedTasks": {
          "type": "integer",
          "format": "int32"
        },
        "numCompletedTasks": {
          "format": "int32",
          "type": "integer"
        },
        "numTasks": {
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "ProvisioningModelMix": {
      "description": "Defines how to create VMs with a mixture of provisioning models.",
      "type": "object",
      "properties": {
        "standardCapacityBase": {
          "description": "Optional. The base capacity that will always use Standard VMs to avoid risk of more preemption than the minimum capacity you need. The service will create only standard VMs until it reaches standard_capacity_base, then it will start using standard_capacity_percent_above_base to mix Spot with Standard VMs. eg. If 15 instances are requested and standard_capacity_base is 5, the service will create 5 standard VMs and thenstart mixing spot and standard VMs for remaining 10 instances.",
          "type": "integer",
          "format": "int32"
        },
        "standardCapacityPercentAboveBase": {
          "description": "Optional. The percentage of target capacity that should use Standard VM. The remaining percentage will use Spot VMs. The percentage applies only to the capacity above standard_capacity_base. eg. If 15 instances are requested and standard_capacity_base is 5 and standard_capacity_percent_above_base is 30, the service will create 5 standard VMs and then start mixing spot and standard VMs for remaining 10 instances. The mix will be 30% standard and 70% spot.",
          "type": "integer",
          "format": "int32"
        }
      },
      "id": "ProvisioningModelMix"
    },
    "PySparkBatch": {
      "description": "A configuration for running an Apache PySpark (https://spark.apache.org/docs/latest/api/python/getting_started/quickstart.html) batch workload.",
      "type": "object",
      "properties": {
        "args": {
          "description": "Optional. The arguments to pass to the driver. Do not include arguments that can be set as batch properties, such as --conf, since a collision can occur that causes an incorrect batch submission.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "jarFileUris": {
          "description": "Optional. HCFS URIs of jar files to add to the classpath of the Spark driver and tasks.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "fileUris": {
          "items": {
            "type": "string"
          },
          "description": "Optional. HCFS URIs of files to be placed in the working directory of each executor.",
          "type": "array"
        },
        "mainPythonFileUri": {
          "description": "Required. The HCFS URI of the main Python file to use as the Spark driver. Must be a .py file.",
          "type": "string"
        },
        "pythonFileUris": {
          "description": "Optional. HCFS file URIs of Python files to pass to the PySpark framework. Supported file types: .py, .egg, and .zip.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "archiveUris": {
          "description": "Optional. HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "id": "PySparkBatch"
    },
    "SearchSessionSparkApplicationJobsResponse": {
      "id": "SearchSessionSparkApplicationJobsResponse",
      "description": "A list of Jobs associated with a Spark Application.",
      "type": "object",
      "properties": {
        "sparkApplicationJobs": {
          "items": {
            "$ref": "JobData"
          },
          "description": "Output only. Data corresponding to a spark job.",
          "type": "array",
          "readOnly": true
        },
        "nextPageToken": {
          "description": "This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent SearchSessionSparkApplicationJobsRequest.",
          "type": "string"
        }
      }
    },
    "NodeInitializationAction": {
      "id": "NodeInitializationAction",
      "description": "Specifies an executable to run on a fully configured node and a timeout period for executable completion.",
      "type": "object",
      "properties": {
        "executableFile": {
          "description": "Required. Cloud Storage URI of executable file.",
          "type": "string"
        },
        "executionTimeout": {
          "format": "google-duration",
          "description": "Optional. Amount of time executable has to complete. Default is 10 minutes (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).Cluster creation fails with an explanatory error message (the name of the executable that caused the error and the exceeded timeout period) if the executable is not completed at end of the timeout period.",
          "type": "string"
        }
      }
    },
    "ExecutorMetricsDistributions": {
      "id": "ExecutorMetricsDistributions",
      "type": "object",
      "properties": {
        "diskBytesSpilled": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "quantiles": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "memoryBytesSpilled": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "succeededTasks": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "failedTasks": {
          "type": "array",
          "items": {
            "type": "number",
            "format": "double"
          }
        },
        "shuffleRead": {
          "type": "array",
          "items": {
            "type": "number",
            "format": "double"
          }
        },
        "taskTimeMillis": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "inputRecords": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "outputRecords": {
          "type": "array",
          "items": {
            "type": "number",
            "format": "double"
          }
        },
        "peakMemoryMetrics": {
          "$ref": "ExecutorPeakMetricsDistributions"
        },
        "outputBytes": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        },
        "killedTasks": {
          "type": "array",
          "items": {
            "type": "number",
            "format": "double"
          }
        },
        "shuffleReadRecords": {
          "type": "array",
          "items": {
            "type": "number",
            "format": "double"
          }
        },
        "shuffleWrite": {
          "type": "array",
          "items": {
            "type": "number",
            "format": "double"
          }
        },
        "shuffleWriteRecords": {
          "type": "array",
          "items": {
            "type": "number",
            "format": "double"
          }
        },
        "inputBytes": {
          "type": "array",
          "items": {
            "format": "double",
            "type": "number"
          }
        }
      }
    },
    "SummarizeSparkApplicationExecutorsResponse": {
      "id": "SummarizeSparkApplicationExecutorsResponse",
      "description": "Consolidated summary of executors for a Spark Application.",
      "type": "object",
      "properties": {
        "applicationId": {
          "description": "Spark Application Id",
          "type": "string"
        },
        "activeExecutorSummary": {
          "description": "Consolidated summary for active executors.",
          "$ref": "ConsolidatedExecutorSummary"
        },
        "deadExecutorSummary": {
          "description": "Consolidated summary for dead executors.",
          "$ref": "ConsolidatedExecutorSummary"
        },
        "totalExecutorSummary": {
          "description": "Overall consolidated summary for all executors.",
          "$ref": "ConsolidatedExecutorSummary"
        }
      }
    },
    "AccessSessionSparkApplicationSqlQueryResponse": {
      "description": "Details of a query for a Spark Application",
      "type": "object",
      "properties": {
        "executionData": {
          "description": "SQL Execution Data",
          "$ref": "SqlExecutionUiData"
        }
      },
      "id": "AccessSessionSparkApplicationSqlQueryResponse"
    },
    "AccessSparkApplicationJobResponse": {
      "id": "AccessSparkApplicationJobResponse",
      "description": "Details of a particular job associated with Spark Application",
      "type": "object",
      "properties": {
        "jobData": {
          "description": "Output only. Data corresponding to a spark job.",
          "$ref": "JobData",
          "readOnly": true
        }
      }
    },
    "GkeNodePoolAutoscalingConfig": {
      "description": "GkeNodePoolAutoscaling contains information the cluster autoscaler needs to adjust the size of the node pool to the current cluster usage.",
      "type": "object",
      "properties": {
        "minNodeCount": {
          "description": "The minimum number of nodes in the node pool. Must be \u003e= 0 and \u003c= max_node_count.",
          "type": "integer",
          "format": "int32"
        },
        "maxNodeCount": {
          "description": "The maximum number of nodes in the node pool. Must be \u003e= min_node_count, and must be \u003e 0. Note: Quota must be sufficient to scale up the cluster.",
          "type": "integer",
          "format": "int32"
        }
      },
      "id": "GkeNodePoolAutoscalingConfig"
    },
    "ApplicationInfo": {
      "id": "ApplicationInfo",
      "description": "High level information corresponding to an application.",
      "type": "object",
      "properties": {
        "coresPerExecutor": {
          "format": "int32",
          "type": "integer"
        },
        "memoryPerExecutorMb": {
          "type": "integer",
          "format": "int32"
        },
        "name": {
          "type": "string"
        },
        "applicationId": {
          "type": "string"
        },
        "applicationContextIngestionStatus": {
          "enumDescriptions": [
            "",
            ""
          ],
          "enum": [
            "APPLICATION_CONTEXT_INGESTION_STATUS_UNSPECIFIED",
            "APPLICATION_CONTEXT_INGESTION_STATUS_COMPLETED"
          ],
          "type": "string"
        },
        "attempts": {
          "type": "array",
          "items": {
            "$ref": "ApplicationAttemptInfo"
          }
        },
        "quantileDataStatus": {
          "type": "string",
          "enum": [
            "QUANTILE_DATA_STATUS_UNSPECIFIED",
            "QUANTILE_DATA_STATUS_COMPLETED",
            "QUANTILE_DATA_STATUS_FAILED"
          ],
          "enumDescriptions": [
            "",
            "",
            ""
          ]
        },
        "coresGranted": {
          "type": "integer",
          "format": "int32"
        },
        "maxCores": {
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "SparkConnectConfig": {
      "description": "Spark connect configuration for an interactive session.",
      "type": "object",
      "properties": {},
      "id": "SparkConnectConfig"
    },
    "RddOperationEdge": {
      "id": "RddOperationEdge",
      "description": "A directed edge representing dependency between two RDDs.",
      "type": "object",
      "properties": {
        "fromId": {
          "format": "int32",
          "type": "integer"
        },
        "toId": {
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "RddOperationNode": {
      "id": "RddOperationNode",
      "description": "A node in the RDD operation graph. Corresponds to a single RDD.",
      "type": "object",
      "properties": {
        "nodeId": {
          "type": "integer",
          "format": "int32"
        },
        "cached": {
          "type": "boolean"
        },
        "name": {
          "type": "string"
        },
        "barrier": {
          "type": "boolean"
        },
        "callsite": {
          "type": "string"
        },
        "outputDeterministicLevel": {
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            "",
            ""
          ],
          "enum": [
            "DETERMINISTIC_LEVEL_UNSPECIFIED",
            "DETERMINISTIC_LEVEL_DETERMINATE",
            "DETERMINISTIC_LEVEL_UNORDERED",
            "DETERMINISTIC_LEVEL_INDETERMINATE"
          ]
        }
      }
    },
    "ShufflePushReadMetrics": {
      "type": "object",
      "properties": {
        "localMergedBlocksFetched": {
          "format": "int64",
          "type": "string"
        },
        "localMergedBytesRead": {
          "type": "string",
          "format": "int64"
        },
        "corruptMergedBlockChunks": {
          "type": "string",
          "format": "int64"
        },
        "remoteMergedBlocksFetched": {
          "type": "string",
          "format": "int64"
        },
        "localMergedChunksFetched": {
          "type": "string",
          "format": "int64"
        },
        "mergedFetchFallbackCount": {
          "format": "int64",
          "type": "string"
        },
        "remoteMergedChunksFetched": {
          "type": "string",
          "format": "int64"
        },
        "remoteMergedReqsDuration": {
          "type": "string",
          "format": "int64"
        },
        "remoteMergedBytesRead": {
          "type": "string",
          "format": "int64"
        }
      },
      "id": "ShufflePushReadMetrics"
    },
    "SummarizeSessionSparkApplicationExecutorsResponse": {
      "description": "Consolidated summary of executors for a Spark Application.",
      "type": "object",
      "properties": {
        "deadExecutorSummary": {
          "description": "Consolidated summary for dead executors.",
          "$ref": "ConsolidatedExecutorSummary"
        },
        "totalExecutorSummary": {
          "description": "Overall consolidated summary for all executors.",
          "$ref": "ConsolidatedExecutorSummary"
        },
        "applicationId": {
          "description": "Spark Application Id",
          "type": "string"
        },
        "activeExecutorSummary": {
          "description": "Consolidated summary for active executors.",
          "$ref": "ConsolidatedExecutorSummary"
        }
      },
      "id": "SummarizeSessionSparkApplicationExecutorsResponse"
    },
    "KubernetesSoftwareConfig": {
      "description": "The software configuration for this Dataproc cluster running on Kubernetes.",
      "type": "object",
      "properties": {
        "componentVersion": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "The components that should be installed in this Dataproc cluster. The key must be a string from the KubernetesComponent enumeration. The value is the version of the software to be installed. At least one entry must be specified.",
          "type": "object"
        },
        "properties": {
          "description": "The properties to set on daemon config files.Property keys are specified in prefix:property format, for example spark:spark.kubernetes.container.image. The following are supported prefixes and their mappings: spark: spark-defaults.confFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "id": "KubernetesSoftwareConfig"
    },
    "SparkConnectExecutionInfo": {
      "description": "Represents the lifecycle and details of an Execution via Spark Connect",
      "type": "object",
      "properties": {
        "jobIds": {
          "description": "Optional. List of job ids associated with the execution.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "statement": {
          "description": "statement of the execution.",
          "type": "string"
        },
        "closeTimestamp": {
          "description": "Timestamp when the execution was closed.",
          "type": "string",
          "format": "int64"
        },
        "sqlExecIds": {
          "items": {
            "type": "string"
          },
          "description": "Optional. List of sql execution ids associated with the execution.",
          "type": "array"
        },
        "userId": {
          "description": "User ID of the user who started the execution.",
          "type": "string"
        },
        "operationId": {
          "description": "Unique identifier for the operation.",
          "type": "string"
        },
        "detail": {
          "description": "Detailed information about the execution.",
          "type": "string"
        },
        "sparkSessionTags": {
          "items": {
            "type": "string"
          },
          "description": "Optional. Tags associated with the Spark session.",
          "type": "array"
        },
        "state": {
          "enumDescriptions": [
            "Execution state is unknown.",
            "Execution state is started.",
            "Execution state is compiled.",
            "Execution state is ready.",
            "Execution state is canceled.",
            "Execution state is failed.",
            "Execution state is finished.",
            "Execution state is closed."
          ],
          "description": "Output only. Current state of the execution.",
          "type": "string",
          "enum": [
            "EXECUTION_STATE_UNKNOWN",
            "EXECUTION_STATE_STARTED",
            "EXECUTION_STATE_COMPILED",
            "EXECUTION_STATE_READY",
            "EXECUTION_STATE_CANCELED",
            "EXECUTION_STATE_FAILED",
            "EXECUTION_STATE_FINISHED",
            "EXECUTION_STATE_CLOSED"
          ],
          "readOnly": true
        },
        "jobTag": {
          "description": "Required. Job tag of the execution.",
          "type": "string"
        },
        "startTimestamp": {
          "description": "Timestamp when the execution started.",
          "type": "string",
          "format": "int64"
        },
        "finishTimestamp": {
          "format": "int64",
          "description": "Timestamp when the execution finished.",
          "type": "string"
        },
        "sessionId": {
          "description": "Required. Session ID, ties the execution to a specific Spark Connect session.",
          "type": "string"
        }
      },
      "id": "SparkConnectExecutionInfo"
    },
    "AccessSparkApplicationStageAttemptResponse": {
      "id": "AccessSparkApplicationStageAttemptResponse",
      "description": "Stage Attempt for a Stage of a Spark Application",
      "type": "object",
      "properties": {
        "stageData": {
          "readOnly": true,
          "description": "Output only. Data corresponding to a stage.",
          "$ref": "StageData"
        }
      }
    },
    "AutoscalingPolicy": {
      "description": "Describes an autoscaling policy for Dataproc cluster autoscaler.",
      "type": "object",
      "properties": {
        "workerConfig": {
          "description": "Required. Describes how the autoscaler will operate for primary workers.",
          "$ref": "InstanceGroupAutoscalingPolicyConfig"
        },
        "id": {
          "description": "Required. The policy id.The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between 3 and 50 characters.",
          "type": "string"
        },
        "clusterType": {
          "enumDescriptions": [
            "Not set.",
            "Standard dataproc cluster with a minimum of two primary workers.",
            "Clusters that can use only secondary workers and be scaled down to zero secondary worker nodes."
          ],
          "enum": [
            "CLUSTER_TYPE_UNSPECIFIED",
            "STANDARD",
            "ZERO_SCALE"
          ],
          "description": "Optional. The type of the clusters for which this autoscaling policy is to be configured.",
          "type": "string"
        },
        "basicAlgorithm": {
          "$ref": "BasicAutoscalingAlgorithm"
        },
        "secondaryWorkerConfig": {
          "description": "Optional. Describes how the autoscaler will operate for secondary workers.",
          "$ref": "InstanceGroupAutoscalingPolicyConfig"
        },
        "labels": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. The labels to associate with this autoscaling policy. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with an autoscaling policy.",
          "type": "object"
        },
        "name": {
          "description": "Output only. The \"resource name\" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies, the resource name of the policy has the following format: projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For projects.locations.autoscalingPolicies, the resource name of the policy has the following format: projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id}",
          "type": "string",
          "readOnly": true
        }
      },
      "id": "AutoscalingPolicy"
    },
    "ClusterOperationMetadata": {
      "id": "ClusterOperationMetadata",
      "description": "Metadata describing the operation.",
      "type": "object",
      "properties": {
        "clusterName": {
          "readOnly": true,
          "description": "Output only. Name of the cluster for the operation.",
          "type": "string"
        },
        "operationType": {
          "readOnly": true,
          "description": "Output only. The operation type.",
          "type": "string"
        },
        "warnings": {
          "items": {
            "type": "string"
          },
          "description": "Output only. Errors encountered during operation execution.",
          "type": "array",
          "readOnly": true
        },
        "childOperationIds": {
          "items": {
            "type": "string"
          },
          "description": "Output only. Child operation ids",
          "type": "array",
          "readOnly": true
        },
        "labels": {
          "description": "Output only. Labels associated with the operation",
          "type": "object",
          "readOnly": true,
          "additionalProperties": {
            "type": "string"
          }
        },
        "description": {
          "readOnly": true,
          "description": "Output only. Short description of operation.",
          "type": "string"
        },
        "status": {
          "readOnly": true,
          "description": "Output only. Current operation status.",
          "$ref": "ClusterOperationStatus"
        },
        "clusterUuid": {
          "description": "Output only. Cluster UUID for the operation.",
          "type": "string",
          "readOnly": true
        },
        "statusHistory": {
          "items": {
            "$ref": "ClusterOperationStatus"
          },
          "description": "Output only. The previous operation status.",
          "type": "array",
          "readOnly": true
        }
      }
    },
    "SummarizeSessionSparkApplicationStagesResponse": {
      "description": "Summary of a Spark Application stages.",
      "type": "object",
      "properties": {
        "stagesSummary": {
          "description": "Summary of a Spark Application Stages",
          "$ref": "StagesSummary"
        }
      },
      "id": "SummarizeSessionSparkApplicationStagesResponse"
    },
    "AccessSparkApplicationEnvironmentInfoResponse": {
      "id": "AccessSparkApplicationEnvironmentInfoResponse",
      "description": "Environment details of a Saprk Application.",
      "type": "object",
      "properties": {
        "applicationEnvironmentInfo": {
          "description": "Details about the Environment that the application is running in.",
          "$ref": "ApplicationEnvironmentInfo"
        }
      }
    },
    "DiagnoseClusterResults": {
      "description": "The location of diagnostic output.",
      "type": "object",
      "properties": {
        "outputUri": {
          "description": "Output only. The Cloud Storage URI of the diagnostic output. The output report is a plain text file with a summary of collected diagnostics.",
          "type": "string",
          "readOnly": true
        }
      },
      "id": "DiagnoseClusterResults"
    },
    "SparkSqlBatch": {
      "description": "A configuration for running Apache Spark SQL (https://spark.apache.org/sql/) queries as a batch workload.",
      "type": "object",
      "properties": {
        "jarFileUris": {
          "description": "Optional. HCFS URIs of jar files to be added to the Spark CLASSPATH.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "queryFileUri": {
          "description": "Required. The HCFS URI of the script that contains Spark SQL queries to execute.",
          "type": "string"
        },
        "queryVariables": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. Mapping of query variable names to values (equivalent to the Spark SQL command: SET name=\"value\";).",
          "type": "object"
        }
      },
      "id": "SparkSqlBatch"
    },
    "SearchSparkApplicationNativeSqlQueriesResponse": {
      "id": "SearchSparkApplicationNativeSqlQueriesResponse",
      "description": "List of all Native SQL queries details for a Spark Application.",
      "type": "object",
      "properties": {
        "sparkApplicationNativeSqlQueries": {
          "readOnly": true,
          "description": "Output only. Native SQL Execution Data",
          "type": "array",
          "items": {
            "$ref": "NativeSqlExecutionUiData"
          }
        },
        "nextPageToken": {
          "description": "This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent SearchSparkApplicationNativeSqlQueriesRequest.",
          "type": "string"
        }
      }
    },
    "SoftwareConfig": {
      "id": "SoftwareConfig",
      "description": "Specifies the selection and config of software inside the cluster.",
      "type": "object",
      "properties": {
        "properties": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. The properties to set on daemon config files.Property keys are specified in prefix:property format, for example core:hadoop.tmp.dir. The following are supported prefixes and their mappings: capacity-scheduler: capacity-scheduler.xml core: core-site.xml distcp: distcp-default.xml hdfs: hdfs-site.xml hive: hive-site.xml mapred: mapred-site.xml pig: pig.properties spark: spark-defaults.conf yarn: yarn-site.xmlFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).",
          "type": "object"
        },
        "optionalComponents": {
          "items": {
            "enum": [
              "COMPONENT_UNSPECIFIED",
              "ANACONDA",
              "DELTA",
              "DOCKER",
              "DRUID",
              "FLINK",
              "HBASE",
              "HIVE_WEBHCAT",
              "HUDI",
              "ICEBERG",
              "JUPYTER",
              "PIG",
              "PRESTO",
              "TRINO",
              "RANGER",
              "SOLR",
              "ZEPPELIN",
              "ZOOKEEPER",
              "JUPYTER_KERNEL_GATEWAY"
            ],
            "enumDescriptions": [
              "Unspecified component. Specifying this will cause Cluster creation to fail.",
              "The Anaconda component is no longer supported or applicable to supported Dataproc on Compute Engine image versions (https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-version-clusters#supported-dataproc-image-versions). It cannot be activated on clusters created with supported Dataproc on Compute Engine image versions.",
              "Delta Lake.",
              "Docker",
              "The Druid query engine. (alpha)",
              "Flink",
              "HBase. (beta)",
              "The Hive Web HCatalog (the REST service for accessing HCatalog).",
              "Hudi.",
              "Iceberg.",
              "The Jupyter Notebook.",
              "The Pig component.",
              "The Presto query engine.",
              "The Trino query engine.",
              "The Ranger service.",
              "The Solr service.",
              "The Zeppelin notebook.",
              "The Zookeeper service.",
              "The Jupyter Kernel Gateway."
            ],
            "type": "string"
          },
          "description": "Optional. The set of components to activate on the cluster.",
          "type": "array"
        },
        "imageVersion": {
          "description": "Optional. The version of software inside the cluster. It must be one of the supported Image Versions (https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#supported-dataproc-image-versions), such as \"1.2\" (including a subminor version, such as \"1.2.29\"), or the \"preview\" version (https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-versions#other_versions). If unspecified, it defaults to the latest Debian version.",
          "type": "string"
        }
      }
    },
    "SearchSessionSparkApplicationNativeSqlQueriesResponse": {
      "id": "SearchSessionSparkApplicationNativeSqlQueriesResponse",
      "description": "List of all Native queries for a Spark Application.",
      "type": "object",
      "properties": {
        "sparkApplicationNativeSqlQueries": {
          "readOnly": true,
          "description": "Output only. Native SQL Execution Data",
          "type": "array",
          "items": {
            "$ref": "NativeSqlExecutionUiData"
          }
        },
        "nextPageToken": {
          "description": "This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent SearchSessionSparkApplicationSqlQueriesRequest.",
          "type": "string"
        }
      }
    },
    "StageShuffleReadMetrics": {
      "description": "Shuffle data read for the stage.",
      "type": "object",
      "properties": {
        "remoteBytesRead": {
          "format": "int64",
          "type": "string"
        },
        "remoteReqsDuration": {
          "type": "string",
          "format": "int64"
        },
        "remoteBytesReadToDisk": {
          "type": "string",
          "format": "int64"
        },
        "stageShufflePushReadMetrics": {
          "$ref": "StageShufflePushReadMetrics"
        },
        "localBlocksFetched": {
          "type": "string",
          "format": "int64"
        },
        "localBytesRead": {
          "type": "string",
          "format": "int64"
        },
        "bytesRead": {
          "type": "string",
          "format": "int64"
        },
        "fetchWaitTimeMillis": {
          "format": "int64",
          "type": "string"
        },
        "recordsRead": {
          "type": "string",
          "format": "int64"
        },
        "remoteBlocksFetched": {
          "format": "int64",
          "type": "string"
        }
      },
      "id": "StageShuffleReadMetrics"
    },
    "NativeSqlExecutionUiData": {
      "description": "Native SQL Execution Data",
      "type": "object",
      "properties": {
        "numFallbackNodes": {
          "format": "int32",
          "description": "Optional. Number of nodes fallen back to Spark.",
          "type": "integer"
        },
        "fallbackDescription": {
          "description": "Optional. Description of the fallback.",
          "type": "string"
        },
        "fallbackNodeToReason": {
          "items": {
            "$ref": "FallbackReason"
          },
          "description": "Optional. Fallback node to reason.",
          "type": "array"
        },
        "numNativeNodes": {
          "description": "Optional. Number of nodes in Native.",
          "type": "integer",
          "format": "int32"
        },
        "description": {
          "description": "Optional. Description of the execution.",
          "type": "string"
        },
        "executionId": {
          "format": "int64",
          "description": "Required. Execution ID of the Native SQL Execution.",
          "type": "string"
        }
      },
      "id": "NativeSqlExecutionUiData"
    },
    "JobMetadata": {
      "description": "Job Operation metadata.",
      "type": "object",
      "properties": {
        "operationType": {
          "description": "Output only. Operation type.",
          "type": "string",
          "readOnly": true
        },
        "jobId": {
          "readOnly": true,
          "description": "Output only. The job id.",
          "type": "string"
        },
        "status": {
          "description": "Output only. Most recent job status.",
          "$ref": "JobStatus",
          "readOnly": true
        },
        "startTime": {
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. Job submission time.",
          "type": "string"
        }
      },
      "id": "JobMetadata"
    }
  },
  "description": "Manages Hadoop-based clusters and jobs on Google Cloud Platform.",
  "icons": {
    "x16": "http://www.google.com/images/icons/product/search-16.gif",
    "x32": "http://www.google.com/images/icons/product/search-32.gif"
  },
  "fullyEncodeReservedExpansion": true,
  "mtlsRootUrl": "https://dataproc.mtls.googleapis.com/",
  "ownerName": "Google",
  "canonicalName": "Dataproc",
  "rootUrl": "https://dataproc.googleapis.com/",
  "batchPath": "batch",
  "auth": {
    "oauth2": {
      "scopes": {
        "https://www.googleapis.com/auth/dataproc.read-only": {
          "description": "See your Google Cloud Dataproc data and the email address of your Google Account"
        },
        "https://www.googleapis.com/auth/dataproc": {
          "description": "See, edit, configure, and delete your Google Cloud Dataproc data and see the email address for your Google Account"
        },
        "https://www.googleapis.com/auth/cloud-platform": {
          "description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
        }
      }
    }
  },
  "title": "Cloud Dataproc API",
  "parameters": {
    "$.xgafv": {
      "location": "query",
      "enum": [
        "1",
        "2"
      ],
      "type": "string",
      "description": "V1 error format.",
      "enumDescriptions": [
        "v1 error format",
        "v2 error format"
      ]
    },
    "key": {
      "type": "string",
      "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
      "location": "query"
    },
    "access_token": {
      "type": "string",
      "description": "OAuth access token.",
      "location": "query"
    },
    "uploadType": {
      "type": "string",
      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
      "location": "query"
    },
    "callback": {
      "type": "string",
      "description": "JSONP",
      "location": "query"
    },
    "alt": {
      "location": "query",
      "enum": [
        "json",
        "media",
        "proto"
      ],
      "type": "string",
      "description": "Data format for response.",
      "default": "json",
      "enumDescriptions": [
        "Responses with Content-Type of application/json",
        "Media download with context-dependent Content-Type",
        "Responses with Content-Type of application/x-protobuf"
      ]
    },
    "prettyPrint": {
      "type": "boolean",
      "description": "Returns response with indentations and line breaks.",
      "location": "query",
      "default": "true"
    },
    "quotaUser": {
      "type": "string",
      "description": "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.",
      "location": "query"
    },
    "fields": {
      "type": "string",
      "description": "Selector specifying which fields to include in a partial response.",
      "location": "query"
    },
    "upload_protocol": {
      "type": "string",
      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
      "location": "query"
    },
    "oauth_token": {
      "type": "string",
      "description": "OAuth 2.0 token for the current user.",
      "location": "query"
    }
  },
  "basePath": "",
  "endpoints": [
    {
      "endpointUrl": "https://dataproc.europe-west3.rep.googleapis.com/",
      "location": "europe-west3",
      "description": "Regional Endpoint"
    },
    {
      "location": "europe-west9",
      "description": "Regional Endpoint",
      "endpointUrl": "https://dataproc.europe-west9.rep.googleapis.com/"
    },
    {
      "location": "us-central1",
      "description": "Regional Endpoint",
      "endpointUrl": "https://dataproc.us-central1.rep.googleapis.com/"
    },
    {
      "location": "us-central2",
      "description": "Regional Endpoint",
      "endpointUrl": "https://dataproc.us-central2.rep.googleapis.com/"
    },
    {
      "location": "us-east1",
      "description": "Regional Endpoint",
      "endpointUrl": "https://dataproc.us-east1.rep.googleapis.com/"
    },
    {
      "endpointUrl": "https://dataproc.us-east4.rep.googleapis.com/",
      "location": "us-east4",
      "description": "Regional Endpoint"
    },
    {
      "location": "us-east5",
      "description": "Regional Endpoint",
      "endpointUrl": "https://dataproc.us-east5.rep.googleapis.com/"
    },
    {
      "location": "us-east7",
      "description": "Regional Endpoint",
      "endpointUrl": "https://dataproc.us-east7.rep.googleapis.com/"
    },
    {
      "location": "us-south1",
      "description": "Regional Endpoint",
      "endpointUrl": "https://dataproc.us-south1.rep.googleapis.com/"
    },
    {
      "location": "us-west1",
      "description": "Regional Endpoint",
      "endpointUrl": "https://dataproc.us-west1.rep.googleapis.com/"
    },
    {
      "location": "us-west2",
      "description": "Regional Endpoint",
      "endpointUrl": "https://dataproc.us-west2.rep.googleapis.com/"
    },
    {
      "location": "us-west3",
      "description": "Regional Endpoint",
      "endpointUrl": "https://dataproc.us-west3.rep.googleapis.com/"
    },
    {
      "endpointUrl": "https://dataproc.us-west4.rep.googleapis.com/",
      "location": "us-west4",
      "description": "Regional Endpoint"
    },
    {
      "location": "us-west8",
      "description": "Regional Endpoint",
      "endpointUrl": "https://dataproc.us-west8.rep.googleapis.com/"
    },
    {
      "endpointUrl": "https://dataproc.europe-west8.rep.googleapis.com/",
      "location": "europe-west8",
      "description": "Regional Endpoint"
    },
    {
      "location": "asia-south1",
      "description": "Regional Endpoint",
      "endpointUrl": "https://dataproc.asia-south1.rep.googleapis.com/"
    },
    {
      "endpointUrl": "https://dataproc.asia-south2.rep.googleapis.com/",
      "location": "asia-south2",
      "description": "Regional Endpoint"
    },
    {
      "endpointUrl": "https://dataproc.me-central2.rep.googleapis.com/",
      "location": "me-central2",
      "description": "Regional Endpoint"
    }
  ]
}
