@@ -137,18 +137,29 @@ public List<String> getFieldMask() {
137137 return null ;
138138 }
139139
140+ /** OAuth 2.0 token for the current user. */
140141 public String getAccessToken () {
141142 return access_token ;
142143 }
143144
145+ /** Name of the JavaScript callback function that handles the response. */
144146 public String getCallback () {
145147 return callback ;
146148 }
147149
150+ /** Selector specifying a subset of fields to include in the response. */
148151 public String getFields () {
149152 return fields ;
150153 }
151154
155+ /**
156+ * The name of the managed instance group. It must have the format
157+ * `{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/abandonInstances`.
158+ * \`{instanceGroupManager}\` must start with a letter, and contain only letters (\`[A-Za-z]\`),
159+ * numbers (\`[0-9]\`), dashes (\`-\`), * underscores (\`_\`), periods (\`.\`), tildes
160+ * (\`~\`), plus (\`+\`) or percent * signs (\`%\`). It must be between 3 and 255 characters
161+ * in length, and it * must not start with \`"goog"\`.
162+ */
152163 public String getInstanceGroupManager () {
153164 return instanceGroupManager ;
154165 }
@@ -158,22 +169,39 @@ public String getInstanceGroupManager() {
158169 return instanceGroupManagersAbandonInstancesRequestResource ;
159170 }
160171
172+ /** API key. Required unless you provide an OAuth 2.0 token. */
161173 public String getKey () {
162174 return key ;
163175 }
164176
177+ /** Returns response with indentations and line breaks. */
165178 public String getPrettyPrint () {
166179 return prettyPrint ;
167180 }
168181
182+ /** Alternative to userIp. */
169183 public String getQuotaUser () {
170184 return quotaUser ;
171185 }
172186
187+ /**
188+ * An optional request ID to identify requests. Specify a unique request ID so that if you must
189+ * retry your request, the server will know to ignore the request if it has already been
190+ * completed.
191+ *
192+ * <p>For example, consider a situation where you make an initial request and the request times
193+ * out. If you make the request again with the same request ID, the server can check if original
194+ * operation with the same request ID was received, and if so, will ignore the second request.
195+ * This prevents clients from accidentally creating duplicate commitments.
196+ *
197+ * <p>The request ID must be a valid UUID with the exception that zero UUID is not supported
198+ * (00000000-0000-0000-0000-000000000000).
199+ */
173200 public String getRequestId () {
174201 return requestId ;
175202 }
176203
204+ /** IP address of the end user for whom the API call is being made. */
177205 public String getUserIp () {
178206 return userIp ;
179207 }
@@ -266,37 +294,59 @@ public Builder mergeFrom(AbandonInstancesInstanceGroupManagerHttpRequest other)
266294 this .userIp = source .userIp ;
267295 }
268296
297+ /** OAuth 2.0 token for the current user. */
269298 public String getAccessToken () {
270299 return access_token ;
271300 }
272301
302+ /** OAuth 2.0 token for the current user. */
273303 public Builder setAccessToken (String access_token ) {
274304 this .access_token = access_token ;
275305 return this ;
276306 }
277307
308+ /** Name of the JavaScript callback function that handles the response. */
278309 public String getCallback () {
279310 return callback ;
280311 }
281312
313+ /** Name of the JavaScript callback function that handles the response. */
282314 public Builder setCallback (String callback ) {
283315 this .callback = callback ;
284316 return this ;
285317 }
286318
319+ /** Selector specifying a subset of fields to include in the response. */
287320 public String getFields () {
288321 return fields ;
289322 }
290323
324+ /** Selector specifying a subset of fields to include in the response. */
291325 public Builder setFields (String fields ) {
292326 this .fields = fields ;
293327 return this ;
294328 }
295329
330+ /**
331+ * The name of the managed instance group. It must have the format
332+ * `{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/abandonInstances`.
333+ * \`{instanceGroupManager}\` must start with a letter, and contain only letters (\`[A-Za-z]\`),
334+ * numbers (\`[0-9]\`), dashes (\`-\`), * underscores (\`_\`), periods (\`.\`), tildes
335+ * (\`~\`), plus (\`+\`) or percent * signs (\`%\`). It must be between 3 and 255 characters
336+ * in length, and it * must not start with \`"goog"\`.
337+ */
296338 public String getInstanceGroupManager () {
297339 return instanceGroupManager ;
298340 }
299341
342+ /**
343+ * The name of the managed instance group. It must have the format
344+ * `{project}/zones/{zone}/instanceGroupManagers/{instanceGroupManager}/abandonInstances`.
345+ * \`{instanceGroupManager}\` must start with a letter, and contain only letters (\`[A-Za-z]\`),
346+ * numbers (\`[0-9]\`), dashes (\`-\`), * underscores (\`_\`), periods (\`.\`), tildes
347+ * (\`~\`), plus (\`+\`) or percent * signs (\`%\`). It must be between 3 and 255 characters
348+ * in length, and it * must not start with \`"goog"\`.
349+ */
300350 public Builder setInstanceGroupManager (String instanceGroupManager ) {
301351 this .instanceGroupManager = instanceGroupManager ;
302352 return this ;
@@ -315,46 +365,80 @@ public Builder setInstanceGroupManagersAbandonInstancesRequestResource(
315365 return this ;
316366 }
317367
368+ /** API key. Required unless you provide an OAuth 2.0 token. */
318369 public String getKey () {
319370 return key ;
320371 }
321372
373+ /** API key. Required unless you provide an OAuth 2.0 token. */
322374 public Builder setKey (String key ) {
323375 this .key = key ;
324376 return this ;
325377 }
326378
379+ /** Returns response with indentations and line breaks. */
327380 public String getPrettyPrint () {
328381 return prettyPrint ;
329382 }
330383
384+ /** Returns response with indentations and line breaks. */
331385 public Builder setPrettyPrint (String prettyPrint ) {
332386 this .prettyPrint = prettyPrint ;
333387 return this ;
334388 }
335389
390+ /** Alternative to userIp. */
336391 public String getQuotaUser () {
337392 return quotaUser ;
338393 }
339394
395+ /** Alternative to userIp. */
340396 public Builder setQuotaUser (String quotaUser ) {
341397 this .quotaUser = quotaUser ;
342398 return this ;
343399 }
344400
401+ /**
402+ * An optional request ID to identify requests. Specify a unique request ID so that if you must
403+ * retry your request, the server will know to ignore the request if it has already been
404+ * completed.
405+ *
406+ * <p>For example, consider a situation where you make an initial request and the request times
407+ * out. If you make the request again with the same request ID, the server can check if original
408+ * operation with the same request ID was received, and if so, will ignore the second request.
409+ * This prevents clients from accidentally creating duplicate commitments.
410+ *
411+ * <p>The request ID must be a valid UUID with the exception that zero UUID is not supported
412+ * (00000000-0000-0000-0000-000000000000).
413+ */
345414 public String getRequestId () {
346415 return requestId ;
347416 }
348417
418+ /**
419+ * An optional request ID to identify requests. Specify a unique request ID so that if you must
420+ * retry your request, the server will know to ignore the request if it has already been
421+ * completed.
422+ *
423+ * <p>For example, consider a situation where you make an initial request and the request times
424+ * out. If you make the request again with the same request ID, the server can check if original
425+ * operation with the same request ID was received, and if so, will ignore the second request.
426+ * This prevents clients from accidentally creating duplicate commitments.
427+ *
428+ * <p>The request ID must be a valid UUID with the exception that zero UUID is not supported
429+ * (00000000-0000-0000-0000-000000000000).
430+ */
349431 public Builder setRequestId (String requestId ) {
350432 this .requestId = requestId ;
351433 return this ;
352434 }
353435
436+ /** IP address of the end user for whom the API call is being made. */
354437 public String getUserIp () {
355438 return userIp ;
356439 }
357440
441+ /** IP address of the end user for whom the API call is being made. */
358442 public Builder setUserIp (String userIp ) {
359443 this .userIp = userIp ;
360444 return this ;
0 commit comments