3131public 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 */
0 commit comments