@@ -103,7 +103,7 @@ public class Dataproc extends com.google.api.client.googleapis.services.json.Abs
103103 * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
104104 * <li>Android: {@code newCompatibleTransport} from
105105 * {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
106- * <li>Java: {@link com.google.api.client.googleapis .javanet.GoogleNetHttpTransport#newTrustedTransport()}
106+ * <li>Java: {@code com.google.api.client.http .javanet.NetHttpTransport}</li>
107107 * </li>
108108 * </ul>
109109 * @param jsonFactory JSON factory, which may be:
@@ -1824,35 +1824,31 @@ public Create setBatchId(java.lang.String batchId) {
18241824
18251825 /**
18261826 * Optional. A unique ID used to identify the request. If the service receives two
1827- * CreateBatchRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.d
1828- * ataproc.v1#google.cloud.dataproc.v1.CreateBatchRequest)s with the same request_id, the
1829- * second request is ignored and the Operation that corresponds to the first Batch created
1830- * and stored in the backend is returned.Recommendation: Set this value to a UUID
1827+ * CreateBatchRequests with the same request_id, the second request is ignored and the
1828+ * operation that corresponds to the first Batch created and stored in the backend is
1829+ * returned.Recommendation: Set this value to a UUID
18311830 * (https://en.wikipedia.org/wiki/Universally_unique_identifier).The value must contain
18321831 * only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum
18331832 * length is 40 characters.
18341833 */
18351834 @com.google.api.client.util.Key
18361835 private java.lang.String requestId;
18371836
1838- /** Optional. A unique ID used to identify the request. If the service receives two CreateBatchRequest
1839- (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.datapro
1840- c.v1.CreateBatchRequest)s with the same request_id, the second request is ignored and the Operation
1841- that corresponds to the first Batch created and stored in the backend is returned.Recommendation:
1842- Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The value
1843- must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum
1844- length is 40 characters.
1837+ /** Optional. A unique ID used to identify the request. If the service receives two CreateBatchRequests
1838+ with the same request_id, the second request is ignored and the operation that corresponds to the
1839+ first Batch created and stored in the backend is returned.Recommendation: Set this value to a UUID
1840+ (https://en.wikipedia.org/wiki/Universally_unique_identifier).The value must contain only letters
1841+ (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
18451842 */
18461843 public java.lang.String getRequestId() {
18471844 return requestId;
18481845 }
18491846
18501847 /**
18511848 * Optional. A unique ID used to identify the request. If the service receives two
1852- * CreateBatchRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.d
1853- * ataproc.v1#google.cloud.dataproc.v1.CreateBatchRequest)s with the same request_id, the
1854- * second request is ignored and the Operation that corresponds to the first Batch created
1855- * and stored in the backend is returned.Recommendation: Set this value to a UUID
1849+ * CreateBatchRequests with the same request_id, the second request is ignored and the
1850+ * operation that corresponds to the first Batch created and stored in the backend is
1851+ * returned.Recommendation: Set this value to a UUID
18561852 * (https://en.wikipedia.org/wiki/Universally_unique_identifier).The value must contain
18571853 * only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum
18581854 * length is 40 characters.
@@ -24106,8 +24102,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
2410624102 * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
2410724103 * <li>Android: {@code newCompatibleTransport} from
2410824104 * {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
24109- * <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
24110- * </li>
24105+ * <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
2411124106 * </ul>
2411224107 * @param jsonFactory JSON factory, which may be:
2411324108 * <ul>
0 commit comments