Class ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource
The "sparkApplications" collection of methods.
Inherited Members
Namespace: Google.Apis.Dataproc.v1
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class ProjectsResource.LocationsResource.BatchesResource.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.BatchesResource.SparkApplicationsResource.AccessRequest Access(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | 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" |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.AccessRequest |
AccessEnvironmentInfo(string)
Obtain environment details for a Spark Application
Declaration
public virtual ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.AccessEnvironmentInfoRequest AccessEnvironmentInfo(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | 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" |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.AccessEnvironmentInfoRequest |
AccessJob(string)
Obtain data corresponding to a spark job for a Spark Application.
Declaration
public virtual ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.AccessJobRequest AccessJob(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | 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" |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.AccessJobRequest |
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.BatchesResource.SparkApplicationsResource.AccessSqlPlanRequest AccessSqlPlan(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | 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" |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.AccessSqlPlanRequest |
AccessSqlQuery(string)
Obtain data corresponding to a particular SQL Query for a Spark Application.
Declaration
public virtual ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.AccessSqlQueryRequest AccessSqlQuery(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | 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" |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.AccessSqlQueryRequest |
AccessStageAttempt(string)
Obtain data corresponding to a spark stage attempt for a Spark Application.
Declaration
public virtual ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.AccessStageAttemptRequest AccessStageAttempt(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | 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" |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BatchesResource.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.BatchesResource.SparkApplicationsResource.AccessStageRddGraphRequest AccessStageRddGraph(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | 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" |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.AccessStageRddGraphRequest |
Search(string)
Obtain high level information and list of Spark Applications corresponding to a batch
Declaration
public virtual ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.SearchRequest Search(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The fully qualified name of the batch to retrieve in the format "projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID" |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.SearchRequest |
SearchExecutorStageSummary(string)
Obtain executor summary with respect to a spark stage attempt.
Declaration
public virtual ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.SearchExecutorStageSummaryRequest SearchExecutorStageSummary(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | 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" |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.SearchExecutorStageSummaryRequest |
SearchExecutors(string)
Obtain data corresponding to executors for a Spark Application.
Declaration
public virtual ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.SearchExecutorsRequest SearchExecutors(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | 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" |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.SearchExecutorsRequest |
SearchJobs(string)
Obtain list of spark jobs corresponding to a Spark Application.
Declaration
public virtual ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.SearchJobsRequest SearchJobs(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | 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" |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.SearchJobsRequest |
SearchSqlQueries(string)
Obtain data corresponding to SQL Queries for a Spark Application.
Declaration
public virtual ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.SearchSqlQueriesRequest SearchSqlQueries(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | 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" |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.SearchSqlQueriesRequest |
SearchStageAttemptTasks(string)
Obtain data corresponding to tasks for a spark stage attempt for a Spark Application.
Declaration
public virtual ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.SearchStageAttemptTasksRequest SearchStageAttemptTasks(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | 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" |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.SearchStageAttemptTasksRequest |
SearchStageAttempts(string)
Obtain data corresponding to a spark stage attempts for a Spark Application.
Declaration
public virtual ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.SearchStageAttemptsRequest SearchStageAttempts(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | 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" |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.SearchStageAttemptsRequest |
SearchStages(string)
Obtain data corresponding to stages for a Spark Application.
Declaration
public virtual ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.SearchStagesRequest SearchStages(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | 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" |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.SearchStagesRequest |
SummarizeExecutors(string)
Obtain summary of Executor Summary for a Spark Application
Declaration
public virtual ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.SummarizeExecutorsRequest SummarizeExecutors(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | 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" |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.SummarizeExecutorsRequest |
SummarizeJobs(string)
Obtain summary of Jobs for a Spark Application
Declaration
public virtual ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.SummarizeJobsRequest SummarizeJobs(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | 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" |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.SummarizeJobsRequest |
SummarizeStageAttemptTasks(string)
Obtain summary of Tasks for a Spark Application Stage Attempt
Declaration
public virtual ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.SummarizeStageAttemptTasksRequest SummarizeStageAttemptTasks(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | 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" |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.SummarizeStageAttemptTasksRequest |
SummarizeStages(string)
Obtain summary of Stages for a Spark Application
Declaration
public virtual ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.SummarizeStagesRequest SummarizeStages(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | 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" |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.SummarizeStagesRequest |
Write(WriteSparkApplicationContextRequest, string)
Write wrapper objects from dataplane to spanner
Declaration
public virtual ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.WriteRequest Write(WriteSparkApplicationContextRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
WriteSparkApplicationContextRequest | 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/batches/BATCH_ID/sparkApplications/APPLICATION_ID" |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BatchesResource.SparkApplicationsResource.WriteRequest |