Show / Hide Table of Contents

Class ReportsResource.BatchGetRequest

Returns the Analytics data.

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

Constructors

BatchGetRequest(IClientService, GetReportsRequest)

Constructs a new BatchGet request.

Declaration
public BatchGetRequest(IClientService service, GetReportsRequest body)
Parameters
Type Name Description
IClientService service
GetReportsRequest body

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AnalyticsReporting.v4.Data.GetReportsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AnalyticsReporting.v4.Data.GetReportsResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AnalyticsReporting.v4.Data.GetReportsResponse>.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.AnalyticsReporting.v4.Data.GetReportsResponse>.GetBody()

InitParameters()

Initializes BatchGet parameter list.

Declaration
protected override void InitParameters()
Overrides
AnalyticsReportingBaseServiceRequest<GetReportsResponse>.InitParameters()

Implements

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