Show / Hide Table of Contents

Class AccountsResource.PlatformsResource.GroupsResource.GetRequest

Gets a Platform Group for a specified Platform and group.

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

MethodName

Gets the method name.

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

Name

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

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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