Skip to content

Commit 30e5d01

Browse files
1 parent ea53539 commit 30e5d01

5 files changed

Lines changed: 21 additions & 21 deletions

File tree

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ public Search setParent(java.lang.String parent) {
836836
* operations: - `AND` - `=` - `!=` Supported fields: - `partner_link_id` -
837837
* `owning_account.account_type` - `owning_account.account_id` -
838838
* `partner_account.account_type` - `partner_account.account_id` Example:
839-
* `owning_account.account_type = "GOOGLE_ADS" OR partner_account.account_id = 987654321`
839+
* `owning_account.account_type = "GOOGLE_ADS" AND partner_account.account_id = 987654321`
840840
*/
841841
@com.google.api.client.util.Key
842842
private java.lang.String filter;
@@ -845,7 +845,7 @@ public Search setParent(java.lang.String parent) {
845845
each condition (for example: `partner_link_id = 123456789`). Supported operations: - `AND` - `=` -
846846
`!=` Supported fields: - `partner_link_id` - `owning_account.account_type` -
847847
`owning_account.account_id` - `partner_account.account_type` - `partner_account.account_id`
848-
Example: `owning_account.account_type = "GOOGLE_ADS" OR partner_account.account_id = 987654321`
848+
Example: `owning_account.account_type = "GOOGLE_ADS" AND partner_account.account_id = 987654321`
849849
*/
850850
public java.lang.String getFilter() {
851851
return filter;
@@ -857,7 +857,7 @@ public java.lang.String getFilter() {
857857
* operations: - `AND` - `=` - `!=` Supported fields: - `partner_link_id` -
858858
* `owning_account.account_type` - `owning_account.account_id` -
859859
* `partner_account.account_type` - `partner_account.account_id` Example:
860-
* `owning_account.account_type = "GOOGLE_ADS" OR partner_account.account_id = 987654321`
860+
* `owning_account.account_type = "GOOGLE_ADS" AND partner_account.account_id = 987654321`
861861
*/
862862
public Search setFilter(java.lang.String filter) {
863863
this.filter = filter;

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

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

3333
/**
34-
* Output only. The count of the advertiser's first party data records that have been uploaded to
35-
* a clean room provider. This does not signify the size of a PAIR user list.
34+
* Optional. The count of the advertiser's first party data records that have been uploaded to a
35+
* clean room provider. This does not signify the size of a PAIR user list.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -47,7 +47,7 @@ public final class PairIdInfo extends com.google.api.client.json.GenericJson {
4747
private java.lang.String cleanRoomIdentifier;
4848

4949
/**
50-
* Output only. This field denotes the percentage of membership match of this user list with the
50+
* Optional. 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
*/
@@ -65,25 +65,25 @@ public final class PairIdInfo extends com.google.api.client.json.GenericJson {
6565
private java.lang.Long publisherId;
6666

6767
/**
68-
* Optional. Descriptive name of the publisher to be displayed in the UI for a better targeting
68+
* Required. Descriptive name of the publisher to be displayed in the UI for a better targeting
6969
* experience.
7070
* The value may be {@code null}.
7171
*/
7272
@com.google.api.client.util.Key
7373
private java.lang.String publisherName;
7474

7575
/**
76-
* Output only. The count of the advertiser's first party data records that have been uploaded to
77-
* a clean room provider. This does not signify the size of a PAIR user list.
76+
* Optional. The count of the advertiser's first party data records that have been uploaded to a
77+
* clean room provider. This does not signify the size of a PAIR user list.
7878
* @return value or {@code null} for none
7979
*/
8080
public java.lang.Long getAdvertiserIdentifierCount() {
8181
return advertiserIdentifierCount;
8282
}
8383

8484
/**
85-
* Output only. The count of the advertiser's first party data records that have been uploaded to
86-
* a clean room provider. This does not signify the size of a PAIR user list.
85+
* Optional. The count of the advertiser's first party data records that have been uploaded to a
86+
* clean room provider. This does not signify the size of a PAIR user list.
8787
* @param advertiserIdentifierCount advertiserIdentifierCount or {@code null} for none
8888
*/
8989
public PairIdInfo setAdvertiserIdentifierCount(java.lang.Long advertiserIdentifierCount) {
@@ -111,7 +111,7 @@ public PairIdInfo setCleanRoomIdentifier(java.lang.String cleanRoomIdentifier) {
111111
}
112112

113113
/**
114-
* Output only. This field denotes the percentage of membership match of this user list with the
114+
* Optional. 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-
* Output only. This field denotes the percentage of membership match of this user list with the
123+
* Optional. 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
*/
@@ -153,7 +153,7 @@ public PairIdInfo setPublisherId(java.lang.Long publisherId) {
153153
}
154154

155155
/**
156-
* Optional. Descriptive name of the publisher to be displayed in the UI for a better targeting
156+
* Required. Descriptive name of the publisher to be displayed in the UI for a better targeting
157157
* experience.
158158
* @return value or {@code null} for none
159159
*/
@@ -162,7 +162,7 @@ public java.lang.String getPublisherName() {
162162
}
163163

164164
/**
165-
* Optional. Descriptive name of the publisher to be displayed in the UI for a better targeting
165+
* Required. Descriptive name of the publisher to be displayed in the UI for a better targeting
166166
* experience.
167167
* @param publisherName publisherName or {@code null} for none
168168
*/

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-rev20260217-2.0.0</version>
12-
<name>Data Manager API v1-rev20260217-2.0.0</name>
11+
<version>v1-rev20260225-2.0.0</version>
12+
<name>Data Manager API v1-rev20260225-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-rev20260217-2.0.0</version>
25+
<version>v1-rev20260225-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-rev20260217-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datamanager:v1-rev20260225-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)