@@ -182,7 +182,7 @@ public class WorkforcePools {
182182 * optional parameters, call the {@link GetAllowedLocations#execute()} method to invoke the remote
183183 * operation.
184184 *
185- * @param name Required. Resource name of workforce pool. Format: `locations/global/workforcePools/{pool_id}`
185+ * @param name Required. Resource name of workforce pool.
186186 * @return the request
187187 */
188188 public GetAllowedLocations getAllowedLocations (java .lang .String name ) throws java .io .IOException {
@@ -209,7 +209,7 @@ public class GetAllowedLocations extends IAMCredentialsRequest<com.google.api.se
209209 * AbstractGoogleClientRequest)} must be called to initialize this instance immediately after
210210 * invoking the constructor. </p>
211211 *
212- * @param name Required. Resource name of workforce pool. Format: `locations/global/workforcePools/{pool_id}`
212+ * @param name Required. Resource name of workforce pool.
213213 * @since 1.13
214214 */
215215 protected GetAllowedLocations (java .lang .String name ) {
@@ -287,23 +287,17 @@ public GetAllowedLocations setUploadProtocol(java.lang.String uploadProtocol) {
287287 return (GetAllowedLocations ) super .setUploadProtocol (uploadProtocol );
288288 }
289289
290- /**
291- * Required. Resource name of workforce pool. Format:
292- * `locations/global/workforcePools/{pool_id}`
293- */
290+ /** Required. Resource name of workforce pool. */
294291 @ com .google .api .client .util .Key
295292 private java .lang .String name ;
296293
297- /** Required. Resource name of workforce pool. Format: `locations/global/workforcePools/{pool_id}`
294+ /** Required. Resource name of workforce pool.
298295 */
299296 public java .lang .String getName () {
300297 return name ;
301298 }
302299
303- /**
304- * Required. Resource name of workforce pool. Format:
305- * `locations/global/workforcePools/{pool_id}`
306- */
300+ /** Required. Resource name of workforce pool. */
307301 public GetAllowedLocations setName (java .lang .String name ) {
308302 if (!getSuppressPatternChecks ()) {
309303 com .google .api .client .util .Preconditions .checkArgument (NAME_PATTERN .matcher (name ).matches (),
@@ -392,8 +386,7 @@ public class WorkloadIdentityPools {
392386 * optional parameters, call the {@link GetAllowedLocations#execute()} method to invoke the remote
393387 * operation.
394388 *
395- * @param name Required. Resource name of workload identity pool. Format:
396- * `projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}`
389+ * @param name Required. Resource name of workload identity pool.
397390 * @return the request
398391 */
399392 public GetAllowedLocations getAllowedLocations (java .lang .String name ) throws java .io .IOException {
@@ -420,8 +413,7 @@ public class GetAllowedLocations extends IAMCredentialsRequest<com.google.api.se
420413 * AbstractGoogleClientRequest)} must be called to initialize this instance immediately after
421414 * invoking the constructor. </p>
422415 *
423- * @param name Required. Resource name of workload identity pool. Format:
424- * `projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}`
416+ * @param name Required. Resource name of workload identity pool.
425417 * @since 1.13
426418 */
427419 protected GetAllowedLocations (java .lang .String name ) {
@@ -499,24 +491,17 @@ public GetAllowedLocations setUploadProtocol(java.lang.String uploadProtocol) {
499491 return (GetAllowedLocations ) super .setUploadProtocol (uploadProtocol );
500492 }
501493
502- /**
503- * Required. Resource name of workload identity pool. Format:
504- * `projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}`
505- */
494+ /** Required. Resource name of workload identity pool. */
506495 @ com .google .api .client .util .Key
507496 private java .lang .String name ;
508497
509- /** Required. Resource name of workload identity pool. Format:
510- `projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}`
498+ /** Required. Resource name of workload identity pool.
511499 */
512500 public java .lang .String getName () {
513501 return name ;
514502 }
515503
516- /**
517- * Required. Resource name of workload identity pool. Format:
518- * `projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}`
519- */
504+ /** Required. Resource name of workload identity pool. */
520505 public GetAllowedLocations setName (java .lang .String name ) {
521506 if (!getSuppressPatternChecks ()) {
522507 com .google .api .client .util .Preconditions .checkArgument (NAME_PATTERN .matcher (name ).matches (),
0 commit comments