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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-authorizedbuyersmarketplace</artifactId >
25
- <version >v1alpha-rev20250113 -2.0.0</version >
25
+ <version >v1alpha-rev20250205 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change 33
33
public final class DataSegment extends com .google .api .client .json .GenericJson {
34
34
35
35
/**
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
37
37
* other accounts add this data segment to a deal or auction package. Once set, the currency code
38
38
* cannot be changed.
39
39
* The value may be {@code null}.
@@ -72,7 +72,7 @@ public final class DataSegment extends com.google.api.client.json.GenericJson {
72
72
private String updateTime ;
73
73
74
74
/**
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
76
76
* other accounts add this data segment to a deal or auction package. Once set, the currency code
77
77
* cannot be changed.
78
78
* @return value or {@code null} for none
@@ -82,7 +82,7 @@ public Money getCpmFee() {
82
82
}
83
83
84
84
/**
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
86
86
* other accounts add this data segment to a deal or auction package. Once set, the currency code
87
87
* cannot be changed.
88
88
* @param cpmFee cpmFee or {@code null} for none
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-authorizedbuyersmarketplace</artifactId >
25
- <version >v1alpha-rev20250113 -2.0.0</version >
25
+ <version >v1alpha-rev20250205 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments