Show / Hide Table of Contents

Class BatchUpdateCdnConfigsRequest

Request object for BatchUpdateCdnConfigs method.

Inheritance
object
BatchUpdateCdnConfigsRequest
Implements
IMessage<BatchUpdateCdnConfigsRequest>
IEquatable<BatchUpdateCdnConfigsRequest>
IDeepCloneable<BatchUpdateCdnConfigsRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchUpdateCdnConfigsRequest : IMessage<BatchUpdateCdnConfigsRequest>, IEquatable<BatchUpdateCdnConfigsRequest>, IDeepCloneable<BatchUpdateCdnConfigsRequest>, IBufferMessage, IMessage

Constructors

BatchUpdateCdnConfigsRequest()

Declaration
public BatchUpdateCdnConfigsRequest()

BatchUpdateCdnConfigsRequest(BatchUpdateCdnConfigsRequest)

Declaration
public BatchUpdateCdnConfigsRequest(BatchUpdateCdnConfigsRequest other)
Parameters
Type Name Description
BatchUpdateCdnConfigsRequest other

Properties

Parent

Required. The parent resource where CdnConfigs will be updated. Format: networks/{network_code} The parent field in the UpdateCdnConfigRequest must match this field.

Declaration
public string Parent { get; set; }
Property Value
Type Description
string

ParentAsNetworkName

NetworkName-typed view over the Parent resource name property.

Declaration
public NetworkName ParentAsNetworkName { get; set; }
Property Value
Type Description
NetworkName

Requests

Required. The CdnConfig objects to update. A maximum of 100 objects can be updated in a batch.

Declaration
public RepeatedField<UpdateCdnConfigRequest> Requests { get; }
Property Value
Type Description
RepeatedField<UpdateCdnConfigRequest>
In this article
Back to top Generated by DocFX