/// <summary>Constructs a new Update request.</summary>
 public UpdateRequest(Google.Apis.Services.IClientService service, Google.Apis.AppState.v1.Data.UpdateRequest body, int stateKey)
     : base(service)
 {
     StateKey = stateKey;
     Body     = body;
     InitParameters();
 }
 /// <summary>Update the data associated with the input key if and only if the passed version matches the
 /// currently stored version. This method is safe in the face of concurrent writes. Maximum per-key size is
 /// 128KB.</summary>
 /// <param name="body">The body of the request.</param>
 /// <param name="stateKey">The key for the data to be retrieved.</param>
 public virtual UpdateRequest Update(Google.Apis.AppState.v1.Data.UpdateRequest body, int stateKey)
 {
     return(new UpdateRequest(service, body, stateKey));
 }