Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Dataproc/ClusterStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class ClusterStatus extends \Google\Model
*/
public const SUBSTATE_STALE_STATUS = 'STALE_STATUS';
/**
* Optional. Output only. Details of cluster's state.
* Optional. Details of cluster's state.
*
* @var string
*/
Expand Down Expand Up @@ -117,7 +117,7 @@ class ClusterStatus extends \Google\Model
public $substate;

/**
* Optional. Output only. Details of cluster's state.
* Optional. Details of cluster's state.
*
* @param string $detail
*/
Expand Down
8 changes: 4 additions & 4 deletions src/Dataproc/JobStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ class JobStatus extends \Google\Model
*/
public const SUBSTATE_STALE_STATUS = 'STALE_STATUS';
/**
* Optional. Output only. Job state details, such as an error description if
* the state is ERROR.
* Optional. Job state details, such as an error description if the state is
* ERROR.
*
* @var string
*/
Expand All @@ -110,8 +110,8 @@ class JobStatus extends \Google\Model
public $substate;

/**
* Optional. Output only. Job state details, such as an error description if
* the state is ERROR.
* Optional. Job state details, such as an error description if the state is
* ERROR.
*
* @param string $details
*/
Expand Down
8 changes: 4 additions & 4 deletions src/Dataproc/Metric.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ class Metric extends \Google\Collection
* metrics#custom_metrics) to collect for the metric course (for the SPARK
* metric source (any Spark metric
* (https://spark.apache.org/docs/latest/monitoring.html#metrics) can be
* specified).Provide metrics in the following format: METRIC_SOURCE:
* INSTANCE:GROUP:METRIC Use camelcase as appropriate.Examples:
* specified).Provide metrics in the following format:METRIC_SOURCE:INSTANCE
* :GROUP:METRIC Use camelcase as appropriate.Examples:
* yarn:ResourceManager:QueueMetrics:AppsCompleted
* spark:driver:DAGScheduler:job.allJobs
* sparkHistoryServer:JVM:Memory:NonHeapMemoryUsage.committed
Expand Down Expand Up @@ -96,8 +96,8 @@ class Metric extends \Google\Collection
* metrics#custom_metrics) to collect for the metric course (for the SPARK
* metric source (any Spark metric
* (https://spark.apache.org/docs/latest/monitoring.html#metrics) can be
* specified).Provide metrics in the following format: METRIC_SOURCE:
* INSTANCE:GROUP:METRIC Use camelcase as appropriate.Examples:
* specified).Provide metrics in the following format:METRIC_SOURCE:INSTANCE
* :GROUP:METRIC Use camelcase as appropriate.Examples:
* yarn:ResourceManager:QueueMetrics:AppsCompleted
* spark:driver:DAGScheduler:job.allJobs
* sparkHistoryServer:JVM:Memory:NonHeapMemoryUsage.committed
Expand Down
Loading