Skip to content

Commit 975f6cf

Browse files
1 parent b0a5f52 commit 975f6cf

8 files changed

Lines changed: 541 additions & 14 deletions

src/Dataproc/ListOperationsResponse.php

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ class ListOperationsResponse extends \Google\Collection
3030
protected $operationsDataType = 'array';
3131
/**
3232
* Unordered list. Unreachable resources. Populated when the request sets
33-
* ListOperationsRequest.return_partial_success and reads across collections
34-
* e.g. when attempting to list all resources across all supported locations.
33+
* ListOperationsRequest.return_partial_success and reads across collections.
34+
* For example, when attempting to list all resources across all supported
35+
* locations.
3536
*
3637
* @var string[]
3738
*/
@@ -71,8 +72,9 @@ public function getOperations()
7172
}
7273
/**
7374
* Unordered list. Unreachable resources. Populated when the request sets
74-
* ListOperationsRequest.return_partial_success and reads across collections
75-
* e.g. when attempting to list all resources across all supported locations.
75+
* ListOperationsRequest.return_partial_success and reads across collections.
76+
* For example, when attempting to list all resources across all supported
77+
* locations.
7678
*
7779
* @param string[] $unreachable
7880
*/

src/Dataproc/PyPiRepositoryConfig.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@
2020
class PyPiRepositoryConfig extends \Google\Model
2121
{
2222
/**
23-
* Optional. PyPi repository address
23+
* Optional. The PyPi repository address. Note: This field is not available
24+
* for batch workloads.
2425
*
2526
* @var string
2627
*/
2728
public $pypiRepository;
2829

2930
/**
30-
* Optional. PyPi repository address
31+
* Optional. The PyPi repository address. Note: This field is not available
32+
* for batch workloads.
3133
*
3234
* @param string $pypiRepository
3335
*/

src/Dataproc/Resource/ProjectsLocationsOperations.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ public function get($name, $optParams = [])
100100
* @opt_param bool returnPartialSuccess When set to true, operations that are
101101
* reachable are returned as normal, and those that are unreachable are returned
102102
* in the ListOperationsResponse.unreachable field.This can only be true when
103-
* reading across collections e.g. when parent is set to
104-
* "projects/example/locations/-".This field is not by default supported and
103+
* reading across collections. For example, when parent is set to
104+
* "projects/example/locations/-".This field is not supported by default and
105105
* will result in an UNIMPLEMENTED error if set unless explicitly documented
106106
* otherwise in service or product specific documentation.
107107
* @return ListOperationsResponse

src/Dataproc/Resource/ProjectsRegionsOperations.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ public function getIamPolicy($resource, GetIamPolicyRequest $postBody, $optParam
124124
* @opt_param bool returnPartialSuccess When set to true, operations that are
125125
* reachable are returned as normal, and those that are unreachable are returned
126126
* in the ListOperationsResponse.unreachable field.This can only be true when
127-
* reading across collections e.g. when parent is set to
128-
* "projects/example/locations/-".This field is not by default supported and
127+
* reading across collections. For example, when parent is set to
128+
* "projects/example/locations/-".This field is not supported by default and
129129
* will result in an UNIMPLEMENTED error if set unless explicitly documented
130130
* otherwise in service or product specific documentation.
131131
* @return ListOperationsResponse

src/Dataproc/RuntimeConfig.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ class RuntimeConfig extends \Google\Model
2222
protected $autotuningConfigType = AutotuningConfig::class;
2323
protected $autotuningConfigDataType = '';
2424
/**
25-
* Optional. Cohort identifier. Identifies families of the workloads having
26-
* the same shape, e.g. daily ETL jobs.
25+
* Optional. Cohort identifier. Identifies families of the workloads that have
26+
* the same shape, for example, daily ETL jobs.
2727
*
2828
* @var string
2929
*/
@@ -68,8 +68,8 @@ public function getAutotuningConfig()
6868
return $this->autotuningConfig;
6969
}
7070
/**
71-
* Optional. Cohort identifier. Identifies families of the workloads having
72-
* the same shape, e.g. daily ETL jobs.
71+
* Optional. Cohort identifier. Identifies families of the workloads that have
72+
* the same shape, for example, daily ETL jobs.
7373
*
7474
* @param string $cohort
7575
*/

0 commit comments

Comments
 (0)