File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
clients/google-api-services-authorizedbuyersmarketplace/v1alpha
com/google/api/services/authorizedbuyersmarketplace/v1alpha/model Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff 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-rev20250113 -2.0.0</version >
25+ <version >v1alpha-rev20250205 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1alpha-rev20250113 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1alpha-rev20250205 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change 3333public final class DataSegment extends com .google .api .client .json .GenericJson {
3434
3535 /**
36- * Optional . This will be charged when other accounts use this data segment. For example, when
36+ * Required . This will be charged when other accounts use this data segment. For example, when
3737 * other accounts add this data segment to a deal or auction package. Once set, the currency code
3838 * cannot be changed.
3939 * The value may be {@code null}.
@@ -72,7 +72,7 @@ public final class DataSegment extends com.google.api.client.json.GenericJson {
7272 private String updateTime ;
7373
7474 /**
75- * Optional . This will be charged when other accounts use this data segment. For example, when
75+ * Required . This will be charged when other accounts use this data segment. For example, when
7676 * other accounts add this data segment to a deal or auction package. Once set, the currency code
7777 * cannot be changed.
7878 * @return value or {@code null} for none
@@ -82,7 +82,7 @@ public Money getCpmFee() {
8282 }
8383
8484 /**
85- * Optional . This will be charged when other accounts use this data segment. For example, when
85+ * Required . This will be charged when other accounts use this data segment. For example, when
8686 * other accounts add this data segment to a deal or auction package. Once set, the currency code
8787 * cannot be changed.
8888 * @param cpmFee cpmFee or {@code null} for none
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-authorizedbuyersmarketplace</artifactId >
11- <version >v1alpha-rev20250113 -2.0.0</version >
12- <name >Authorized Buyers Marketplace API v1alpha-rev20250113 -2.0.0</name >
11+ <version >v1alpha-rev20250205 -2.0.0</version >
12+ <name >Authorized Buyers Marketplace API v1alpha-rev20250205 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff 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-rev20250113 -2.0.0</version >
25+ <version >v1alpha-rev20250205 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1alpha-rev20250113 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-authorizedbuyersmarketplace:v1alpha-rev20250205 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments