@@ -289,17 +289,30 @@ public FindClosest setExactQualityRequired(java.lang.Boolean exactQualityRequire
289289 return this ;
290290 }
291291
292- /** Optional. Specifies the pre-GA features to enable. */
292+ /**
293+ * Optional. Specifies the pre-GA experiments to enable. Requests using this field are
294+ * classified as a pre-GA offering under the [Google Maps Platform Service Specific
295+ * Terms](https://cloud.google.com/maps-platform/terms/maps-service-terms). See [launch stage
296+ * descriptions](https://cloud.google.com/maps-platform/terms/launch-stages) for more details.
297+ */
293298 @ com .google .api .client .util .Key
294299 private java .util .List <java .lang .String > experiments ;
295300
296- /** Optional. Specifies the pre-GA features to enable.
301+ /** Optional. Specifies the pre-GA experiments to enable. Requests using this field are classified as a
302+ pre-GA offering under the [Google Maps Platform Service Specific
303+ Terms](https://cloud.google.com/maps-platform/terms/maps-service-terms). See [launch stage
304+ descriptions](https://cloud.google.com/maps-platform/terms/launch-stages) for more details.
297305 */
298306 public java .util .List <java .lang .String > getExperiments () {
299307 return experiments ;
300308 }
301309
302- /** Optional. Specifies the pre-GA features to enable. */
310+ /**
311+ * Optional. Specifies the pre-GA experiments to enable. Requests using this field are
312+ * classified as a pre-GA offering under the [Google Maps Platform Service Specific
313+ * Terms](https://cloud.google.com/maps-platform/terms/maps-service-terms). See [launch stage
314+ * descriptions](https://cloud.google.com/maps-platform/terms/launch-stages) for more details.
315+ */
303316 public FindClosest setExperiments (java .util .List <java .lang .String > experiments ) {
304317 this .experiments = experiments ;
305318 return this ;
@@ -525,17 +538,32 @@ public Get setExactQualityRequired(java.lang.Boolean exactQualityRequired) {
525538 return this ;
526539 }
527540
528- /** Optional. Specifies the pre-GA experiments to enable. */
541+ /**
542+ * Optional. Specifies the pre-GA experiments to enable. Requests using this field are
543+ * classified as a pre-GA offering under the [Google Maps Platform Service Specific
544+ * Terms](https://cloud.google.com/maps-platform/terms/maps-service-terms). See [launch stage
545+ * descriptions]( https://cloud.google.com/maps-platform/terms/launch-stages) for more
546+ * details.
547+ */
529548 @ com .google .api .client .util .Key
530549 private java .util .List <java .lang .String > experiments ;
531550
532- /** Optional. Specifies the pre-GA experiments to enable.
551+ /** Optional. Specifies the pre-GA experiments to enable. Requests using this field are classified as a
552+ pre-GA offering under the [Google Maps Platform Service Specific
553+ Terms](https://cloud.google.com/maps-platform/terms/maps-service-terms). See [launch stage
554+ descriptions]( https://cloud.google.com/maps-platform/terms/launch-stages) for more details.
533555 */
534556 public java .util .List <java .lang .String > getExperiments () {
535557 return experiments ;
536558 }
537559
538- /** Optional. Specifies the pre-GA experiments to enable. */
560+ /**
561+ * Optional. Specifies the pre-GA experiments to enable. Requests using this field are
562+ * classified as a pre-GA offering under the [Google Maps Platform Service Specific
563+ * Terms](https://cloud.google.com/maps-platform/terms/maps-service-terms). See [launch stage
564+ * descriptions]( https://cloud.google.com/maps-platform/terms/launch-stages) for more
565+ * details.
566+ */
539567 public Get setExperiments (java .util .List <java .lang .String > experiments ) {
540568 this .experiments = experiments ;
541569 return this ;
0 commit comments