Class RevisionsResource.CheckRequest
Checks whether the games client is out of date.
Inheritance
System.Object
RevisionsResource.CheckRequest
Inherited Members
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 CheckRequest : GamesBaseServiceRequest<RevisionCheckResponse>, IClientServiceRequest<RevisionCheckResponse>, IClientServiceRequest
Constructors
CheckRequest(IClientService, String)
Constructs a new Check request.
Declaration
public CheckRequest(IClientService service, string clientRevision)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| System.String | clientRevision |
Properties
ClientRevision
The revision of the client SDK used by your application. Format: [PLATFORM_TYPE]:[VERSION_NUMBER]. Possible values of PLATFORM_TYPE are:
- "ANDROID" - Client is running the Android SDK. - "IOS" - Client is running the iOS SDK. - "WEB_APP" - Client is running as a Web App.
Declaration
public virtual string ClientRevision { 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.RevisionCheckResponse>.HttpMethod
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.RevisionCheckResponse>.MethodName
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.RevisionCheckResponse>.RestPath
Methods
InitParameters()
Initializes Check parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Games.v1.GamesBaseServiceRequest<Google.Apis.Games.v1.Data.RevisionCheckResponse>.InitParameters()