Show / Hide Table of Contents

Class ApplicationsResource.GetEndPointRequest

Returns a URL for the requested end point type.

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

Constructors

GetEndPointRequest(IClientService)

Constructs a new GetEndPoint request.

Declaration
public GetEndPointRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

ApplicationId

The application ID from the Google Play developer console.

Declaration
[RequestParameter("applicationId", RequestParameterType.Query)]
public virtual string ApplicationId { get; set; }
Property Value
Type Description
string

EndPointType

Type of endpoint being requested.

Declaration
[RequestParameter("endPointType", RequestParameterType.Query)]
public virtual ApplicationsResource.GetEndPointRequest.EndPointTypeEnum? EndPointType { get; set; }
Property Value
Type Description
ApplicationsResource.GetEndPointRequest.EndPointTypeEnum?

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes GetEndPoint parameter list.

Declaration
protected override void InitParameters()
Overrides
GamesBaseServiceRequest<EndPoint>.InitParameters()

Implements

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