Show / Hide Table of Contents

Class AccountsResource.SearchChangeHistoryEventsRequest

Searches through all changes to an account or its children given the specified set of filters.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>
AccountsResource.SearchChangeHistoryEventsRequest
Implements
IClientServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>
IClientServiceRequest
Inherited Members
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.Xgafv
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.AccessToken
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.Alt
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.Callback
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.Fields
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.Key
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.OauthToken
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.PrettyPrint
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.QuotaUser
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.UploadType
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.UploadProtocol
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.Execute()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.ETagAction
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.ModifyRequest
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.ValidateParameters
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.RequestParameters
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.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.GoogleAnalyticsAdmin.v1alpha
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class AccountsResource.SearchChangeHistoryEventsRequest : GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>, IClientServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>, IClientServiceRequest

Constructors

SearchChangeHistoryEventsRequest(IClientService, GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest, string)

Constructs a new SearchChangeHistoryEvents request.

Declaration
public SearchChangeHistoryEventsRequest(IClientService service, GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest body, string account)
Parameters
Type Name Description
IClientService service
GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest body
string account

Properties

Account

Required. The account resource for which to return change history resources.

Declaration
[RequestParameter("account", RequestParameterType.Path)]
public virtual string Account { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data.GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data.GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data.GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data.GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.GetBody()

InitParameters()

Initializes SearchChangeHistoryEvents parameter list.

Declaration
protected override void InitParameters()
Overrides
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX