Skip to content

Commit 4d755c6

Browse files
1 parent 2b3d446 commit 4d755c6

File tree

12 files changed

+64
-26
lines changed

12 files changed

+64
-26
lines changed

clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-merchantapi</artifactId>
25-
<version>accounts_v1beta-rev20240709-2.0.0</version>
25+
<version>accounts_v1beta-rev20240719-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20240709-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20240719-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/Merchant.java

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5555,7 +5555,8 @@ public class TermsOfServiceAgreementStates {
55555555
* parameters, call the {@link Get#execute()} method to invoke the remote operation.
55565556
*
55575557
* @param name Required. The resource name of the terms of service version. Format:
5558-
* `accounts/{account}/termsOfServiceAgreementState/{identifier}`
5558+
* `accounts/{account}/termsOfServiceAgreementState/{identifier}` The identifier format is:
5559+
* `{TermsOfServiceKind}-{country}`
55595560
* @return the request
55605561
*/
55615562
public Get get(java.lang.String name) throws java.io.IOException {
@@ -5582,7 +5583,8 @@ public class Get extends MerchantRequest<com.google.api.services.merchantapi.acc
55825583
* must be called to initialize this instance immediately after invoking the constructor. </p>
55835584
*
55845585
* @param name Required. The resource name of the terms of service version. Format:
5585-
* `accounts/{account}/termsOfServiceAgreementState/{identifier}`
5586+
* `accounts/{account}/termsOfServiceAgreementState/{identifier}` The identifier format is:
5587+
* `{TermsOfServiceKind}-{country}`
55865588
* @since 1.13
55875589
*/
55885590
protected Get(java.lang.String name) {
@@ -5662,21 +5664,24 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
56625664

56635665
/**
56645666
* Required. The resource name of the terms of service version. Format:
5665-
* `accounts/{account}/termsOfServiceAgreementState/{identifier}`
5667+
* `accounts/{account}/termsOfServiceAgreementState/{identifier}` The identifier format is:
5668+
* `{TermsOfServiceKind}-{country}`
56665669
*/
56675670
@com.google.api.client.util.Key
56685671
private java.lang.String name;
56695672

56705673
/** Required. The resource name of the terms of service version. Format:
5671-
`accounts/{account}/termsOfServiceAgreementState/{identifier}`
5674+
`accounts/{account}/termsOfServiceAgreementState/{identifier}` The identifier format is:
5675+
`{TermsOfServiceKind}-{country}`
56725676
*/
56735677
public java.lang.String getName() {
56745678
return name;
56755679
}
56765680

56775681
/**
56785682
* Required. The resource name of the terms of service version. Format:
5679-
* `accounts/{account}/termsOfServiceAgreementState/{identifier}`
5683+
* `accounts/{account}/termsOfServiceAgreementState/{identifier}` The identifier format is:
5684+
* `{TermsOfServiceKind}-{country}`
56805685
*/
56815686
public Get setName(java.lang.String name) {
56825687
if (!getSuppressPatternChecks()) {

clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/model/TermsOfServiceAgreementState.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ public final class TermsOfServiceAgreementState extends com.google.api.client.js
5151

5252
/**
5353
* Identifier. The resource name of the terms of service version. Format:
54-
* `accounts/{account}/termsOfServiceAgreementState/{identifier}`
54+
* `accounts/{account}/termsOfServiceAgreementState/{identifier}` The identifier format is:
55+
* `{TermsOfServiceKind}-{country}` For example, an identifier could be: `MERCHANT_CENTER-US`
5556
* The value may be {@code null}.
5657
*/
5758
@com.google.api.client.util.Key
@@ -98,7 +99,8 @@ public TermsOfServiceAgreementState setAccepted(Accepted accepted) {
9899

99100
/**
100101
* Identifier. The resource name of the terms of service version. Format:
101-
* `accounts/{account}/termsOfServiceAgreementState/{identifier}`
102+
* `accounts/{account}/termsOfServiceAgreementState/{identifier}` The identifier format is:
103+
* `{TermsOfServiceKind}-{country}` For example, an identifier could be: `MERCHANT_CENTER-US`
102104
* @return value or {@code null} for none
103105
*/
104106
public java.lang.String getName() {
@@ -107,7 +109,8 @@ public java.lang.String getName() {
107109

108110
/**
109111
* Identifier. The resource name of the terms of service version. Format:
110-
* `accounts/{account}/termsOfServiceAgreementState/{identifier}`
112+
* `accounts/{account}/termsOfServiceAgreementState/{identifier}` The identifier format is:
113+
* `{TermsOfServiceKind}-{country}` For example, an identifier could be: `MERCHANT_CENTER-US`
111114
* @param name name or {@code null} for none
112115
*/
113116
public TermsOfServiceAgreementState setName(java.lang.String name) {

clients/google-api-services-merchantapi/accounts_v1beta/2.0.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-merchantapi</artifactId>
11-
<version>accounts_v1beta-rev20240709-2.0.0</version>
12-
<name>Merchant API accounts_v1beta-rev20240709-2.0.0</name>
11+
<version>accounts_v1beta-rev20240719-2.0.0</version>
12+
<name>Merchant API accounts_v1beta-rev20240719-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-merchantapi/accounts_v1beta/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-merchantapi</artifactId>
25-
<version>accounts_v1beta-rev20240709-2.0.0</version>
25+
<version>accounts_v1beta-rev20240719-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20240709-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20240719-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/datasources_v1beta/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-merchantapi</artifactId>
25-
<version>datasources_v1beta-rev20240611-2.0.0</version>
25+
<version>datasources_v1beta-rev20240719-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1beta-rev20240611-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1beta-rev20240719-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/datasources_v1beta/2.0.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-merchantapi</artifactId>
11-
<version>datasources_v1beta-rev20240611-2.0.0</version>
12-
<name>Merchant API datasources_v1beta-rev20240611-2.0.0</name>
11+
<version>datasources_v1beta-rev20240719-2.0.0</version>
12+
<name>Merchant API datasources_v1beta-rev20240719-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-merchantapi/datasources_v1beta/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-merchantapi</artifactId>
25-
<version>datasources_v1beta-rev20240611-2.0.0</version>
25+
<version>datasources_v1beta-rev20240719-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1beta-rev20240611-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:datasources_v1beta-rev20240719-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/products_v1beta/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-merchantapi</artifactId>
25-
<version>products_v1beta-rev20240611-2.0.0</version>
25+
<version>products_v1beta-rev20240719-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-merchantapi:products_v1beta-rev20240611-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:products_v1beta-rev20240719-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/products_v1beta/2.0.0/com/google/api/services/merchantapi/products_v1beta/model/LoyaltyProgram.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ public final class LoyaltyProgram extends com.google.api.client.json.GenericJson
4343
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
4444
private java.lang.Long loyaltyPoints;
4545

46+
/**
47+
* A date range during which the item is eligible for member price. If not specified, the member
48+
* price is always applicable. The date range is represented by a pair of ISO 8601 dates separated
49+
* by a space, comma, or slash.
50+
* The value may be {@code null}.
51+
*/
52+
@com.google.api.client.util.Key
53+
private Interval memberPriceEffectiveDate;
54+
4655
/**
4756
* The price for members of the given tier, that is, the instant discount price. Must be smaller
4857
* or equal to the regular price.
@@ -103,6 +112,27 @@ public LoyaltyProgram setLoyaltyPoints(java.lang.Long loyaltyPoints) {
103112
return this;
104113
}
105114

115+
/**
116+
* A date range during which the item is eligible for member price. If not specified, the member
117+
* price is always applicable. The date range is represented by a pair of ISO 8601 dates separated
118+
* by a space, comma, or slash.
119+
* @return value or {@code null} for none
120+
*/
121+
public Interval getMemberPriceEffectiveDate() {
122+
return memberPriceEffectiveDate;
123+
}
124+
125+
/**
126+
* A date range during which the item is eligible for member price. If not specified, the member
127+
* price is always applicable. The date range is represented by a pair of ISO 8601 dates separated
128+
* by a space, comma, or slash.
129+
* @param memberPriceEffectiveDate memberPriceEffectiveDate or {@code null} for none
130+
*/
131+
public LoyaltyProgram setMemberPriceEffectiveDate(Interval memberPriceEffectiveDate) {
132+
this.memberPriceEffectiveDate = memberPriceEffectiveDate;
133+
return this;
134+
}
135+
106136
/**
107137
* The price for members of the given tier, that is, the instant discount price. Must be smaller
108138
* or equal to the regular price.

0 commit comments

Comments
 (0)