Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource

The "sparkApplications" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataproc.v1
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource

Constructors

SparkApplicationsResource(IClientService)

Constructs a new resource.

Declaration
public SparkApplicationsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Access(string)

Obtain high level information corresponding to a single Spark Application.

Declaration
public virtual ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.AccessRequest Access(string name)
Parameters
Type Name Description
string name

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"

Returns
Type Description
ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.AccessRequest

AccessEnvironmentInfo(string)

Obtain environment details for a Spark Application

Declaration
public virtual ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.AccessEnvironmentInfoRequest AccessEnvironmentInfo(string name)
Parameters
Type Name Description
string name

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"

Returns
Type Description
ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.AccessEnvironmentInfoRequest

AccessJob(string)

Obtain data corresponding to a spark job for a Spark Application.

Declaration
public virtual ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.AccessJobRequest AccessJob(string name)
Parameters
Type Name Description
string name

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"

Returns
Type Description
ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.AccessJobRequest

AccessNativeBuildInfo(string)

Obtain data corresponding to Native Build Information for a Spark Application.

Declaration
public virtual ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.AccessNativeBuildInfoRequest AccessNativeBuildInfo(string name)
Parameters
Type Name Description
string name

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"

Returns
Type Description
ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.AccessNativeBuildInfoRequest

AccessNativeSqlQuery(string)

Obtain data corresponding to a particular Native SQL Query for a Spark Application.

Declaration
public virtual ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.AccessNativeSqlQueryRequest AccessNativeSqlQuery(string name)
Parameters
Type Name Description
string name

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"

Returns
Type Description
ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.AccessNativeSqlQueryRequest

AccessSqlPlan(string)

Obtain Spark Plan Graph for a Spark Application SQL execution. Limits the number of clusters returned as part of the graph to 10000.

Declaration
public virtual ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.AccessSqlPlanRequest AccessSqlPlan(string name)
Parameters
Type Name Description
string name

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"

Returns
Type Description
ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.AccessSqlPlanRequest

AccessSqlQuery(string)

Obtain data corresponding to a particular SQL Query for a Spark Application.

Declaration
public virtual ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.AccessSqlQueryRequest AccessSqlQuery(string name)
Parameters
Type Name Description
string name

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"

Returns
Type Description
ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.AccessSqlQueryRequest

AccessStageAttempt(string)

Obtain data corresponding to a spark stage attempt for a Spark Application.

Declaration
public virtual ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.AccessStageAttemptRequest AccessStageAttempt(string name)
Parameters
Type Name Description
string name

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"

Returns
Type Description
ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.AccessStageAttemptRequest

AccessStageRddGraph(string)

Obtain RDD operation graph for a Spark Application Stage. Limits the number of clusters returned as part of the graph to 10000.

Declaration
public virtual ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.AccessStageRddGraphRequest AccessStageRddGraph(string name)
Parameters
Type Name Description
string name

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"

Returns
Type Description
ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.AccessStageRddGraphRequest

Search(string)

Obtain high level information and list of Spark Applications corresponding to a batch

Declaration
public virtual ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.SearchRequest Search(string parent)
Parameters
Type Name Description
string parent

Required. The fully qualified name of the session to retrieve in the format "projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID"

Returns
Type Description
ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.SearchRequest

SearchExecutorStageSummary(string)

Obtain executor summary with respect to a spark stage attempt.

Declaration
public virtual ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.SearchExecutorStageSummaryRequest SearchExecutorStageSummary(string name)
Parameters
Type Name Description
string name

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"

Returns
Type Description
ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.SearchExecutorStageSummaryRequest

SearchExecutors(string)

Obtain data corresponding to executors for a Spark Application.

Declaration
public virtual ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.SearchExecutorsRequest SearchExecutors(string name)
Parameters
Type Name Description
string name

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"

Returns
Type Description
ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.SearchExecutorsRequest

SearchJobs(string)

Obtain list of spark jobs corresponding to a Spark Application.

Declaration
public virtual ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.SearchJobsRequest SearchJobs(string name)
Parameters
Type Name Description
string name

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"

Returns
Type Description
ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.SearchJobsRequest

SearchNativeSqlQueries(string)

Obtain data corresponding to Native SQL Queries for a Spark Application.

Declaration
public virtual ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.SearchNativeSqlQueriesRequest SearchNativeSqlQueries(string name)
Parameters
Type Name Description
string name

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"

Returns
Type Description
ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.SearchNativeSqlQueriesRequest

SearchSqlQueries(string)

Obtain data corresponding to SQL Queries for a Spark Application.

Declaration
public virtual ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.SearchSqlQueriesRequest SearchSqlQueries(string name)
Parameters
Type Name Description
string name

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"

Returns
Type Description
ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.SearchSqlQueriesRequest

SearchStageAttemptTasks(string)

Obtain data corresponding to tasks for a spark stage attempt for a Spark Application.

Declaration
public virtual ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.SearchStageAttemptTasksRequest SearchStageAttemptTasks(string name)
Parameters
Type Name Description
string name

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"

Returns
Type Description
ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.SearchStageAttemptTasksRequest

SearchStageAttempts(string)

Obtain data corresponding to a spark stage attempts for a Spark Application.

Declaration
public virtual ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.SearchStageAttemptsRequest SearchStageAttempts(string name)
Parameters
Type Name Description
string name

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"

Returns
Type Description
ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.SearchStageAttemptsRequest

SearchStages(string)

Obtain data corresponding to stages for a Spark Application.

Declaration
public virtual ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.SearchStagesRequest SearchStages(string name)
Parameters
Type Name Description
string name

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"

Returns
Type Description
ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.SearchStagesRequest

SummarizeExecutors(string)

Obtain summary of Executor Summary for a Spark Application

Declaration
public virtual ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.SummarizeExecutorsRequest SummarizeExecutors(string name)
Parameters
Type Name Description
string name

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"

Returns
Type Description
ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.SummarizeExecutorsRequest

SummarizeJobs(string)

Obtain summary of Jobs for a Spark Application

Declaration
public virtual ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.SummarizeJobsRequest SummarizeJobs(string name)
Parameters
Type Name Description
string name

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"

Returns
Type Description
ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.SummarizeJobsRequest

SummarizeStageAttemptTasks(string)

Obtain summary of Tasks for a Spark Application Stage Attempt

Declaration
public virtual ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.SummarizeStageAttemptTasksRequest SummarizeStageAttemptTasks(string name)
Parameters
Type Name Description
string name

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"

Returns
Type Description
ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.SummarizeStageAttemptTasksRequest

SummarizeStages(string)

Obtain summary of Stages for a Spark Application

Declaration
public virtual ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.SummarizeStagesRequest SummarizeStages(string name)
Parameters
Type Name Description
string name

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"

Returns
Type Description
ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.SummarizeStagesRequest

Write(WriteSessionSparkApplicationContextRequest, string)

Write wrapper objects from dataplane to spanner

Declaration
public virtual ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.WriteRequest Write(WriteSessionSparkApplicationContextRequest body, string name)
Parameters
Type Name Description
WriteSessionSparkApplicationContextRequest body

The body of the request.

string name

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"

Returns
Type Description
ProjectsResource.LocationsResource.SessionsResource.SparkApplicationsResource.WriteRequest
In this article
Back to top Generated by DocFX