Show / Hide Table of Contents

Class AccountsResource.PlatformsResource.GetRequest

Gets a platform.

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

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Platform>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Platform>.MethodName

Name

Required. The name of the platform to retrieve. Format: accounts/{account}/platforms/{platform}

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Platform>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
AdSensePlatformBaseServiceRequest<Platform>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX