class Google::Cloud::Storage::HmacKey

def put_gapi! new_state

def put_gapi! new_state
  ensure_service!
  put_gapi = @gapi.dup
  put_gapi.state = new_state
  @gapi = service.update_hmac_key access_id, put_gapi,
                                  project_id: project_id,
                                  user_project: @user_project
  self
end