Skip to content

Commit c139c9b

Browse files
yoshi-automationchingor13
authored andcommitted
Regenerate recommender client (googleapis#3288)
1 parent 2cbafe7 commit c139c9b

24 files changed

+1487
-1514
lines changed

clients/google-api-services-recommender/v1beta1.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"maven": {
33
"groupId": "com.google.apis",
44
"artifactId": "google-api-services-recommender",
5-
"version": "v1beta1-rev20191216-1.30.3"
5+
"version": "v1beta1-rev20200108-1.30.3"
66
}
77
}

clients/google-api-services-recommender/v1beta1/1.28.0/com/google/api/services/recommender/v1beta1/Recommender.java

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public class Recommendations {
211211
* This request holds the parameters needed by the recommender server. After setting any optional
212212
* parameters, call the {@link Get#execute()} method to invoke the remote operation.
213213
*
214-
* @param name Name of the recommendation.
214+
* @param name Required. Name of the recommendation.
215215
* @return the request
216216
*/
217217
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.
238238
* {@link Get#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
239239
* must be called to initialize this instance immediately after invoking the constructor. </p>
240240
*
241-
* @param name Name of the recommendation.
241+
* @param name Required. Name of the recommendation.
242242
* @since 1.13
243243
*/
244244
protected Get(java.lang.String name) {
@@ -316,17 +316,17 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
316316
return (Get) super.setUploadProtocol(uploadProtocol);
317317
}
318318

319-
/** Name of the recommendation. */
319+
/** Required. Name of the recommendation. */
320320
@com.google.api.client.util.Key
321321
private java.lang.String name;
322322

323-
/** Name of the recommendation.
323+
/** Required. Name of the recommendation.
324324
*/
325325
public java.lang.String getName() {
326326
return name;
327327
}
328328

329-
/** Name of the recommendation. */
329+
/** Required. Name of the recommendation. */
330330
public Get setName(java.lang.String name) {
331331
if (!getSuppressPatternChecks()) {
332332
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),
@@ -529,22 +529,22 @@ public List setFilter(java.lang.String filter) {
529529
}
530530

531531
/**
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
533533
* values are ignored. If not specified, the server will determine the number of results
534534
* to return.
535535
*/
536536
@com.google.api.client.util.Key
537537
private java.lang.Integer pageSize;
538538

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
540540
ignored. If not specified, the server will determine the number of results to return.
541541
*/
542542
public java.lang.Integer getPageSize() {
543543
return pageSize;
544544
}
545545

546546
/**
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
548548
* values are ignored. If not specified, the server will determine the number of results
549549
* to return.
550550
*/
@@ -601,7 +601,7 @@ public List set(String parameterName, Object value) {
601601
* This request holds the parameters needed by the recommender server. After setting any optional
602602
* parameters, call the {@link MarkClaimed#execute()} method to invoke the remote operation.
603603
*
604-
* @param name Name of the recommendation.
604+
* @param name Required. Name of the recommendation.
605605
* @param content the {@link com.google.api.services.recommender.v1beta1.model.GoogleCloudRecommenderV1beta1MarkRecommendationClaimedRequest}
606606
* @return the request
607607
*/
@@ -636,7 +636,7 @@ public class MarkClaimed extends RecommenderRequest<com.google.api.services.reco
636636
* MarkClaimed#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
637637
* must be called to initialize this instance immediately after invoking the constructor. </p>
638638
*
639-
* @param name Name of the recommendation.
639+
* @param name Required. Name of the recommendation.
640640
* @param content the {@link com.google.api.services.recommender.v1beta1.model.GoogleCloudRecommenderV1beta1MarkRecommendationClaimedRequest}
641641
* @since 1.13
642642
*/
@@ -705,17 +705,17 @@ public MarkClaimed setUploadProtocol(java.lang.String uploadProtocol) {
705705
return (MarkClaimed) super.setUploadProtocol(uploadProtocol);
706706
}
707707

708-
/** Name of the recommendation. */
708+
/** Required. Name of the recommendation. */
709709
@com.google.api.client.util.Key
710710
private java.lang.String name;
711711

712-
/** Name of the recommendation.
712+
/** Required. Name of the recommendation.
713713
*/
714714
public java.lang.String getName() {
715715
return name;
716716
}
717717

718-
/** Name of the recommendation. */
718+
/** Required. Name of the recommendation. */
719719
public MarkClaimed setName(java.lang.String name) {
720720
if (!getSuppressPatternChecks()) {
721721
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),
@@ -747,7 +747,7 @@ public MarkClaimed set(String parameterName, Object value) {
747747
* This request holds the parameters needed by the recommender server. After setting any optional
748748
* parameters, call the {@link MarkFailed#execute()} method to invoke the remote operation.
749749
*
750-
* @param name Name of the recommendation.
750+
* @param name Required. Name of the recommendation.
751751
* @param content the {@link com.google.api.services.recommender.v1beta1.model.GoogleCloudRecommenderV1beta1MarkRecommendationFailedRequest}
752752
* @return the request
753753
*/
@@ -783,7 +783,7 @@ public class MarkFailed extends RecommenderRequest<com.google.api.services.recom
783783
* MarkFailed#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
784784
* must be called to initialize this instance immediately after invoking the constructor. </p>
785785
*
786-
* @param name Name of the recommendation.
786+
* @param name Required. Name of the recommendation.
787787
* @param content the {@link com.google.api.services.recommender.v1beta1.model.GoogleCloudRecommenderV1beta1MarkRecommendationFailedRequest}
788788
* @since 1.13
789789
*/
@@ -852,17 +852,17 @@ public MarkFailed setUploadProtocol(java.lang.String uploadProtocol) {
852852
return (MarkFailed) super.setUploadProtocol(uploadProtocol);
853853
}
854854

855-
/** Name of the recommendation. */
855+
/** Required. Name of the recommendation. */
856856
@com.google.api.client.util.Key
857857
private java.lang.String name;
858858

859-
/** Name of the recommendation.
859+
/** Required. Name of the recommendation.
860860
*/
861861
public java.lang.String getName() {
862862
return name;
863863
}
864864

865-
/** Name of the recommendation. */
865+
/** Required. Name of the recommendation. */
866866
public MarkFailed setName(java.lang.String name) {
867867
if (!getSuppressPatternChecks()) {
868868
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),
@@ -894,7 +894,7 @@ public MarkFailed set(String parameterName, Object value) {
894894
* This request holds the parameters needed by the recommender server. After setting any optional
895895
* parameters, call the {@link MarkSucceeded#execute()} method to invoke the remote operation.
896896
*
897-
* @param name Name of the recommendation.
897+
* @param name Required. Name of the recommendation.
898898
* @param content the {@link com.google.api.services.recommender.v1beta1.model.GoogleCloudRecommenderV1beta1MarkRecommendationSucceededRequest}
899899
* @return the request
900900
*/
@@ -930,7 +930,7 @@ public class MarkSucceeded extends RecommenderRequest<com.google.api.services.re
930930
* ctGoogleClientRequest)} must be called to initialize this instance immediately after invoking
931931
* the constructor. </p>
932932
*
933-
* @param name Name of the recommendation.
933+
* @param name Required. Name of the recommendation.
934934
* @param content the {@link com.google.api.services.recommender.v1beta1.model.GoogleCloudRecommenderV1beta1MarkRecommendationSucceededRequest}
935935
* @since 1.13
936936
*/
@@ -999,17 +999,17 @@ public MarkSucceeded setUploadProtocol(java.lang.String uploadProtocol) {
999999
return (MarkSucceeded) super.setUploadProtocol(uploadProtocol);
10001000
}
10011001

1002-
/** Name of the recommendation. */
1002+
/** Required. Name of the recommendation. */
10031003
@com.google.api.client.util.Key
10041004
private java.lang.String name;
10051005

1006-
/** Name of the recommendation.
1006+
/** Required. Name of the recommendation.
10071007
*/
10081008
public java.lang.String getName() {
10091009
return name;
10101010
}
10111011

1012-
/** Name of the recommendation. */
1012+
/** Required. Name of the recommendation. */
10131013
public MarkSucceeded setName(java.lang.String name) {
10141014
if (!getSuppressPatternChecks()) {
10151015
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),

clients/google-api-services-recommender/v1beta1/1.28.0/com/google/api/services/recommender/v1beta1/model/GoogleCloudRecommenderV1beta1MarkRecommendationClaimedRequest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public final class GoogleCloudRecommenderV1beta1MarkRecommendationClaimedRequest extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Fingerprint of the Recommendation. Provides optimistic locking.
33+
* Required. Fingerprint of the Recommendation. Provides optimistic locking.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
@@ -45,15 +45,15 @@ public final class GoogleCloudRecommenderV1beta1MarkRecommendationClaimedRequest
4545
private java.util.Map<String, java.lang.String> stateMetadata;
4646

4747
/**
48-
* Fingerprint of the Recommendation. Provides optimistic locking.
48+
* Required. Fingerprint of the Recommendation. Provides optimistic locking.
4949
* @return value or {@code null} for none
5050
*/
5151
public java.lang.String getEtag() {
5252
return etag;
5353
}
5454

5555
/**
56-
* Fingerprint of the Recommendation. Provides optimistic locking.
56+
* Required. Fingerprint of the Recommendation. Provides optimistic locking.
5757
* @param etag etag or {@code null} for none
5858
*/
5959
public GoogleCloudRecommenderV1beta1MarkRecommendationClaimedRequest setEtag(java.lang.String etag) {

clients/google-api-services-recommender/v1beta1/1.28.0/com/google/api/services/recommender/v1beta1/model/GoogleCloudRecommenderV1beta1MarkRecommendationFailedRequest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public final class GoogleCloudRecommenderV1beta1MarkRecommendationFailedRequest extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Fingerprint of the Recommendation. Provides optimistic locking.
33+
* Required. Fingerprint of the Recommendation. Provides optimistic locking.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
@@ -45,15 +45,15 @@ public final class GoogleCloudRecommenderV1beta1MarkRecommendationFailedRequest
4545
private java.util.Map<String, java.lang.String> stateMetadata;
4646

4747
/**
48-
* Fingerprint of the Recommendation. Provides optimistic locking.
48+
* Required. Fingerprint of the Recommendation. Provides optimistic locking.
4949
* @return value or {@code null} for none
5050
*/
5151
public java.lang.String getEtag() {
5252
return etag;
5353
}
5454

5555
/**
56-
* Fingerprint of the Recommendation. Provides optimistic locking.
56+
* Required. Fingerprint of the Recommendation. Provides optimistic locking.
5757
* @param etag etag or {@code null} for none
5858
*/
5959
public GoogleCloudRecommenderV1beta1MarkRecommendationFailedRequest setEtag(java.lang.String etag) {

clients/google-api-services-recommender/v1beta1/1.28.0/com/google/api/services/recommender/v1beta1/model/GoogleCloudRecommenderV1beta1MarkRecommendationSucceededRequest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public final class GoogleCloudRecommenderV1beta1MarkRecommendationSucceededRequest extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Fingerprint of the Recommendation. Provides optimistic locking.
33+
* Required. Fingerprint of the Recommendation. Provides optimistic locking.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
@@ -45,15 +45,15 @@ public final class GoogleCloudRecommenderV1beta1MarkRecommendationSucceededReque
4545
private java.util.Map<String, java.lang.String> stateMetadata;
4646

4747
/**
48-
* Fingerprint of the Recommendation. Provides optimistic locking.
48+
* Required. Fingerprint of the Recommendation. Provides optimistic locking.
4949
* @return value or {@code null} for none
5050
*/
5151
public java.lang.String getEtag() {
5252
return etag;
5353
}
5454

5555
/**
56-
* Fingerprint of the Recommendation. Provides optimistic locking.
56+
* Required. Fingerprint of the Recommendation. Provides optimistic locking.
5757
* @param etag etag or {@code null} for none
5858
*/
5959
public GoogleCloudRecommenderV1beta1MarkRecommendationSucceededRequest setEtag(java.lang.String etag) {

clients/google-api-services-recommender/v1beta1/1.28.0/com/google/api/services/recommender/v1beta1/model/GoogleCloudRecommenderV1beta1Recommendation.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ public final class GoogleCloudRecommenderV1beta1Recommendation extends com.googl
7474

7575
/**
7676
* Name of recommendation.
77-
*
78-
* A project recommendation is represented as projects/[PROJECT_NUMBER]/locations/[LOCATION]/rec
79-
* ommenders/[RECOMMENDER_ID]/recommendations/[RECOMMENDATION_ID]
8077
* The value may be {@code null}.
8178
*/
8279
@com.google.api.client.util.Key
@@ -198,9 +195,6 @@ public GoogleCloudRecommenderV1beta1Recommendation setLastRefreshTime(String las
198195

199196
/**
200197
* Name of recommendation.
201-
*
202-
* A project recommendation is represented as projects/[PROJECT_NUMBER]/locations/[LOCATION]/rec
203-
* ommenders/[RECOMMENDER_ID]/recommendations/[RECOMMENDATION_ID]
204198
* @return value or {@code null} for none
205199
*/
206200
public java.lang.String getName() {
@@ -209,9 +203,6 @@ public java.lang.String getName() {
209203

210204
/**
211205
* Name of recommendation.
212-
*
213-
* A project recommendation is represented as projects/[PROJECT_NUMBER]/locations/[LOCATION]/rec
214-
* ommenders/[RECOMMENDER_ID]/recommendations/[RECOMMENDATION_ID]
215206
* @param name name or {@code null} for none
216207
*/
217208
public GoogleCloudRecommenderV1beta1Recommendation setName(java.lang.String name) {

clients/google-api-services-recommender/v1beta1/1.28.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-recommender</artifactId>
11-
<version>v1beta1-rev20191216-1.28.0</version>
12-
<name>Recommender API v1beta1-rev20191216-1.28.0</name>
11+
<version>v1beta1-rev20200108-1.28.0</version>
12+
<name>Recommender API v1beta1-rev20200108-1.28.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)