Skip to content

Commit af07dc8

Browse files
chore: regenerate authorizedbuyersmarketplace client (googleapis#23921)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent 13ac5be commit af07dc8

File tree

8 files changed

+24
-24
lines changed

8 files changed

+24
-24
lines changed

clients/google-api-services-authorizedbuyersmarketplace/v1/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-authorizedbuyersmarketplace</artifactId>
25-
<version>v1-rev20241002-2.0.0</version>
25+
<version>v1-rev20241120-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-authorizedbuyersmarketplace:v1-rev20241002-2.0.0'
38+
implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1-rev20241120-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-authorizedbuyersmarketplace/v1/2.0.0/com/google/api/services/authorizedbuyersmarketplace/v1/model/TimeZone.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,29 +31,29 @@
3131
public final class TimeZone extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* IANA Time Zone Database time zone, e.g. "America/New_York".
34+
* IANA Time Zone Database time zone. For example "America/New_York".
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.String id;
3939

4040
/**
41-
* Optional. IANA Time Zone Database version number, e.g. "2019a".
41+
* Optional. IANA Time Zone Database version number. For example "2019a".
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
4545
private java.lang.String version;
4646

4747
/**
48-
* IANA Time Zone Database time zone, e.g. "America/New_York".
48+
* IANA Time Zone Database time zone. For example "America/New_York".
4949
* @return value or {@code null} for none
5050
*/
5151
public java.lang.String getId() {
5252
return id;
5353
}
5454

5555
/**
56-
* IANA Time Zone Database time zone, e.g. "America/New_York".
56+
* IANA Time Zone Database time zone. For example "America/New_York".
5757
* @param id id or {@code null} for none
5858
*/
5959
public TimeZone setId(java.lang.String id) {
@@ -62,15 +62,15 @@ public TimeZone setId(java.lang.String id) {
6262
}
6363

6464
/**
65-
* Optional. IANA Time Zone Database version number, e.g. "2019a".
65+
* Optional. IANA Time Zone Database version number. For example "2019a".
6666
* @return value or {@code null} for none
6767
*/
6868
public java.lang.String getVersion() {
6969
return version;
7070
}
7171

7272
/**
73-
* Optional. IANA Time Zone Database version number, e.g. "2019a".
73+
* Optional. IANA Time Zone Database version number. For example "2019a".
7474
* @param version version or {@code null} for none
7575
*/
7676
public TimeZone setVersion(java.lang.String version) {

clients/google-api-services-authorizedbuyersmarketplace/v1/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-authorizedbuyersmarketplace</artifactId>
11-
<version>v1-rev20241002-2.0.0</version>
12-
<name>Authorized Buyers Marketplace API v1-rev20241002-2.0.0</name>
11+
<version>v1-rev20241120-2.0.0</version>
12+
<name>Authorized Buyers Marketplace API v1-rev20241120-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-authorizedbuyersmarketplace/v1/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-authorizedbuyersmarketplace</artifactId>
25-
<version>v1-rev20241002-2.0.0</version>
25+
<version>v1-rev20241120-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-authorizedbuyersmarketplace:v1-rev20241002-2.0.0'
38+
implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1-rev20241120-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-authorizedbuyersmarketplace/v1alpha/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-authorizedbuyersmarketplace</artifactId>
25-
<version>v1alpha-rev20241002-2.0.0</version>
25+
<version>v1alpha-rev20241120-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-authorizedbuyersmarketplace:v1alpha-rev20241002-2.0.0'
38+
implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1alpha-rev20241120-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-authorizedbuyersmarketplace/v1alpha/2.0.0/com/google/api/services/authorizedbuyersmarketplace/v1alpha/model/TimeZone.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,29 +31,29 @@
3131
public final class TimeZone extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* IANA Time Zone Database time zone, e.g. "America/New_York".
34+
* IANA Time Zone Database time zone. For example "America/New_York".
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.String id;
3939

4040
/**
41-
* Optional. IANA Time Zone Database version number, e.g. "2019a".
41+
* Optional. IANA Time Zone Database version number. For example "2019a".
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
4545
private java.lang.String version;
4646

4747
/**
48-
* IANA Time Zone Database time zone, e.g. "America/New_York".
48+
* IANA Time Zone Database time zone. For example "America/New_York".
4949
* @return value or {@code null} for none
5050
*/
5151
public java.lang.String getId() {
5252
return id;
5353
}
5454

5555
/**
56-
* IANA Time Zone Database time zone, e.g. "America/New_York".
56+
* IANA Time Zone Database time zone. For example "America/New_York".
5757
* @param id id or {@code null} for none
5858
*/
5959
public TimeZone setId(java.lang.String id) {
@@ -62,15 +62,15 @@ public TimeZone setId(java.lang.String id) {
6262
}
6363

6464
/**
65-
* Optional. IANA Time Zone Database version number, e.g. "2019a".
65+
* Optional. IANA Time Zone Database version number. For example "2019a".
6666
* @return value or {@code null} for none
6767
*/
6868
public java.lang.String getVersion() {
6969
return version;
7070
}
7171

7272
/**
73-
* Optional. IANA Time Zone Database version number, e.g. "2019a".
73+
* Optional. IANA Time Zone Database version number. For example "2019a".
7474
* @param version version or {@code null} for none
7575
*/
7676
public TimeZone setVersion(java.lang.String version) {

clients/google-api-services-authorizedbuyersmarketplace/v1alpha/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-authorizedbuyersmarketplace</artifactId>
11-
<version>v1alpha-rev20241002-2.0.0</version>
12-
<name>Authorized Buyers Marketplace API v1alpha-rev20241002-2.0.0</name>
11+
<version>v1alpha-rev20241120-2.0.0</version>
12+
<name>Authorized Buyers Marketplace API v1alpha-rev20241120-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-authorizedbuyersmarketplace/v1alpha/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-authorizedbuyersmarketplace</artifactId>
25-
<version>v1alpha-rev20241002-2.0.0</version>
25+
<version>v1alpha-rev20241120-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-authorizedbuyersmarketplace:v1alpha-rev20241002-2.0.0'
38+
implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1alpha-rev20241120-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)