diff --git a/src/Dataproc/ClusterStatus.php b/src/Dataproc/ClusterStatus.php index 54fcd832fad..8e82ccab160 100644 --- a/src/Dataproc/ClusterStatus.php +++ b/src/Dataproc/ClusterStatus.php @@ -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 */ @@ -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 */ diff --git a/src/Dataproc/JobStatus.php b/src/Dataproc/JobStatus.php index a0e83be0adc..e6f6b6130e3 100644 --- a/src/Dataproc/JobStatus.php +++ b/src/Dataproc/JobStatus.php @@ -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 */ @@ -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 */ diff --git a/src/Dataproc/Metric.php b/src/Dataproc/Metric.php index f603a634a13..170a1928801 100644 --- a/src/Dataproc/Metric.php +++ b/src/Dataproc/Metric.php @@ -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 @@ -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