Show / Hide Table of Contents

Class AchievementConfigurationsResource.UpdateRequest

Update the metadata of the achievement configuration with the given ID.

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

Constructors

UpdateRequest(IClientService, AchievementConfiguration, string)

Constructs a new Update request.

Declaration
public UpdateRequest(IClientService service, AchievementConfiguration body, string achievementId)
Parameters
Type Name Description
IClientService service
AchievementConfiguration body
string achievementId

Properties

AchievementId

The ID of the achievement used by this method.

Declaration
[RequestParameter("achievementId", RequestParameterType.Path)]
public virtual string AchievementId { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<AchievementConfiguration>.GetBody()

InitParameters()

Initializes Update parameter list.

Declaration
protected override void InitParameters()
Overrides
GamesConfigurationBaseServiceRequest<AchievementConfiguration>.InitParameters()

Implements

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