Show / Hide Table of Contents

Class PartnersResource.ChannelsResource.SitesResource.BulkEditRequest

Bulk edits sites under a single channel. The operation will delete the sites provided in BulkEditSitesRequest.deleted_sites and then create the sites provided in BulkEditSitesRequest.created_sites.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<BulkEditSitesResponse>
DisplayVideoBaseServiceRequest<BulkEditSitesResponse>
PartnersResource.ChannelsResource.SitesResource.BulkEditRequest
Implements
Google.Apis.Requests.IClientServiceRequest<BulkEditSitesResponse>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
DisplayVideoBaseServiceRequest<BulkEditSitesResponse>.Xgafv
DisplayVideoBaseServiceRequest<BulkEditSitesResponse>.AccessToken
DisplayVideoBaseServiceRequest<BulkEditSitesResponse>.Alt
DisplayVideoBaseServiceRequest<BulkEditSitesResponse>.Callback
DisplayVideoBaseServiceRequest<BulkEditSitesResponse>.Fields
DisplayVideoBaseServiceRequest<BulkEditSitesResponse>.Key
DisplayVideoBaseServiceRequest<BulkEditSitesResponse>.OauthToken
DisplayVideoBaseServiceRequest<BulkEditSitesResponse>.PrettyPrint
DisplayVideoBaseServiceRequest<BulkEditSitesResponse>.QuotaUser
DisplayVideoBaseServiceRequest<BulkEditSitesResponse>.UploadType
DisplayVideoBaseServiceRequest<BulkEditSitesResponse>.UploadProtocol
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.BulkEditSitesResponse>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.BulkEditSitesResponse>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.BulkEditSitesResponse>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.BulkEditSitesResponse>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.BulkEditSitesResponse>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.BulkEditSitesResponse>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.BulkEditSitesResponse>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.BulkEditSitesResponse>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.BulkEditSitesResponse>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.BulkEditSitesResponse>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.BulkEditSitesResponse>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.BulkEditSitesResponse>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.BulkEditSitesResponse>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.BulkEditSitesResponse>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DisplayVideo.v1
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class BulkEditRequest : DisplayVideoBaseServiceRequest<BulkEditSitesResponse>, IClientServiceRequest<BulkEditSitesResponse>, IClientServiceRequest

Constructors

BulkEditRequest(IClientService, BulkEditSitesRequest, Int64, Int64)

Constructs a new BulkEdit request.

Declaration
public BulkEditRequest(IClientService service, BulkEditSitesRequest body, long partnerId, long channelId)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
BulkEditSitesRequest body
System.Int64 partnerId
System.Int64 channelId

Properties

ChannelId

Required. The ID of the parent channel to which the sites belong.

Declaration
[RequestParameter("channelId", RequestParameterType.Path)]
public virtual long ChannelId { get; }
Property Value
Type Description
System.Int64

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.BulkEditSitesResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.BulkEditSitesResponse>.MethodName

PartnerId

The ID of the partner that owns the parent channel.

Declaration
[RequestParameter("partnerId", RequestParameterType.Path)]
public virtual long PartnerId { get; }
Property Value
Type Description
System.Int64

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.BulkEditSitesResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
System.Object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.DisplayVideo.v1.Data.BulkEditSitesResponse>.GetBody()

InitParameters()

Initializes BulkEdit parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.DisplayVideo.v1.DisplayVideoBaseServiceRequest<Google.Apis.DisplayVideo.v1.Data.BulkEditSitesResponse>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top