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-displayvideo/v2/2.0.0/com/google/api/services/displayvideo/v2/model/Adloox.java
Copy file name to clipboardExpand all lines: clients/google-api-services-displayvideo/v2/2.0.0/com/google/api/services/displayvideo/v2/model/Advertiser.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ public final class Advertiser extends com.google.api.client.json.GenericJson {
45
45
privatejava.lang.LongadvertiserId;
46
46
47
47
/**
48
-
* Optional. Required. Billing related settings of the advertiser.
48
+
* Required. Billing related settings of the advertiser.
49
49
* The value may be {@code null}.
50
50
*/
51
51
@com.google.api.client.util.Key
@@ -174,15 +174,15 @@ public Advertiser setAdvertiserId(java.lang.Long advertiserId) {
174
174
}
175
175
176
176
/**
177
-
* Optional. Required. Billing related settings of the advertiser.
177
+
* Required. Billing related settings of the advertiser.
178
178
* @return value or {@code null} for none
179
179
*/
180
180
publicAdvertiserBillingConfiggetBillingConfig() {
181
181
returnbillingConfig;
182
182
}
183
183
184
184
/**
185
-
* Optional. Required. Billing related settings of the advertiser.
185
+
* Required. Billing related settings of the advertiser.
186
186
* @param billingConfig billingConfig or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-displayvideo/v2/2.0.0/com/google/api/services/displayvideo/v2/model/AdvertiserBillingConfig.java
0 commit comments