Show / Hide Table of Contents

Class ManagementResource.ExperimentsResource.UpdateRequest

Update an existing experiment.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<Experiment>
AnalyticsBaseServiceRequest<Experiment>
ManagementResource.ExperimentsResource.UpdateRequest
Implements
Google.Apis.Requests.IClientServiceRequest<Experiment>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
AnalyticsBaseServiceRequest<Experiment>.Alt
AnalyticsBaseServiceRequest<Experiment>.Fields
AnalyticsBaseServiceRequest<Experiment>.Key
AnalyticsBaseServiceRequest<Experiment>.OauthToken
AnalyticsBaseServiceRequest<Experiment>.PrettyPrint
AnalyticsBaseServiceRequest<Experiment>.QuotaUser
AnalyticsBaseServiceRequest<Experiment>.UserIp
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.Experiment>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.Experiment>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.Experiment>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.Experiment>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.Experiment>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.Experiment>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.Experiment>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.Experiment>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.Experiment>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.Experiment>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.Experiment>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.Experiment>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.Experiment>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.Experiment>.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.Analytics.v3
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class UpdateRequest : AnalyticsBaseServiceRequest<Experiment>, IClientServiceRequest<Experiment>, IClientServiceRequest

Constructors

UpdateRequest(IClientService, Experiment, String, String, String, String)

Constructs a new Update request.

Declaration
public UpdateRequest(IClientService service, Experiment body, string accountId, string webPropertyId, string profileId, string experimentId)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
Experiment body
System.String accountId
System.String webPropertyId
System.String profileId
System.String experimentId

Properties

AccountId

Account ID of the experiment to update.

Declaration
[RequestParameter("accountId", RequestParameterType.Path)]
public virtual string AccountId { get; }
Property Value
Type Description
System.String

ExperimentId

Experiment ID of the experiment to update.

Declaration
[RequestParameter("experimentId", RequestParameterType.Path)]
public virtual string ExperimentId { get; }
Property Value
Type Description
System.String

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.Experiment>.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.Analytics.v3.Data.Experiment>.MethodName

ProfileId

View (Profile) ID of the experiment to update.

Declaration
[RequestParameter("profileId", RequestParameterType.Path)]
public virtual string ProfileId { get; }
Property Value
Type Description
System.String

RestPath

Gets the REST path.

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

WebPropertyId

Web property ID of the experiment to update.

Declaration
[RequestParameter("webPropertyId", RequestParameterType.Path)]
public virtual string WebPropertyId { get; }
Property Value
Type Description
System.String

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.Analytics.v3.Data.Experiment>.GetBody()

InitParameters()

Initializes Update parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Analytics.v3.AnalyticsBaseServiceRequest<Google.Apis.Analytics.v3.Data.Experiment>.InitParameters()

Implements

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