Cloud Dataproc API (dataproc:v1)

2026-07-26

7 removed methods

Deletions

    Methods
  • dataproc.projects.locations.sessions.sparkApplications.searchNativeSqlQueries

      Parameter Order : name

      Path : v1/{+name}:searchNativeSqlQueries

      Description : Obtain data corresponding to Native SQL Queries 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
    • HTTP Method : GET

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}/sparkApplications/{sparkApplicationsId}:searchNativeSqlQueries

      Parameters :

        name

          Type : string

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/sessions/[^/]+/sparkApplications/[^/]+$

          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"

        parent

          Location : query

          Type : string

          Description : Required. Parent (Session) resource reference.

        pageToken

          Location : query

          Type : string

          Description : Optional. A page token received from a previous SearchSessionSparkApplicationSqlQueries call. Provide this token to retrieve the subsequent page.

        pageSize

          Location : query

          Type : integer

          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.

          Format : int32

  • dataproc.projects.locations.sessions.sparkApplications.accessNativeBuildInfo

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}/sparkApplications/{sparkApplicationsId}:accessNativeBuildInfo

      HTTP Method : GET

      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"

          Location : path

          Pattern : ^projects/[^/]+/locations/[^/]+/sessions/[^/]+/sparkApplications/[^/]+$

          Required : Yes

          Type : string

        parent

          Description : Required. Parent (Session) resource reference.

          Location : query

          Type : string

      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 Native Build Information for a Spark Application.

      Path : v1/{+name}:accessNativeBuildInfo

      Parameter Order : name

  • dataproc.projects.locations.sessions.sparkApplications.accessNativeSqlQuery

      Path : v1/{+name}:accessNativeSqlQuery

      Parameter Order : name

      Parameters :

        name

          Required : Yes

          Type : string

          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"

          Pattern : ^projects/[^/]+/locations/[^/]+/sessions/[^/]+/sparkApplications/[^/]+$

          Location : path

        parent

          Location : query

          Type : string

          Description : Required. Parent (Session) resource reference.

        executionId

          Location : query

          Type : string

          Description : Required. Execution ID

          Format : int64

      HTTP Method : GET

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/sessions/{sessionsId}/sparkApplications/{sparkApplicationsId}:accessNativeSqlQuery

      Description : Obtain data corresponding to a particular Native SQL Query 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
  • dataproc.projects.locations.batches.sparkApplications.accessNativeBuildInfo

      Description : Obtain build data for Native Job

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/dataproc
    • https://www.googleapis.com/auth/dataproc.read-only
    • Parameters :

        name

          Type : string

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/batches/[^/]+/sparkApplications/[^/]+$

          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"

        parent

          Location : query

          Type : string

          Description : Required. Parent (Batch) resource reference.

      HTTP Method : GET

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}/sparkApplications/{sparkApplicationsId}:accessNativeBuildInfo

      Parameter Order : name

      Path : v1/{+name}:accessNativeBuildInfo

  • dataproc.projects.locations.batches.sparkApplications.computeTuningConfig

      Parameter Order : name

      Path : v1/{+name}:computeTuningConfig

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/dataproc
    • https://www.googleapis.com/auth/dataproc.read-only
    • Description : Returns autotuning configuration for a specific query plan id and cohort id. Called by Spark during query planning.

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}/sparkApplications/{sparkApplicationsId}:computeTuningConfig

      HTTP Method : GET

      Parameters :

        executionId

          Description : Required. Spark execution ID for the query.

          Format : int64

          Location : query

          Type : string

        name

          Type : string

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/batches/[^/]+/sparkApplications/[^/]+$

          Location : path

          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"

        parent

          Location : query

          Type : string

          Description : Required. Parent (Batch) resource reference.

        semanticQueryId

          Description : Required. Spark semantic query ID.

          Location : query

          Type : string

  • dataproc.projects.locations.batches.sparkApplications.searchNativeSqlQueries

      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 Native SQL Queries for a Spark Application.

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}/sparkApplications/{sparkApplicationsId}:searchNativeSqlQueries

      HTTP Method : GET

      Parameters :

        pageSize

          Location : query

          Type : integer

          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.

        pageToken

          Location : query

          Type : string

          Description : Optional. A page token received from a previous SearchSparkApplicationNativeSqlQueries call. Provide this token to retrieve the subsequent page.

        name

          Required : Yes

          Type : string

          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"

          Pattern : ^projects/[^/]+/locations/[^/]+/batches/[^/]+/sparkApplications/[^/]+$

          Location : path

        parent

          Location : query

          Type : string

          Description : Required. Parent (Batch) resource reference.

      Parameter Order : name

      Path : v1/{+name}:searchNativeSqlQueries

  • dataproc.projects.locations.batches.sparkApplications.accessNativeSqlQuery

      Parameter Order : name

      Path : v1/{+name}:accessNativeSqlQuery

      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 particular Native SQL Query for a Spark Application.

      Parameters :

        executionId

          Format : int64

          Description : Required. Execution ID

          Location : query

          Type : string

        name

          Pattern : ^projects/[^/]+/locations/[^/]+/batches/[^/]+/sparkApplications/[^/]+$

          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

          Required : Yes

        parent

          Description : Required. Parent (Batch) resource reference.

          Location : query

          Type : string

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/batches/{batchesId}/sparkApplications/{sparkApplicationsId}:accessNativeSqlQuery

      HTTP Method : GET