View Source GoogleApi.Dataproc.V1.Model.SearchSparkApplicationExecutorsResponse (google_api_dataproc v0.58.0)

List of Executors associated with a Spark Application.

Attributes

  • nextPageToken (type: String.t, default: nil) - 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.
  • sparkApplicationExecutors (type: list(GoogleApi.Dataproc.V1.Model.ExecutorSummary.t), default: nil) - Details about executors used by the application.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.SearchSparkApplicationExecutorsResponse{
  nextPageToken: String.t() | nil,
  sparkApplicationExecutors:
    [GoogleApi.Dataproc.V1.Model.ExecutorSummary.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.