Show / Hide Table of Contents

Class ApplicationsResource.GetRequest

Retrieves the metadata of the application with the given ID. If the requested application is not available for the specified platformType, the returned response will not include any instance data.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<Application>
GamesBaseServiceRequest<Application>
ApplicationsResource.GetRequest
Implements
IClientServiceRequest<Application>
IClientServiceRequest
Inherited Members
GamesBaseServiceRequest<Application>.Alt
GamesBaseServiceRequest<Application>.Fields
GamesBaseServiceRequest<Application>.Key
GamesBaseServiceRequest<Application>.OauthToken
GamesBaseServiceRequest<Application>.PrettyPrint
GamesBaseServiceRequest<Application>.QuotaUser
GamesBaseServiceRequest<Application>.UserIp
ClientServiceRequest<Application>.Execute()
ClientServiceRequest<Application>.ExecuteAsStream()
ClientServiceRequest<Application>.ExecuteAsync()
ClientServiceRequest<Application>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Application>.ExecuteAsStreamAsync()
ClientServiceRequest<Application>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Application>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<Application>.GenerateRequestUri()
ClientServiceRequest<Application>.GetBody()
ClientServiceRequest<Application>.GetDefaultETagAction(String)
ClientServiceRequest<Application>.ETagAction
ClientServiceRequest<Application>.ModifyRequest
ClientServiceRequest<Application>.RequestParameters
ClientServiceRequest<Application>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.Finalize()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Games.v1
Assembly: Google.Apis.Games.v1.dll
Syntax
public class GetRequest : GamesBaseServiceRequest<Application>, IClientServiceRequest<Application>, IClientServiceRequest

Constructors

GetRequest(IClientService, String)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string applicationId)
Parameters
Type Name Description
IClientService service
System.String applicationId

Properties

ApplicationId

The application ID from the Google Play developer console.

Declaration
public virtual string ApplicationId { get; }
Property Value
Type Description
System.String

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Games.v1.Data.Application>.HttpMethod

Language

The preferred language to use for strings returned by this method.

Declaration
public virtual string Language { get; set; }
Property Value
Type Description
System.String

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Games.v1.Data.Application>.MethodName

PlatformType

Restrict application details returned to the specific platform.

Declaration
public virtual Nullable<ApplicationsResource.GetRequest.PlatformTypeEnum> PlatformType { get; set; }
Property Value
Type Description
System.Nullable<ApplicationsResource.GetRequest.PlatformTypeEnum>

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Games.v1.GamesBaseServiceRequest<Google.Apis.Games.v1.Data.Application>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top