@@ -227,10 +227,11 @@ public final OperationsClient getHttpJsonOperationsClient() {
227
227
* }
228
228
* }</pre>
229
229
*
230
- * @param parent Required. The location and project in which this service should be created.
231
- * Format: projects/{projectnumber }/locations/{location}
230
+ * @param parent The location and project in which this service should be created. Format:
231
+ * projects/{project }/locations/{location} Only lowercase characters, digits, and hyphens.
232
232
* @param service Required. The Service instance to create.
233
- * @param serviceId Required. The unique identifier for the Service. The name of the service
233
+ * @param serviceId Required. The unique identifier for the Service. It must begin with letter,
234
+ * and may not end with hyphen; must contain fewer than 50 characters. The name of the service
234
235
* becomes {parent}/services/{service_id}.
235
236
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
236
237
*/
@@ -265,10 +266,11 @@ public final OperationFuture<Service, Service> createServiceAsync(
265
266
* }
266
267
* }</pre>
267
268
*
268
- * @param parent Required. The location and project in which this service should be created.
269
- * Format: projects/{projectnumber }/locations/{location}
269
+ * @param parent The location and project in which this service should be created. Format:
270
+ * projects/{project }/locations/{location} Only lowercase characters, digits, and hyphens.
270
271
* @param service Required. The Service instance to create.
271
- * @param serviceId Required. The unique identifier for the Service. The name of the service
272
+ * @param serviceId Required. The unique identifier for the Service. It must begin with letter,
273
+ * and may not end with hyphen; must contain fewer than 50 characters. The name of the service
272
274
* becomes {parent}/services/{service_id}.
273
275
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
274
276
*/
@@ -395,7 +397,7 @@ public final UnaryCallable<CreateServiceRequest, Operation> createServiceCallabl
395
397
* }</pre>
396
398
*
397
399
* @param name Required. The full name of the Service. Format:
398
- * projects/{projectnumber }/locations/{location}/services/{service}
400
+ * projects/{project }/locations/{location}/services/{service}
399
401
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
400
402
*/
401
403
public final Service getService (ServiceName name ) {
@@ -423,7 +425,7 @@ public final Service getService(ServiceName name) {
423
425
* }</pre>
424
426
*
425
427
* @param name Required. The full name of the Service. Format:
426
- * projects/{projectnumber }/locations/{location}/services/{service}
428
+ * projects/{project }/locations/{location}/services/{service}
427
429
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
428
430
*/
429
431
public final Service getService (String name ) {
@@ -508,7 +510,7 @@ public final UnaryCallable<GetServiceRequest, Service> getServiceCallable() {
508
510
*
509
511
* @param parent Required. The location and project to list resources on. Location must be a valid
510
512
* GCP region, and may not be the "-" wildcard. Format:
511
- * projects/{projectnumber }/locations/{location}
513
+ * projects/{project }/locations/{location}
512
514
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
513
515
*/
514
516
public final ListServicesPagedResponse listServices (LocationName parent ) {
@@ -541,7 +543,7 @@ public final ListServicesPagedResponse listServices(LocationName parent) {
541
543
*
542
544
* @param parent Required. The location and project to list resources on. Location must be a valid
543
545
* GCP region, and may not be the "-" wildcard. Format:
544
- * projects/{projectnumber }/locations/{location}
546
+ * projects/{project }/locations/{location}
545
547
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
546
548
*/
547
549
public final ListServicesPagedResponse listServices (String parent ) {
@@ -790,7 +792,7 @@ public final UnaryCallable<UpdateServiceRequest, Operation> updateServiceCallabl
790
792
* }</pre>
791
793
*
792
794
* @param name Required. The full name of the Service. Format:
793
- * projects/{projectnumber }/locations/{location}/services/{service}
795
+ * projects/{project }/locations/{location}/services/{service}
794
796
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
795
797
*/
796
798
public final OperationFuture <Service , Service > deleteServiceAsync (ServiceName name ) {
@@ -819,7 +821,7 @@ public final OperationFuture<Service, Service> deleteServiceAsync(ServiceName na
819
821
* }</pre>
820
822
*
821
823
* @param name Required. The full name of the Service. Format:
822
- * projects/{projectnumber }/locations/{location}/services/{service}
824
+ * projects/{project }/locations/{location}/services/{service}
823
825
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
824
826
*/
825
827
public final OperationFuture <Service , Service > deleteServiceAsync (String name ) {
0 commit comments