Skip to content

Commit 71814da

Browse files
1 parent 48e2c28 commit 71814da

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

src/Dataproc/Resource/ProjectsLocationsBatches.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,10 @@ public function analyze($name, AnalyzeBatchRequest $postBody, $optParams = [])
6262
* become the final component of the batch's resource name.This value must be
6363
* 4-63 characters. Valid characters are /[a-z][0-9]-/.
6464
* @opt_param string requestId Optional. A unique ID used to identify the
65-
* request. If the service receives two CreateBatchRequest (https://cloud.google
66-
* .com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.datapr
67-
* oc.v1.CreateBatchRequest)s with the same request_id, the second request is
68-
* ignored and the Operation that corresponds to the first Batch created and
69-
* stored in the backend is returned.Recommendation: Set this value to a UUID
65+
* request. If the service receives two CreateBatchRequests with the same
66+
* request_id, the second request is ignored and the operation that corresponds
67+
* to the first Batch created and stored in the backend is
68+
* returned.Recommendation: Set this value to a UUID
7069
* (https://en.wikipedia.org/wiki/Universally_unique_identifier).The value must
7170
* contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens
7271
* (-). The maximum length is 40 characters.

0 commit comments

Comments
 (0)