Show / Hide Table of Contents

Class BatchUpdateLiveStreamsRequest

Request object for BatchUpdateLiveStreams method.

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

Constructors

BatchUpdateLiveStreamsRequest()

Declaration
public BatchUpdateLiveStreamsRequest()

BatchUpdateLiveStreamsRequest(BatchUpdateLiveStreamsRequest)

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

Properties

Parent

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

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