ProjectsLocationsSessionsSparkApplicationsResource class 
 
    
    
  
    
  
    Properties
    
        - 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
 
    
  
    Methods
    
        - 
  access(String name, {String? parent, String? $fields})
    → Future<AccessSessionSparkApplicationResponse>
  
  
- 
  Obtain high level information corresponding to a single Spark Application.
  
- 
  accessEnvironmentInfo(String name, {String? parent, String? $fields})
    → Future<AccessSessionSparkApplicationEnvironmentInfoResponse>
  
  
- 
  Obtain environment details for a Spark Application
  
- 
  accessJob(String name, {String? jobId, String? parent, String? $fields})
    → Future<AccessSessionSparkApplicationJobResponse>
  
  
- 
  Obtain data corresponding to a spark job for a Spark Application.
  
- 
  accessSqlPlan(String name, {String? executionId, String? parent, String? $fields})
    → Future<AccessSessionSparkApplicationSqlSparkPlanGraphResponse>
  
  
- 
  Obtain Spark Plan Graph for a Spark Application SQL execution.
  
- 
  accessSqlQuery(String name, {bool? details, String? executionId, String? parent, bool? planDescription, String? $fields})
    → Future<AccessSessionSparkApplicationSqlQueryResponse>
  
  
- 
  Obtain data corresponding to a particular SQL Query for a Spark
Application.
  
- 
  accessStageAttempt(String name, {String? parent, int? stageAttemptId, String? stageId, String? summaryMetricsMask, String? $fields})
    → Future<AccessSessionSparkApplicationStageAttemptResponse>
  
  
- 
  Obtain data corresponding to a spark stage attempt for a Spark
Application.
  
- 
  accessStageRddGraph(String name, {String? parent, String? stageId, String? $fields})
    → Future<AccessSessionSparkApplicationStageRddOperationGraphResponse>
  
  
- 
  Obtain RDD operation graph for a Spark Application Stage.
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  search(String parent, {String? applicationStatus, String? maxEndTime, String? maxTime, String? minEndTime, String? minTime, int? pageSize, String? pageToken, String? $fields})
    → Future<SearchSessionSparkApplicationsResponse>
  
  
- 
  Obtain high level information and list of Spark Applications corresponding
to a batch
  
- 
  searchExecutors(String name, {String? executorStatus, int? pageSize, String? pageToken, String? parent, String? $fields})
    → Future<SearchSessionSparkApplicationExecutorsResponse>
  
  
- 
  Obtain data corresponding to executors for a Spark Application.
  
- 
  searchExecutorStageSummary(String name, {int? pageSize, String? pageToken, String? parent, int? stageAttemptId, String? stageId, String? $fields})
    → Future<SearchSessionSparkApplicationExecutorStageSummaryResponse>
  
  
- 
  Obtain executor summary with respect to a spark stage attempt.
  
- 
  searchJobs(String name, {List<String>? jobIds, String? jobStatus, int? pageSize, String? pageToken, String? parent, String? $fields})
    → Future<SearchSessionSparkApplicationJobsResponse>
  
  
- 
  Obtain list of spark jobs corresponding to a Spark Application.
  
- 
  searchSqlQueries(String name, {bool? details, List<String>? operationIds, int? pageSize, String? pageToken, String? parent, bool? planDescription, String? $fields})
    → Future<SearchSessionSparkApplicationSqlQueriesResponse>
  
  
- 
  Obtain data corresponding to SQL Queries for a Spark Application.
  
- 
  searchStageAttempts(String name, {int? pageSize, String? pageToken, String? parent, String? stageId, String? summaryMetricsMask, String? $fields})
    → Future<SearchSessionSparkApplicationStageAttemptsResponse>
  
  
- 
  Obtain data corresponding to a spark stage attempts for a Spark
Application.
  
- 
  searchStageAttemptTasks(String name, {int? pageSize, String? pageToken, String? parent, bool? sortRuntime, int? stageAttemptId, String? stageId, String? taskStatus, String? $fields})
    → Future<SearchSessionSparkApplicationStageAttemptTasksResponse>
  
  
- 
  Obtain data corresponding to tasks for a spark stage attempt for a Spark
Application.
  
- 
  searchStages(String name, {int? pageSize, String? pageToken, String? parent, List<String>? stageIds, String? stageStatus, String? summaryMetricsMask, String? $fields})
    → Future<SearchSessionSparkApplicationStagesResponse>
  
  
- 
  Obtain data corresponding to stages for a Spark Application.
  
- 
  summarizeExecutors(String name, {String? parent, String? $fields})
    → Future<SummarizeSessionSparkApplicationExecutorsResponse>
  
  
- 
  Obtain summary of Executor Summary for a Spark Application
  
- 
  summarizeJobs(String name, {List<String>? jobIds, String? parent, String? $fields})
    → Future<SummarizeSessionSparkApplicationJobsResponse>
  
  
- 
  Obtain summary of Jobs for a Spark Application
  
- 
  summarizeStageAttemptTasks(String name, {String? parent, int? stageAttemptId, String? stageId, String? $fields})
    → Future<SummarizeSessionSparkApplicationStageAttemptTasksResponse>
  
  
- 
  Obtain summary of Tasks for a Spark Application Stage Attempt
  
- 
  summarizeStages(String name, {String? parent, List<String>? stageIds, String? $fields})
    → Future<SummarizeSessionSparkApplicationStagesResponse>
  
  
- 
  Obtain summary of Stages for a Spark Application
  
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited 
- 
  write(WriteSessionSparkApplicationContextRequest request, String name, {String? $fields})
    → Future<WriteSessionSparkApplicationContextResponse>
  
  
- 
  Write wrapper objects from dataplane to spanner