Show / Hide Table of Contents

Class AccountsResource.PlatformsResource.ChildAccountsResource.SitesResource.GetRequest

Gets a Platform Child Site for a specified Platform Child Account and site.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<PlatformChildSite>
AdSensePlatformBaseServiceRequest<PlatformChildSite>
AccountsResource.PlatformsResource.ChildAccountsResource.SitesResource.GetRequest
Implements
IClientServiceRequest<PlatformChildSite>
IClientServiceRequest
Inherited Members
AdSensePlatformBaseServiceRequest<PlatformChildSite>.Xgafv
AdSensePlatformBaseServiceRequest<PlatformChildSite>.AccessToken
AdSensePlatformBaseServiceRequest<PlatformChildSite>.Alt
AdSensePlatformBaseServiceRequest<PlatformChildSite>.Callback
AdSensePlatformBaseServiceRequest<PlatformChildSite>.Fields
AdSensePlatformBaseServiceRequest<PlatformChildSite>.Key
AdSensePlatformBaseServiceRequest<PlatformChildSite>.OauthToken
AdSensePlatformBaseServiceRequest<PlatformChildSite>.PrettyPrint
AdSensePlatformBaseServiceRequest<PlatformChildSite>.QuotaUser
AdSensePlatformBaseServiceRequest<PlatformChildSite>.UploadType
AdSensePlatformBaseServiceRequest<PlatformChildSite>.UploadProtocol
ClientServiceRequest<PlatformChildSite>.Execute()
ClientServiceRequest<PlatformChildSite>.ExecuteAsStream()
ClientServiceRequest<PlatformChildSite>.ExecuteAsync()
ClientServiceRequest<PlatformChildSite>.ExecuteAsync(CancellationToken)
ClientServiceRequest<PlatformChildSite>.ExecuteAsStreamAsync()
ClientServiceRequest<PlatformChildSite>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<PlatformChildSite>.CreateRequest(bool?)
ClientServiceRequest<PlatformChildSite>.GenerateRequestUri()
ClientServiceRequest<PlatformChildSite>.GetBody()
ClientServiceRequest<PlatformChildSite>.GetDefaultETagAction(string)
ClientServiceRequest<PlatformChildSite>.ETagAction
ClientServiceRequest<PlatformChildSite>.ModifyRequest
ClientServiceRequest<PlatformChildSite>.ValidateParameters
ClientServiceRequest<PlatformChildSite>.ApiVersion
ClientServiceRequest<PlatformChildSite>.RequestParameters
ClientServiceRequest<PlatformChildSite>.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.ChildAccountsResource.SitesResource.GetRequest : AdSensePlatformBaseServiceRequest<PlatformChildSite>, IClientServiceRequest<PlatformChildSite>, 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<PlatformChildSite>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The name of the platform child site to retrieve. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platform_child_site}

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<PlatformChildSite>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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