You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-datamanager/v1/2.0.0/com/google/api/services/datamanager/v1/model/PairIdInfo.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ public final class PairIdInfo extends com.google.api.client.json.GenericJson {
47
47
privatejava.lang.StringcleanRoomIdentifier;
48
48
49
49
/**
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
51
51
* corresponding publisher's first party data. Must be between 0 and 100 inclusive.
52
52
* The value may be {@code null}.
53
53
*/
@@ -111,7 +111,7 @@ public PairIdInfo setCleanRoomIdentifier(java.lang.String cleanRoomIdentifier) {
111
111
}
112
112
113
113
/**
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
115
115
* corresponding publisher's first party data. Must be between 0 and 100 inclusive.
116
116
* @return value or {@code null} for none
117
117
*/
@@ -120,7 +120,7 @@ public java.lang.Integer getMatchRatePercentage() {
120
120
}
121
121
122
122
/**
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
124
124
* corresponding publisher's first party data. Must be between 0 and 100 inclusive.
125
125
* @param matchRatePercentage matchRatePercentage or {@code null} for none
0 commit comments