Show / Hide Table of Contents

Class DynamicFeedsResource.InsertRequest

Inserts a new dynamic feed.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<DynamicFeed>
DfareportingBaseServiceRequest<DynamicFeed>
DynamicFeedsResource.InsertRequest
Implements
IClientServiceRequest<DynamicFeed>
IClientServiceRequest
Inherited Members
DfareportingBaseServiceRequest<DynamicFeed>.Xgafv
DfareportingBaseServiceRequest<DynamicFeed>.AccessToken
DfareportingBaseServiceRequest<DynamicFeed>.Alt
DfareportingBaseServiceRequest<DynamicFeed>.Callback
DfareportingBaseServiceRequest<DynamicFeed>.Fields
DfareportingBaseServiceRequest<DynamicFeed>.Key
DfareportingBaseServiceRequest<DynamicFeed>.OauthToken
DfareportingBaseServiceRequest<DynamicFeed>.PrettyPrint
DfareportingBaseServiceRequest<DynamicFeed>.QuotaUser
DfareportingBaseServiceRequest<DynamicFeed>.UploadType
DfareportingBaseServiceRequest<DynamicFeed>.UploadProtocol
ClientServiceRequest<DynamicFeed>.Execute()
ClientServiceRequest<DynamicFeed>.ExecuteAsStream()
ClientServiceRequest<DynamicFeed>.ExecuteAsync()
ClientServiceRequest<DynamicFeed>.ExecuteAsync(CancellationToken)
ClientServiceRequest<DynamicFeed>.ExecuteAsStreamAsync()
ClientServiceRequest<DynamicFeed>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<DynamicFeed>.CreateRequest(bool?)
ClientServiceRequest<DynamicFeed>.GenerateRequestUri()
ClientServiceRequest<DynamicFeed>.GetDefaultETagAction(string)
ClientServiceRequest<DynamicFeed>.ETagAction
ClientServiceRequest<DynamicFeed>.ModifyRequest
ClientServiceRequest<DynamicFeed>.ValidateParameters
ClientServiceRequest<DynamicFeed>.ApiVersion
ClientServiceRequest<DynamicFeed>.RequestParameters
ClientServiceRequest<DynamicFeed>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v5
Assembly: Google.Apis.Dfareporting.v5.dll
Syntax
public class DynamicFeedsResource.InsertRequest : DfareportingBaseServiceRequest<DynamicFeed>, IClientServiceRequest<DynamicFeed>, IClientServiceRequest

Constructors

InsertRequest(IClientService, DynamicFeedsInsertRequest)

Constructs a new Insert request.

Declaration
public InsertRequest(IClientService service, DynamicFeedsInsertRequest body)
Parameters
Type Name Description
IClientService service
DynamicFeedsInsertRequest body

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<DynamicFeed>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<DynamicFeed>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<DynamicFeed>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<DynamicFeed>.GetBody()

InitParameters()

Initializes Insert parameter list.

Declaration
protected override void InitParameters()
Overrides
DfareportingBaseServiceRequest<DynamicFeed>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX