Show / Hide Table of Contents

Class OperatingSystemsResource.GetRequest

Gets one operating system by DART ID.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<OperatingSystem>
DfareportingBaseServiceRequest<OperatingSystem>
OperatingSystemsResource.GetRequest
Implements
IClientServiceRequest<OperatingSystem>
IClientServiceRequest
Inherited Members
DfareportingBaseServiceRequest<OperatingSystem>.Xgafv
DfareportingBaseServiceRequest<OperatingSystem>.AccessToken
DfareportingBaseServiceRequest<OperatingSystem>.Alt
DfareportingBaseServiceRequest<OperatingSystem>.Callback
DfareportingBaseServiceRequest<OperatingSystem>.Fields
DfareportingBaseServiceRequest<OperatingSystem>.Key
DfareportingBaseServiceRequest<OperatingSystem>.OauthToken
DfareportingBaseServiceRequest<OperatingSystem>.PrettyPrint
DfareportingBaseServiceRequest<OperatingSystem>.QuotaUser
DfareportingBaseServiceRequest<OperatingSystem>.UploadType
DfareportingBaseServiceRequest<OperatingSystem>.UploadProtocol
ClientServiceRequest<OperatingSystem>.Execute()
ClientServiceRequest<OperatingSystem>.ExecuteAsStream()
ClientServiceRequest<OperatingSystem>.ExecuteAsync()
ClientServiceRequest<OperatingSystem>.ExecuteAsync(CancellationToken)
ClientServiceRequest<OperatingSystem>.ExecuteAsStreamAsync()
ClientServiceRequest<OperatingSystem>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<OperatingSystem>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<OperatingSystem>.GenerateRequestUri()
ClientServiceRequest<OperatingSystem>.GetBody()
ClientServiceRequest<OperatingSystem>.GetDefaultETagAction(String)
ClientServiceRequest<OperatingSystem>.ETagAction
ClientServiceRequest<OperatingSystem>.ModifyRequest
ClientServiceRequest<OperatingSystem>.ValidateParameters
ClientServiceRequest<OperatingSystem>.RequestParameters
ClientServiceRequest<OperatingSystem>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
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.Dfareporting.v3_3
Assembly: Google.Apis.Dfareporting.v3_3.dll
Syntax
public class GetRequest : DfareportingBaseServiceRequest<OperatingSystem>, IClientServiceRequest<OperatingSystem>, IClientServiceRequest

Constructors

GetRequest(IClientService, Int64, Int64)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, long profileId, long dartId)
Parameters
Type Name Description
IClientService service
System.Int64 profileId
System.Int64 dartId

Properties

DartId

Operating system DART ID.

Declaration
[RequestParameter("dartId", RequestParameterType.Path)]
public virtual long DartId { get; }
Property Value
Type Description
System.Int64

HttpMethod

Gets the HTTP method.

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

ProfileId

User profile ID associated with this request.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top