@@ -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 */
0 commit comments