@@ -211,7 +211,7 @@ public class Recommendations {
211
211
* This request holds the parameters needed by the recommender server. After setting any optional
212
212
* parameters, call the {@link Get#execute()} method to invoke the remote operation.
213
213
*
214
- * @param name Name of the recommendation.
214
+ * @param name Required. Name of the recommendation.
215
215
* @return the request
216
216
*/
217
217
public Get get (java .lang .String name ) throws java .io .IOException {
@@ -238,7 +238,7 @@ public class Get extends RecommenderRequest<com.google.api.services.recommender.
238
238
* {@link Get#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
239
239
* must be called to initialize this instance immediately after invoking the constructor. </p>
240
240
*
241
- * @param name Name of the recommendation.
241
+ * @param name Required. Name of the recommendation.
242
242
* @since 1.13
243
243
*/
244
244
protected Get (java .lang .String name ) {
@@ -316,17 +316,17 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
316
316
return (Get ) super .setUploadProtocol (uploadProtocol );
317
317
}
318
318
319
- /** Name of the recommendation. */
319
+ /** Required. Name of the recommendation. */
320
320
@ com .google .api .client .util .Key
321
321
private java .lang .String name ;
322
322
323
- /** Name of the recommendation.
323
+ /** Required. Name of the recommendation.
324
324
*/
325
325
public java .lang .String getName () {
326
326
return name ;
327
327
}
328
328
329
- /** Name of the recommendation. */
329
+ /** Required. Name of the recommendation. */
330
330
public Get setName (java .lang .String name ) {
331
331
if (!getSuppressPatternChecks ()) {
332
332
com .google .api .client .util .Preconditions .checkArgument (NAME_PATTERN .matcher (name ).matches (),
@@ -529,22 +529,22 @@ public List setFilter(java.lang.String filter) {
529
529
}
530
530
531
531
/**
532
- * Optional. The maximum number of results to return from this request. Non-positive
532
+ * Optional. The maximum number of results to return from this request. Non-positive
533
533
* values are ignored. If not specified, the server will determine the number of results
534
534
* to return.
535
535
*/
536
536
@ com .google .api .client .util .Key
537
537
private java .lang .Integer pageSize ;
538
538
539
- /** Optional. The maximum number of results to return from this request. Non-positive values are
539
+ /** Optional. The maximum number of results to return from this request. Non-positive values are
540
540
ignored. If not specified, the server will determine the number of results to return.
541
541
*/
542
542
public java .lang .Integer getPageSize () {
543
543
return pageSize ;
544
544
}
545
545
546
546
/**
547
- * Optional. The maximum number of results to return from this request. Non-positive
547
+ * Optional. The maximum number of results to return from this request. Non-positive
548
548
* values are ignored. If not specified, the server will determine the number of results
549
549
* to return.
550
550
*/
@@ -601,7 +601,7 @@ public List set(String parameterName, Object value) {
601
601
* This request holds the parameters needed by the recommender server. After setting any optional
602
602
* parameters, call the {@link MarkClaimed#execute()} method to invoke the remote operation.
603
603
*
604
- * @param name Name of the recommendation.
604
+ * @param name Required. Name of the recommendation.
605
605
* @param content the {@link com.google.api.services.recommender.v1beta1.model.GoogleCloudRecommenderV1beta1MarkRecommendationClaimedRequest}
606
606
* @return the request
607
607
*/
@@ -636,7 +636,7 @@ public class MarkClaimed extends RecommenderRequest<com.google.api.services.reco
636
636
* MarkClaimed#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
637
637
* must be called to initialize this instance immediately after invoking the constructor. </p>
638
638
*
639
- * @param name Name of the recommendation.
639
+ * @param name Required. Name of the recommendation.
640
640
* @param content the {@link com.google.api.services.recommender.v1beta1.model.GoogleCloudRecommenderV1beta1MarkRecommendationClaimedRequest}
641
641
* @since 1.13
642
642
*/
@@ -705,17 +705,17 @@ public MarkClaimed setUploadProtocol(java.lang.String uploadProtocol) {
705
705
return (MarkClaimed ) super .setUploadProtocol (uploadProtocol );
706
706
}
707
707
708
- /** Name of the recommendation. */
708
+ /** Required. Name of the recommendation. */
709
709
@ com .google .api .client .util .Key
710
710
private java .lang .String name ;
711
711
712
- /** Name of the recommendation.
712
+ /** Required. Name of the recommendation.
713
713
*/
714
714
public java .lang .String getName () {
715
715
return name ;
716
716
}
717
717
718
- /** Name of the recommendation. */
718
+ /** Required. Name of the recommendation. */
719
719
public MarkClaimed setName (java .lang .String name ) {
720
720
if (!getSuppressPatternChecks ()) {
721
721
com .google .api .client .util .Preconditions .checkArgument (NAME_PATTERN .matcher (name ).matches (),
@@ -747,7 +747,7 @@ public MarkClaimed set(String parameterName, Object value) {
747
747
* This request holds the parameters needed by the recommender server. After setting any optional
748
748
* parameters, call the {@link MarkFailed#execute()} method to invoke the remote operation.
749
749
*
750
- * @param name Name of the recommendation.
750
+ * @param name Required. Name of the recommendation.
751
751
* @param content the {@link com.google.api.services.recommender.v1beta1.model.GoogleCloudRecommenderV1beta1MarkRecommendationFailedRequest}
752
752
* @return the request
753
753
*/
@@ -783,7 +783,7 @@ public class MarkFailed extends RecommenderRequest<com.google.api.services.recom
783
783
* MarkFailed#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
784
784
* must be called to initialize this instance immediately after invoking the constructor. </p>
785
785
*
786
- * @param name Name of the recommendation.
786
+ * @param name Required. Name of the recommendation.
787
787
* @param content the {@link com.google.api.services.recommender.v1beta1.model.GoogleCloudRecommenderV1beta1MarkRecommendationFailedRequest}
788
788
* @since 1.13
789
789
*/
@@ -852,17 +852,17 @@ public MarkFailed setUploadProtocol(java.lang.String uploadProtocol) {
852
852
return (MarkFailed ) super .setUploadProtocol (uploadProtocol );
853
853
}
854
854
855
- /** Name of the recommendation. */
855
+ /** Required. Name of the recommendation. */
856
856
@ com .google .api .client .util .Key
857
857
private java .lang .String name ;
858
858
859
- /** Name of the recommendation.
859
+ /** Required. Name of the recommendation.
860
860
*/
861
861
public java .lang .String getName () {
862
862
return name ;
863
863
}
864
864
865
- /** Name of the recommendation. */
865
+ /** Required. Name of the recommendation. */
866
866
public MarkFailed setName (java .lang .String name ) {
867
867
if (!getSuppressPatternChecks ()) {
868
868
com .google .api .client .util .Preconditions .checkArgument (NAME_PATTERN .matcher (name ).matches (),
@@ -894,7 +894,7 @@ public MarkFailed set(String parameterName, Object value) {
894
894
* This request holds the parameters needed by the recommender server. After setting any optional
895
895
* parameters, call the {@link MarkSucceeded#execute()} method to invoke the remote operation.
896
896
*
897
- * @param name Name of the recommendation.
897
+ * @param name Required. Name of the recommendation.
898
898
* @param content the {@link com.google.api.services.recommender.v1beta1.model.GoogleCloudRecommenderV1beta1MarkRecommendationSucceededRequest}
899
899
* @return the request
900
900
*/
@@ -930,7 +930,7 @@ public class MarkSucceeded extends RecommenderRequest<com.google.api.services.re
930
930
* ctGoogleClientRequest)} must be called to initialize this instance immediately after invoking
931
931
* the constructor. </p>
932
932
*
933
- * @param name Name of the recommendation.
933
+ * @param name Required. Name of the recommendation.
934
934
* @param content the {@link com.google.api.services.recommender.v1beta1.model.GoogleCloudRecommenderV1beta1MarkRecommendationSucceededRequest}
935
935
* @since 1.13
936
936
*/
@@ -999,17 +999,17 @@ public MarkSucceeded setUploadProtocol(java.lang.String uploadProtocol) {
999
999
return (MarkSucceeded ) super .setUploadProtocol (uploadProtocol );
1000
1000
}
1001
1001
1002
- /** Name of the recommendation. */
1002
+ /** Required. Name of the recommendation. */
1003
1003
@ com .google .api .client .util .Key
1004
1004
private java .lang .String name ;
1005
1005
1006
- /** Name of the recommendation.
1006
+ /** Required. Name of the recommendation.
1007
1007
*/
1008
1008
public java .lang .String getName () {
1009
1009
return name ;
1010
1010
}
1011
1011
1012
- /** Name of the recommendation. */
1012
+ /** Required. Name of the recommendation. */
1013
1013
public MarkSucceeded setName (java .lang .String name ) {
1014
1014
if (!getSuppressPatternChecks ()) {
1015
1015
com .google .api .client .util .Preconditions .checkArgument (NAME_PATTERN .matcher (name ).matches (),
0 commit comments