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
## Deleted keys were detected in the following stable discovery artifacts:
assuredworkloads v1 38f6bdc
baremetalsolution v1 aa4b0e1
bigquery v2 c4be010
documentai v1 e3e66ac
monitoring v1 6c2f068
## Deleted keys were detected in the following pre-stable discovery artifacts:
assuredworkloads v1beta1 38f6bdc
documentai v1beta3 e3e66ac
networkconnectivity v1alpha1 5e7fcb9
## Discovery Artifact Change Summary:
feat(admin): update the api 144cc44
feat(adsense): update the api 7700e75
feat(androidpublisher): update the api 6c1c884
feat(assuredworkloads): update the api 38f6bdc
feat(baremetalsolution): update the api aa4b0e1
feat(bigquery): update the api c4be010
feat(chromeuxreport): update the api 4ec5814
feat(cloudbuild): update the api e58a7a1
feat(clouddeploy): update the api ba6cba0
feat(cloudkms): update the api 4a3ac99
feat(composer): update the api 897fdef
feat(compute): update the api 6a205af
feat(dataplex): update the api 74c6fd5
feat(dfareporting): update the api 686052c
feat(dns): update the api f648b88
feat(documentai): update the api e3e66ac
feat(firestore): update the api afd03ee
feat(healthcare): update the api 14020d7
feat(identitytoolkit): update the api 5311cf9
feat(language): update the api 1c0a0fa
feat(monitoring): update the api 6c2f068
feat(networkconnectivity): update the api 5e7fcb9
feat(networkmanagement): update the api 43ac616
feat(ondemandscanning): update the api 546cd30
feat(recommender): update the api 58a7d6a
feat(run): update the api 47c7a75
feat(securitycenter): update the api e7668df
feat(youtube): update the api f976021
<pclass="firstline">Creates an ad unit. This method can only be used by projects enabled for the [AdSense for Platforms](https://developers.google.com/adsense/platforms/) product. Note that ad units can only be created for ad clients with an "AFC" product code. For more info see the [AdClient resource](https://developers.google.com/adsense/management/reference/rest/v2/accounts.adclients). For now, this method can only be used to create `DISPLAY` ad units. See: https://support.google.com/adsense/answer/9183566</p>
<pclass="firstline">Updates an ad unit. This method can only be used by projects enabled for the [AdSense for Platforms](https://developers.google.com/adsense/platforms/) product. For now, this method can only be used to update `DISPLAY` ad units. See: https://support.google.com/adsense/answer/9183566</p>
<pre>Creates an ad unit. This method can only be used by projects enabled for the [AdSense for Platforms](https://developers.google.com/adsense/platforms/) product. Note that ad units can only be created for ad clients with an "AFC" product code. For more info see the [AdClient resource](https://developers.google.com/adsense/management/reference/rest/v2/accounts.adclients). For now, this method can only be used to create `DISPLAY` ad units. See: https://support.google.com/adsense/answer/9183566
113
+
114
+
Args:
115
+
parent: string, Required. Ad client to create an ad unit under. Format: accounts/{account}/adclients/{adclient} (required)
116
+
body: object, The request body.
117
+
The object takes the form of:
118
+
119
+
{ # Representation of an ad unit. An ad unit represents a saved ad unit with a specific set of ad settings that have been customized within an account.
120
+
"contentAdsSettings": { # Settings specific to content ads (AFC). # Required. Settings specific to content ads (AFC).
121
+
"size": "A String", # Required. Size of the ad unit. e.g. "728x90", "1x3" (for responsive ad units).
122
+
"type": "A String", # Required. Type of the ad unit.
123
+
},
124
+
"displayName": "A String", # Required. Display name of the ad unit, as provided when the ad unit was created.
125
+
"name": "A String", # Output only. Resource name of the ad unit. Format: accounts/{account}/adclients/{adclient}/adunits/{adunit}
126
+
"reportingDimensionId": "A String", # Output only. Unique ID of the ad unit as used in the `AD_UNIT_ID` reporting dimension.
127
+
"state": "A String", # State of the ad unit.
128
+
}
129
+
130
+
x__xgafv: string, V1 error format.
131
+
Allowed values
132
+
1 - v1 error format
133
+
2 - v2 error format
134
+
135
+
Returns:
136
+
An object of the form:
137
+
138
+
{ # Representation of an ad unit. An ad unit represents a saved ad unit with a specific set of ad settings that have been customized within an account.
139
+
"contentAdsSettings": { # Settings specific to content ads (AFC). # Required. Settings specific to content ads (AFC).
140
+
"size": "A String", # Required. Size of the ad unit. e.g. "728x90", "1x3" (for responsive ad units).
141
+
"type": "A String", # Required. Type of the ad unit.
142
+
},
143
+
"displayName": "A String", # Required. Display name of the ad unit, as provided when the ad unit was created.
144
+
"name": "A String", # Output only. Resource name of the ad unit. Format: accounts/{account}/adclients/{adclient}/adunits/{adunit}
145
+
"reportingDimensionId": "A String", # Output only. Unique ID of the ad unit as used in the `AD_UNIT_ID` reporting dimension.
146
+
"state": "A String", # State of the ad unit.
<pre>Gets an ad unit from a specified account and ad client.
@@ -198,6 +244,7 @@ <h3>Method Details</h3>
198
244
{ # Response definition for the custom channels linked to an adunit list rpc.
199
245
"customChannels": [ # The custom channels returned in this list response.
200
246
{ # Representation of a custom channel.
247
+
"active": True or False, # Whether the custom channel is active and collecting data. See https://support.google.com/adsense/answer/10077192.
201
248
"displayName": "A String", # Required. Display name of the custom channel.
202
249
"name": "A String", # Output only. Resource name of the custom channel. Format: accounts/{account}/adclients/{adclient}/customchannels/{customchannel}
203
250
"reportingDimensionId": "A String", # Output only. Unique ID of the custom channel as used in the `CUSTOM_CHANNEL_ID` reporting dimension.
<pre>Updates an ad unit. This method can only be used by projects enabled for the [AdSense for Platforms](https://developers.google.com/adsense/platforms/) product. For now, this method can only be used to update `DISPLAY` ad units. See: https://support.google.com/adsense/answer/9183566
288
+
289
+
Args:
290
+
name: string, Output only. Resource name of the ad unit. Format: accounts/{account}/adclients/{adclient}/adunits/{adunit} (required)
291
+
body: object, The request body.
292
+
The object takes the form of:
293
+
294
+
{ # Representation of an ad unit. An ad unit represents a saved ad unit with a specific set of ad settings that have been customized within an account.
295
+
"contentAdsSettings": { # Settings specific to content ads (AFC). # Required. Settings specific to content ads (AFC).
296
+
"size": "A String", # Required. Size of the ad unit. e.g. "728x90", "1x3" (for responsive ad units).
297
+
"type": "A String", # Required. Type of the ad unit.
298
+
},
299
+
"displayName": "A String", # Required. Display name of the ad unit, as provided when the ad unit was created.
300
+
"name": "A String", # Output only. Resource name of the ad unit. Format: accounts/{account}/adclients/{adclient}/adunits/{adunit}
301
+
"reportingDimensionId": "A String", # Output only. Unique ID of the ad unit as used in the `AD_UNIT_ID` reporting dimension.
302
+
"state": "A String", # State of the ad unit.
303
+
}
304
+
305
+
updateMask: string, The list of fields to update. If empty, a full update is performed.
306
+
x__xgafv: string, V1 error format.
307
+
Allowed values
308
+
1 - v1 error format
309
+
2 - v2 error format
310
+
311
+
Returns:
312
+
An object of the form:
313
+
314
+
{ # Representation of an ad unit. An ad unit represents a saved ad unit with a specific set of ad settings that have been customized within an account.
315
+
"contentAdsSettings": { # Settings specific to content ads (AFC). # Required. Settings specific to content ads (AFC).
316
+
"size": "A String", # Required. Size of the ad unit. e.g. "728x90", "1x3" (for responsive ad units).
317
+
"type": "A String", # Required. Type of the ad unit.
318
+
},
319
+
"displayName": "A String", # Required. Display name of the ad unit, as provided when the ad unit was created.
320
+
"name": "A String", # Output only. Resource name of the ad unit. Format: accounts/{account}/adclients/{adclient}/adunits/{adunit}
321
+
"reportingDimensionId": "A String", # Output only. Unique ID of the ad unit as used in the `AD_UNIT_ID` reporting dimension.
322
+
"state": "A String", # State of the ad unit.
<pclass="firstline">Creates a custom channel. This method can only be used by projects enabled for the [AdSense for Platforms](https://developers.google.com/adsense/platforms/) product.</p>
<pclass="firstline">Deletes a custom channel. This method can only be used by projects enabled for the [AdSense for Platforms](https://developers.google.com/adsense/platforms/) product.</p>
<pclass="firstline">Updates a custom channel. This method can only be used by projects enabled for the [AdSense for Platforms](https://developers.google.com/adsense/platforms/) product.</p>
<pre>Creates a custom channel. This method can only be used by projects enabled for the [AdSense for Platforms](https://developers.google.com/adsense/platforms/) product.
113
+
114
+
Args:
115
+
parent: string, Required. The ad client to create a custom channel under. Format: accounts/{account}/adclients/{adclient} (required)
116
+
body: object, The request body.
117
+
The object takes the form of:
118
+
119
+
{ # Representation of a custom channel.
120
+
"active": True or False, # Whether the custom channel is active and collecting data. See https://support.google.com/adsense/answer/10077192.
121
+
"displayName": "A String", # Required. Display name of the custom channel.
122
+
"name": "A String", # Output only. Resource name of the custom channel. Format: accounts/{account}/adclients/{adclient}/customchannels/{customchannel}
123
+
"reportingDimensionId": "A String", # Output only. Unique ID of the custom channel as used in the `CUSTOM_CHANNEL_ID` reporting dimension.
124
+
}
125
+
126
+
x__xgafv: string, V1 error format.
127
+
Allowed values
128
+
1 - v1 error format
129
+
2 - v2 error format
130
+
131
+
Returns:
132
+
An object of the form:
133
+
134
+
{ # Representation of a custom channel.
135
+
"active": True or False, # Whether the custom channel is active and collecting data. See https://support.google.com/adsense/answer/10077192.
136
+
"displayName": "A String", # Required. Display name of the custom channel.
137
+
"name": "A String", # Output only. Resource name of the custom channel. Format: accounts/{account}/adclients/{adclient}/customchannels/{customchannel}
138
+
"reportingDimensionId": "A String", # Output only. Unique ID of the custom channel as used in the `CUSTOM_CHANNEL_ID` reporting dimension.
<pre>Deletes a custom channel. This method can only be used by projects enabled for the [AdSense for Platforms](https://developers.google.com/adsense/platforms/) product.
145
+
146
+
Args:
147
+
name: string, Required. Name of the custom channel to delete. Format: accounts/{account}/adclients/{adclient}/customchannels/{customchannel} (required)
148
+
x__xgafv: string, V1 error format.
149
+
Allowed values
150
+
1 - v1 error format
151
+
2 - v2 error format
152
+
153
+
Returns:
154
+
An object of the form:
155
+
156
+
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
<pre>Gets information about the selected custom channel.
@@ -113,6 +172,7 @@ <h3>Method Details</h3>
113
172
An object of the form:
114
173
115
174
{ # Representation of a custom channel.
175
+
"active": True or False, # Whether the custom channel is active and collecting data. See https://support.google.com/adsense/answer/10077192.
116
176
"displayName": "A String", # Required. Display name of the custom channel.
117
177
"name": "A String", # Output only. Resource name of the custom channel. Format: accounts/{account}/adclients/{adclient}/customchannels/{customchannel}
118
178
"reportingDimensionId": "A String", # Output only. Unique ID of the custom channel as used in the `CUSTOM_CHANNEL_ID` reporting dimension.
@@ -138,6 +198,7 @@ <h3>Method Details</h3>
138
198
{ # Response definition for the custom channel list rpc.
139
199
"customChannels": [ # The custom channels returned in this list response.
140
200
{ # Representation of a custom channel.
201
+
"active": True or False, # Whether the custom channel is active and collecting data. See https://support.google.com/adsense/answer/10077192.
141
202
"displayName": "A String", # Required. Display name of the custom channel.
142
203
"name": "A String", # Output only. Resource name of the custom channel. Format: accounts/{account}/adclients/{adclient}/customchannels/{customchannel}
143
204
"reportingDimensionId": "A String", # Output only. Unique ID of the custom channel as used in the `CUSTOM_CHANNEL_ID` reporting dimension.
<pre>Updates a custom channel. This method can only be used by projects enabled for the [AdSense for Platforms](https://developers.google.com/adsense/platforms/) product.
275
+
276
+
Args:
277
+
name: string, Output only. Resource name of the custom channel. Format: accounts/{account}/adclients/{adclient}/customchannels/{customchannel} (required)
278
+
body: object, The request body.
279
+
The object takes the form of:
280
+
281
+
{ # Representation of a custom channel.
282
+
"active": True or False, # Whether the custom channel is active and collecting data. See https://support.google.com/adsense/answer/10077192.
283
+
"displayName": "A String", # Required. Display name of the custom channel.
284
+
"name": "A String", # Output only. Resource name of the custom channel. Format: accounts/{account}/adclients/{adclient}/customchannels/{customchannel}
285
+
"reportingDimensionId": "A String", # Output only. Unique ID of the custom channel as used in the `CUSTOM_CHANNEL_ID` reporting dimension.
286
+
}
287
+
288
+
updateMask: string, The list of fields to update. If empty, a full update is performed.
289
+
x__xgafv: string, V1 error format.
290
+
Allowed values
291
+
1 - v1 error format
292
+
2 - v2 error format
293
+
294
+
Returns:
295
+
An object of the form:
296
+
297
+
{ # Representation of a custom channel.
298
+
"active": True or False, # Whether the custom channel is active and collecting data. See https://support.google.com/adsense/answer/10077192.
299
+
"displayName": "A String", # Required. Display name of the custom channel.
300
+
"name": "A String", # Output only. Resource name of the custom channel. Format: accounts/{account}/adclients/{adclient}/customchannels/{customchannel}
301
+
"reportingDimensionId": "A String", # Output only. Unique ID of the custom channel as used in the `CUSTOM_CHANNEL_ID` reporting dimension.
0 commit comments