Show / Hide Table of Contents

Class BatchUpdateLabelsRequest

Request object for BatchUpdateLabels method.

Inheritance
object
BatchUpdateLabelsRequest
Implements
IMessage<BatchUpdateLabelsRequest>
IEquatable<BatchUpdateLabelsRequest>
IDeepCloneable<BatchUpdateLabelsRequest>
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 BatchUpdateLabelsRequest : IMessage<BatchUpdateLabelsRequest>, IEquatable<BatchUpdateLabelsRequest>, IDeepCloneable<BatchUpdateLabelsRequest>, IBufferMessage, IMessage

Constructors

BatchUpdateLabelsRequest()

Declaration
public BatchUpdateLabelsRequest()

BatchUpdateLabelsRequest(BatchUpdateLabelsRequest)

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

Properties

Parent

Required. The parent resource where Labels will be updated. Format: networks/{network_code} The parent field in the UpdateLabelRequest 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 Label objects to update. A maximum of 100 objects can be updated in a batch.

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