class Google::Cloud::Env::ComputeMetadata

def reset_existence!

Other tags:
    Private: -
def reset_existence!
  @mutex.synchronize do
    @existence = nil
    @startup_time = Process.clock_gettime Process::CLOCK_MONOTONIC
  end
  self
end