Skip to content

Commit 54bba84

Browse files
1 parent f7cd4e6 commit 54bba84

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

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

clients/google-api-services-datamanager/v1/2.0.0/com/google/api/services/datamanager/v1/model/PairIdInfo.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public final class PairIdInfo extends com.google.api.client.json.GenericJson {
4747
private java.lang.String cleanRoomIdentifier;
4848

4949
/**
50-
* Optional. This field denotes the percentage of membership match of this user list with the
50+
* Required. This field denotes the percentage of membership match of this user list with the
5151
* corresponding publisher's first party data. Must be between 0 and 100 inclusive.
5252
* The value may be {@code null}.
5353
*/
@@ -111,7 +111,7 @@ public PairIdInfo setCleanRoomIdentifier(java.lang.String cleanRoomIdentifier) {
111111
}
112112

113113
/**
114-
* Optional. This field denotes the percentage of membership match of this user list with the
114+
* Required. This field denotes the percentage of membership match of this user list with the
115115
* corresponding publisher's first party data. Must be between 0 and 100 inclusive.
116116
* @return value or {@code null} for none
117117
*/
@@ -120,7 +120,7 @@ public java.lang.Integer getMatchRatePercentage() {
120120
}
121121

122122
/**
123-
* Optional. This field denotes the percentage of membership match of this user list with the
123+
* Required. This field denotes the percentage of membership match of this user list with the
124124
* corresponding publisher's first party data. Must be between 0 and 100 inclusive.
125125
* @param matchRatePercentage matchRatePercentage or {@code null} for none
126126
*/

clients/google-api-services-datamanager/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-datamanager</artifactId>
11-
<version>v1-rev20260225-2.0.0</version>
12-
<name>Data Manager API v1-rev20260225-2.0.0</name>
11+
<version>v1-rev20260228-2.0.0</version>
12+
<name>Data Manager API v1-rev20260228-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)