Show / Hide Table of Contents

Class OperatingSystemsResource.ListRequest

Retrieves a list of operating systems.

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

Constructors

ListRequest(IClientService, long)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, long profileId)
Parameters
Type Name Description
IClientService service
long profileId

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_5.Data.OperatingSystemsListResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_5.Data.OperatingSystemsListResponse>.MethodName

ProfileId

User profile ID associated with this request.

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_5.Data.OperatingSystemsListResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Dfareporting.v3_5.DfareportingBaseServiceRequest<Google.Apis.Dfareporting.v3_5.Data.OperatingSystemsListResponse>.InitParameters()

Implements

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