Skip to content

Commit 6ac4035

Browse files
1 parent eccee38 commit 6ac4035

3 files changed

Lines changed: 27 additions & 26 deletions

File tree

src/Datalineage/Resource/ProjectsLocationsProcesses.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ public function create($parent, GoogleCloudDatacatalogLineageV1Process $postBody
5757
* @param string $name Required. The name of the process to delete.
5858
* @param array $optParams Optional parameters.
5959
*
60-
* @opt_param bool allowMissing If set to true and the process is not found, the
61-
* request succeeds but the server doesn't perform any actions.
60+
* @opt_param bool allowMissing Optional. If set to true and the process is not
61+
* found, the request succeeds but the server doesn't perform any actions.
6262
* @return GoogleLongrunningOperation
6363
* @throws \Google\Service\Exception
6464
*/
@@ -90,11 +90,11 @@ public function get($name, $optParams = [])
9090
* owns this collection of processes.
9191
* @param array $optParams Optional parameters.
9292
*
93-
* @opt_param int pageSize The maximum number of processes to return. The
94-
* service may return fewer than this value. If unspecified, at most 50
93+
* @opt_param int pageSize Optional. The maximum number of processes to return.
94+
* The service may return fewer than this value. If unspecified, at most 50
9595
* processes are returned. The maximum value is 100; values greater than 100 are
9696
* cut to 100.
97-
* @opt_param string pageToken The page token received from a previous
97+
* @opt_param string pageToken Optional. The page token received from a previous
9898
* `ListProcesses` call. Specify it to get the next page. When paginating, all
9999
* other parameters specified in this call must match the parameters of the call
100100
* that provided the page token.
@@ -117,13 +117,13 @@ public function listProjectsLocationsProcesses($parent, $optParams = [])
117117
* @param GoogleCloudDatacatalogLineageV1Process $postBody
118118
* @param array $optParams Optional parameters.
119119
*
120-
* @opt_param bool allowMissing If set to true and the process is not found, the
121-
* request inserts it.
120+
* @opt_param bool allowMissing Optional. If set to true and the process is not
121+
* found, the request inserts it.
122122
* @opt_param string requestId Optional. A unique identifier for this request.
123123
* Restricted to 36 ASCII characters. A random UUID is recommended. This request
124124
* is idempotent only if a `request_id` is provided.
125-
* @opt_param string updateMask The list of fields to update. Currently not
126-
* used. The whole message is updated.
125+
* @opt_param string updateMask Optional. The list of fields to update.
126+
* Currently not used. The whole message is updated.
127127
* @return GoogleCloudDatacatalogLineageV1Process
128128
* @throws \Google\Service\Exception
129129
*/

src/Datalineage/Resource/ProjectsLocationsProcessesRuns.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ public function create($parent, GoogleCloudDatacatalogLineageV1Run $postBody, $o
5757
* @param string $name Required. The name of the run to delete.
5858
* @param array $optParams Optional parameters.
5959
*
60-
* @opt_param bool allowMissing If set to true and the run is not found, the
61-
* request succeeds but the server doesn't perform any actions.
60+
* @opt_param bool allowMissing Optional. If set to true and the run is not
61+
* found, the request succeeds but the server doesn't perform any actions.
6262
* @return GoogleLongrunningOperation
6363
* @throws \Google\Service\Exception
6464
*/
@@ -90,10 +90,10 @@ public function get($name, $optParams = [])
9090
* of runs.
9191
* @param array $optParams Optional parameters.
9292
*
93-
* @opt_param int pageSize The maximum number of runs to return. The service may
94-
* return fewer than this value. If unspecified, at most 50 runs are returned.
95-
* The maximum value is 100; values greater than 100 are cut to 100.
96-
* @opt_param string pageToken The page token received from a previous
93+
* @opt_param int pageSize Optional. The maximum number of runs to return. The
94+
* service may return fewer than this value. If unspecified, at most 50 runs are
95+
* returned. The maximum value is 100; values greater than 100 are cut to 100.
96+
* @opt_param string pageToken Optional. The page token received from a previous
9797
* `ListRuns` call. Specify it to get the next page. When paginating, all other
9898
* parameters specified in this call must match the parameters of the call that
9999
* provided the page token.
@@ -116,10 +116,10 @@ public function listProjectsLocationsProcessesRuns($parent, $optParams = [])
116116
* @param GoogleCloudDatacatalogLineageV1Run $postBody
117117
* @param array $optParams Optional parameters.
118118
*
119-
* @opt_param bool allowMissing If set to true and the run is not found, the
120-
* request creates it.
121-
* @opt_param string updateMask The list of fields to update. Currently not
122-
* used. The whole message is updated.
119+
* @opt_param bool allowMissing Optional. If set to true and the run is not
120+
* found, the request creates it.
121+
* @opt_param string updateMask Optional. The list of fields to update.
122+
* Currently not used. The whole message is updated.
123123
* @return GoogleCloudDatacatalogLineageV1Run
124124
* @throws \Google\Service\Exception
125125
*/

src/Datalineage/Resource/ProjectsLocationsProcessesRunsLineageEvents.php

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ public function create($parent, GoogleCloudDatacatalogLineageV1LineageEvent $pos
5757
* @param string $name Required. The name of the lineage event to delete.
5858
* @param array $optParams Optional parameters.
5959
*
60-
* @opt_param bool allowMissing If set to true and the lineage event is not
61-
* found, the request succeeds but the server doesn't perform any actions.
60+
* @opt_param bool allowMissing Optional. If set to true and the lineage event
61+
* is not found, the request succeeds but the server doesn't perform any
62+
* actions.
6263
* @return GoogleProtobufEmpty
6364
* @throws \Google\Service\Exception
6465
*/
@@ -90,11 +91,11 @@ public function get($name, $optParams = [])
9091
* of lineage events to get.
9192
* @param array $optParams Optional parameters.
9293
*
93-
* @opt_param int pageSize The maximum number of lineage events to return. The
94-
* service may return fewer events than this value. If unspecified, at most 50
95-
* events are returned. The maximum value is 100; values greater than 100 are
96-
* cut to 100.
97-
* @opt_param string pageToken The page token received from a previous
94+
* @opt_param int pageSize Optional. The maximum number of lineage events to
95+
* return. The service may return fewer events than this value. If unspecified,
96+
* at most 50 events are returned. The maximum value is 100; values greater than
97+
* 100 are cut to 100.
98+
* @opt_param string pageToken Optional. The page token received from a previous
9899
* `ListLineageEvents` call. Specify it to get the next page. When paginating,
99100
* all other parameters specified in this call must match the parameters of the
100101
* call that provided the page token.

0 commit comments

Comments
 (0)